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

div#portfolio_lg {
	
	width: 900px;
	padding: 0;
	margin: 0px 0 0 0;
}

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


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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 630px;
			clear: both;
			background: none;
		}
		
		.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;
		}
		
			.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width: 600px;
			height: 40px;
			margin: 5px 0 0 0px;
			padding-bottom: 5px;
			}
		
		.stripNav ul li {
			float: left;
			margin-top: 8px;
			margin-right: 10px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 5px 10px;
			
			background-color: #999;
		}
		
		.stripNav a:hover {
			background: #669933;
			
			color: #fff;
		}
		
		.stripNav a.current {
			background: #669933;
			
			color: #fff;
		}
		
		
#portfolio {
width:1000px;
color:#fff;
margin: 0;
padding:0 0 30px 0px;
height: 180px;
}

#portfolio .thumb {
	float:left;
	border: 1px solid #ccc;
	margin: 0 15px 0 15px;
	width: 250px;
}

#portfolio .thumb1{
	float:left;
	border: 1px solid #ccc;
	margin: 0 15px 0 15px;
	width: 545px;
}


div#portfolio p {
	padding: 2px 0 0 0;
	margin: 0;
	text-align: center;
}

div#portfolio img {
	border: 1px solid #e5dfc7;
}

.lrgimg {
padding: 0;
margin: 10px 0 0 15px;
border: 1px solid #e5dfc7;
}

table p {
	padding: 0;
	margin: 0;
	text-align: center;
}

div#client {
float: left;
width: 420px;
margin: 0 0 0 20px;
}

.name {
float: left;
padding: 0 0 2px 5px;
font-size: 16px;
font-weight: bolder;
}

.view {
text-align: right;
float: right;
margin-right: 20px;
}
	
.boxcontent {
	border: 1px solid #ccc;
height:auto;
width: 400px;

drop-shadow: 1px #000;
margin: 25px 0 10px 0;
}

.boxcontent a{

}
		
