		.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 */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 265px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 123px;
			clear: both;
			top:3px;
		}
		
		.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 .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 265px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		.stripViewer .panelContainer .panel .wrapper img {
			display:block;
			float:left;
			margin-right:10px;
		}
		.stripViewer .panelContainer .panel .wrapper h3 {
			font-size:12px;
			color:#000;
			font-weight:bold;
		}
		.stripViewer .panelContainer .panel .wrapper p {	
			font-family:Trebuchet MS;
			font-size:11px;
			margin-bottom:3px;
		}
		.stripViewer .panelContainer .panel .wrapper a {
			font-size:11px;
			color:#A50000;
			text-decoration:underline;
		}		
		 .cross-link {
			width:166px;
			height:21px;
			background:url(../images/next-link.gif) top left no-repeat;
			display:block;
			position:absolute;
			bottom:-35px;
			left:50px;			
			line-height:21px;
			font-family:Trebuchet MS;
			color:#000;
			text-decoration:none;
			text-align:center;
			font-size:12px;
			z-index:1000;
		}
		 .cross-link:hover {
		 	color:#9F0000;
			text-decoration:none;
		 }
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin:6px 0 0 0;
			padding:0;
			float:right;
		}
		
		.stripNav ul li {
			float: left;
			width:39px;
		}
		.stripNav ul li.tab1 {
			width:190px;
		}
		.stripNav ul li.tab2 {
			width:31px;
		}
		
		.stripNav a { /* The nav links */
			text-indent:-9000px;
			text-decoration:none;
			background:url(../images/work-tab-bg.jpg) 0 0 no-repeat;
			width:31px;
			height:30px;
			display:block;
			float:left;
		}
		
		.stripNav li a:hover {
			text-indent:-9000px;
			text-decoration:none;
			background:url(../images/work-tab-bg.jpg) 0 -30px no-repeat;
			width:31px;
			height:30px;
			display:block;
			float:left;
		}
		
		.stripNav li a.current {
			text-indent:-9000px;
			text-decoration:none;
			background:url(../images/work-tab-bg.jpg) 0 -30px no-repeat;
			width:31px;
			height:30px;
			display:block;
			float:left;
		}
		.stripNav ul li.tab1 a,	.stripNav ul li.tab1 a:hover, .stripNav ul li.tab1 a.current {
			float:right;
		}
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 220px;
			text-indent: -9000em;
			border:3px solid #FF0000;
			display:none;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		/********** contact form **********/
.contactform { margin:0; padding:5px 0; }
.contactform * { color:#7a7a7a; }
.contactform ol { margin:0; padding:0; list-style:none; }
.contactform li { margin:0; padding:0; background:none; border:none; display:block; }
.contactform li.buttons { margin:5px 0 5px 0; }
.contactform label { float:left; margin:0; width:150px; padding:5px 0; font:normal 12px Arial, Helvetica, sans-serif; color:#222; text-transform:capitalize; }
.contactform label span { font:normal 10px Arial, Helvetica, sans-serif; }
.contactform input.text { width:480px; border:1px solid #e9e9e9; margin:5px 0; padding:5px 2px; height:15px; background:#f8f8f8; float:left; }
.contactform textarea { width:480px; border:1px solid #e9e9e9; margin:10px 0; padding:2px; background:#f8f8f8; height:150px; float:left; }
.contactform li.buttons input { padding:3px 0; margin:0; border:0; color:#FFF; }
.header_text { width:932px; margin:0 auto; padding:0;  }

.header_text2 { width:949px; margin:0; padding:0; }
.header_text2 h2 { font: normal 36px Arial, Helvetica, sans-serif; color:#2a2a2a; padding:10px 0 10px 30px; margin:0; }
.header_text2 div.menu2 { border-top:1px solid #e2e2e2; width:958px; margin:0; padding:10px 0 10px 20px; }
.header_text2 a { font: normal 12px Arial, Helvetica, sans-serif; color:#2b2b2b; padding:10px 15px; margin:0; text-decoration:none; }
#index_portfolio { float: left; width:100%; margin:0; padding:0; }
.itemidx { float: right; overflow: hidden; cursor: pointer; position: relative; height: 313px; }
.itemidx img { margin:0; padding:0; float:none; }
#index_portfolio .itemidx a { width: 100%; height: 313px; float: left; position: absolute; display: none; }
#index_portfolio .current a { width: 100%; height: 313px; float: left; position: absolute; display: block; }
#index_portfolio .itemidx .caption { position: absolute; padding: 0; float: left; }
#index_portfolio .itemidx .caption h2 { font-weight: bold; }
#index_portfolio .itemidx .caption p { font-size: 13px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; margin: 0; }