/*======================== PORTFOLIO SLIDER ========================*/

/*-- Slider--*/

div#client_lg {
margin: 0 ;
padding: 0;
width:900px;
height: 274px;
clear: right;
background-image: url(../images/slider_bg.jpg);
background-repeat: no-repeat;
border: none;
}


div#slidebox{
	width: 280px;
	height: 200px;
	margin: 20px 10px 0 20px;
	font-size: 14px;
	float: left;}

div#slide1 {
background-image: url(../images/slider1.jpg);
background-repeat: no-repeat;
margin: 0 ;
padding: 0;
width:900px;
height: 274px;}

div#slide2 {
background-image: url(../images/slider2.jpg);
background-repeat: no-repeat;
margin: 0 ;
padding: 0;
width:900px;
height: 274px;}

div#slide3 {
background-image: url(../images/slider3.jpg);
background-repeat: no-repeat;
margin: 0 ;
padding: 0;
width:900px;
height: 274px;}

div#slide4 {
background-image: url(../images/slider4.jpg);
background-repeat: no-repeat;
margin: 0 ;
padding: 0;
width:900px;
height: 274px;}

div#slide5 {
background-image: url(../images/slider5.jpg);
background-repeat: no-repeat;
margin: 0 ;
padding: 0;
width:900px;
height: 274px;}

div#slide6 {
background-image: url(../images/slider6.jpg);
background-repeat: no-repeat;
margin: 0 ;
padding: 0;
width:900px;
height: 274px;}



.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 ;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			float: left;
			margin: 0px;
			width: 900px;
		}
		
		.slider-wrap ul { font-size: 13px; line-height: 1.4em } 
		
		.slider-wrap  a, .slider-wrap  li a { text-decoration: none }


		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 235px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 235px;
			clear: both;
			background: #fff;
		}
		
		.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: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer img { border: 0; margin: 0; padding: 0; }
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 900px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;	
			float: left;
			margin: 0 0 0 0;
		}
		
			.stripNav ul { /* The auto-generated set of links */
			float: left;
			list-style: none;
			width: 850px;
			height: 32px;
			background-color: #fff;
			margin: 0px 0 0 0px;
			padding-bottom: 0px;
			}
		
		.stripNav ul li {
			float: left;
			margin-top: 0px;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
			
		}
		
		.stripNav a { /* The nav links */
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			background: #fff;
			color: #1d1d1d;
			text-decoration: none;
			display: block;
			padding: 5px 10px;
			border: 1px solid #1d1d1d;
			background-color: #fff;
		}
		
		.stripNav a:hover {
			background: #9f0701;
			border: 1px solid #9f0701;
			color: #fff;
		}
		
		.stripNav a.current {
			background: #9f0701;
			border: 1px solid #9f0701;
			color: #fff;
		}
		
		
.url {
border-bottom: 1px solid #4a413b;
margin: 0;
}

.back {
float: right;
border: none;
margin: 11px 0 0 0;}
