/* SLIDER GALLERY */

.scroll {
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.slider-wrap {
	clear: both;
	float: left;
	width: 860px;
	height:530px;
	background-image:url('/images/load_ani.gif');
	background-position:center;
	background-repeat:no-repeat;
}
p#cross-links { 
	text-align: center;
}
p#cross-links { 
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px; 
	padding-bottom: 30px 
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%; 
	height: 500px;
	text-align: center;
	background: #FFF; 
	overflow: hidden;
}
.csw .loading {
	margin-top: 123px;
	height: 500px;  
	text-align: center
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	float: left;
	width: 860px; /* Also specified in  .stripViewer .panelContainer .panel  below */		
	height: 500px;
	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) 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: 860px; /* 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) */
	width: 795px;
	float: left;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	width: 795px;
	margin: 0;
	float: left;
	font-family: Arial;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 0px;
}
.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: 10px;
	text-align: center;
	background: #FFF;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 7px;
}
.stripNav li a:hover {
	background: #39C;
	color: #FFF;
}
.stripNav li a.current {
	background: #000;
	color: #fff;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: relative;
	float: right;
	padding-top: 15px;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 13px;
	width: 13px;
}
.stripNavL {
	padding-right: 5px;
	background: url("/images/scroll_left.png") no-repeat bottom left;
}
.stripNavR {
	padding-right: 0px;
	background: url("/images/scroll_right.png") no-repeat bottom left;
}

/* END OF SLIDER GALLERY */

/* CAPTION SLIDE DOWN */	
.contain_image { 
    width: 860px; 
    margin: 0; padding: 0;
    font: 14px Arial, Verdana, sans-serif;
    position: relative;
}
.image_detail {
	top:30px;
	right:0px;
	margin:15px;
	width:320px;
	position:absolute;
}
.collapse_toggle {
	top: 15px;
	right: 15px;
	position: absolute;
}
.image_detail .box {
	width: 320px;
  	background: url(/images/blackdot.png);
	color: #FFF;
	font-size: 12px;
}
.image_detail .box h2{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:-10px;
}
.image_detail .box p{
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}
.bottom_padding{
	margin-top:-10px;
	padding-bottom:10px;
}
.contain_image h2 {
	color: #FFF;		
}
.detail_link {
	background-image: url(/images/blackdot.png);
	font-size: 12px;
	color: #FFF;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.detail_link a {
	color: #FFF;
	text-decoration: underline;
}
.detail_link a:hover {
	color: #FFF;
	background-color: #39C;
	text-decoration: none;
}
div.submenu a.selected_brand{
	color: #000;
}

/* END OF CAPTION SLIDE DOWN */