.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
		
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 950px;
	height: 510px;
	background: #000;
	overflow: hidden;
}
.csw .loading {padding: 200px 0 350px 0; text-align: center; font: 14px Arial, Helvetica, sans-serif; color: #fff;}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 950px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
	background: #000;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 950px;
	list-style-type: none;
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	position: relative;
	width: 950px; /* Also specified in  .stripViewer  above */
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display: none;
}
		
.stripNavL, .stripNavR { /* The left and right arrows */
	display: none;
}

/******* Portfolio ********/

.portfolio {
	width: 950px;
	padding: 375px 0 0 0;
	height: 135px;
	background: #000;
}

.website_portfolio {
	width: 950px;
	padding: 105px 0 0 0;
	height: 405px;
	background: #000;
}

.website_portfolio a {
	color: #ffcc00;
	text-decoration: none;
}

/* Porfolio 1 */

.ati1{
	min-height:450px;
	width:950px;
background:transparent url(../images/homepage/1.jpg) no-repeat scroll 0 0;
}
.ati2{
	min-height:450px;
	width:950px;
background:transparent url(../images/homepage/2.jpg) no-repeat scroll 0 0;
}
.ati3{
	min-height:450px;
	width:950px;
background:transparent url(../images/homepage/3.jpg) no-repeat scroll 0 0;
}
.ati4{
	min-height:450px;
	width:950px;
background:transparent url(../images/homepage/4.jpg) no-repeat scroll 0 0;
}


/* Portfolio 2 */
.abar {background: url(../images/portfolio/abar.jpg) no-repeat;}
.bonwyke {background: url(../images/portfolio/bonwyke.jpg) no-repeat;}
.kc09 {background: url(../images/portfolio/kc09.jpg) no-repeat;}
.rb_consultancy {background: url(../images/portfolio/rb_consultancy.jpg) no-repeat;}
.spectrum {background: url(../images/portfolio/spectrum.jpg) no-repeat;}
.splendidbooks {background: url(../images/portfolio/splendidbooks.jpg) no-repeat;}
.at {background: url(../images/portfolio/at.jpg) no-repeat;}

/* Portfolio 3 */
.meon {background: url(../images/portfolio/meon.jpg) no-repeat;}
.artspace {background: url(../images/portfolio/artspace.jpg) no-repeat;}
.rb_academy {background: url(../images/portfolio/rb_academy.jpg) no-repeat;}
.uniworld {background: url(../images/portfolio/uniworld.jpg) no-repeat;}
.cgi {background: url(../images/portfolio/cgi.jpg) no-repeat;}
.navymix {background: url(../images/portfolio/navymix.jpg) no-repeat;}
.drum {background: url(../images/portfolio/drum.jpg) no-repeat;}

/* Logo Portfolio */
.logos_monolution {background: url(../images/portfolio/logo_monolution.jpg) no-repeat;}
.logos_adren {background: url(../images/portfolio/logos_adrensport.jpg) no-repeat;}
.logos_brickell {background: url(../images/portfolio/logos_brickell.jpg) no-repeat;}
.logos_dancor {background: url(../images/portfolio/logos_dancor.jpg) no-repeat;}
.logos_its {background: url(../images/portfolio/logos_its.jpg) no-repeat;}
.logos_kidzsafe {background: url(../images/portfolio/logos_kidzsafe.jpg) no-repeat;}
.logos_truffles {background: url(../images/portfolio/logos_truffles.jpg) no-repeat;}

.website_block {
	float: left;
	width: 500px;
	height: 160px;
	display: block;
	margin: 0 0 110px 33px;
	/*_display: inline;*/
}

.under_panel {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	float: left;
}

.under_panel .logos_nav {
	width: 165px;
	margin: 0 auto;
}

.under_panel .logos_nav a {
	text-decoration: none;
}

.under_panel .logos_nav a.arrow_left {
	background-image: url(../images/arrows.png) !important;
	background-image: url(../images/arrows.gif);
	background-position: -9px -9px;
	display: block;
	float: left;
	margin: 18px 5px;
	width: 13px; 
	height: 17px;
	/*_display: inline;*/
}

.under_panel .logos_nav a.arrow_left:hover {
	background-position: -9px -43px;
}

.under_panel .logos_nav .centerlogo {
	float: left;
}

.under_panel .logos_nav a.arrow_right {
	background-image: url(../images/arrows.png) !important;
	background-image: url(../images/arrows.gif);
	background-position: -9px -77px;
	display: block;
	float: left;
	margin: 18px 5px;
	width: 13px; 
	height: 17px;
	/*_display: inline;*/
}

.under_panel .logos_nav a.arrow_right:hover {
	background-position: -9px -111px;
}

.under_panel .under_content {
	width: 950px;
	padding: 5px 0 0 0;
	clear: both;
}	

.under_panel h2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #ffcc00;
	margin: 8px 0 4px 0;
	font-weight: normal;
}

.under_panel h2 a {
	color: #ffcc00;
	text-decoration: none;
}

.under_panel h2 a:hover {
	color: #ffe57b;
}

.under_panel p {
	color: #ccc;
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
}
