* { margin: 0; padding: 0 }

#content li{
	padding:0;
	}
#content a{
	border:none;
	}
#content a img{
	border:none;
	}
#content h1{
	letter-spacing:5px;
	margin-bottom:10px;
}
body a{
	border:none;
	color:#FFFFFF;
	text-decoration:none;
	}
#main-img img{
	float:left;
	padding:0 15px 10px 1px;
	}	
#main-img{
	height:480px;
	width:600px;
	position:relative;
	}
#features-head-mirror{
	padding:0;
	margin:0;
	width:270px;
	float:left;
	}
p {
	margin-bottom: 10px;
}
.contents {
	display: block;
	width: 700px;
	height: 200px;
}
ul.blocks {
	padding: 0;
	width: 1000px;
	display: block;
	height: 200px;
}
ul.blocks li {
	width: 200px;
	margin: 0 0 0 0px;
	float: left;
	display: block;
	height: 200px;
}
.holder {
	margin: 0;
	display: block;
	/* TEMP */
	margin-bottom: 20px;
	float: left;
}
.scroll-pane {
	width: 200px;
	float: left;
	padding: 0;
}
#pane1, #pane2, #pane3, #pane4, #pane5 {
	height: 170px;
	width: 600px;
	display: block;
	_overflow: hidden;
}
#pane1 ul, #pane2 ul, #pane3 ul, #pane4 ul, #pane5 ul{
	list-style:none;
	padding:0;
	margin:0;
	}
#pane1 li img, #pane2 li img, #pane3 li img, #pane4 li img, #pane5 li img {
	margin:0 9px 0 1px;
	float:left;
	border:none;
	}
#sub-nav{
	position:absolute;
	bottom:0;
	right:0;
	float:right;
	}
	
	
	
	.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 0;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 700px; height: 700px; background: #000; overflow: none; clear:both;}
.csw .loading {margin: 0 0 0 300px; }

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 640px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height:700px;
	clear: both;
	float:left;
}
.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: 640px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0;
}

.wrapper{
	padding-top:10px;
	}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	padding:0 0 0 20px;
	margin:106px 0 0 0;
	float:right;
	text-align:right;
	border-bottom:#505050 1px solid;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	float:right;
}
li.tab1{
	float:right;
	}
.stripNav ul li {
	float:left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	padding:5px 10px;
	margin-bottom:-1px;
}
#tab1 a:hover, #tab2 a:hover, #tab2 a:hover, #tab3 a:hover, #tab4 a:hover, #tab5 a:hover  {
	border-top: 1px #505050 solid;
	border-left: 1px #505050 solid;
	border-right: 1px #505050 solid;
	border-bottom: 1px #000000 solid;
	padding:4px 9px;
	background:#000000;
	margin-bottom:-1px;
}
#tab1 a.current, #tab2 a.current, #tab3 a.current, #tab4 a.current, #tab5 a.current{
	border-top: 1px #505050 solid;
	border-left: 1px #505050 solid;
	border-right: 1px #505050 solid;
	border-bottom: 1px #000000 solid;
	padding:4px 9px;
	background:#000000;
	margin-bottom:-1px;
	}

#thumb-container1, #thumb-container2, #thumb-container3, #thumb-container4, #thumb-container5{
	padding:0;
	margin:0;
	background:#000000;
	}

