/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider                         { width: 698px; height: 219px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 698px; overflow: auto; height: 219px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; padding:0px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 698px; margin: 0; }
.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; background: url(../img/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav { 
	position: relative; 
	top: 223px; 
	text-align: left;
}
#thumbNav a {
	color: #555555; 
	font: 10px Arial, Georgia, Serif; 
	display: inline-block; 
	padding: 2px 8px;
	height: 18px; 
	margin: 0 5px 0 0; 
	background: url(../img/ico-arrow-2.png) no-repeat;
	text-align: center; 
	text-decoration:none;
	line-height:18px;
}
#thumbNav a:hover {
	color:#FF6502;
}
#thumbNav a.cur {
	color:#FF6502;
	background: url(../img/ico-arrow-2.png) no-repeat; 
}

#start-stop  { 
	background: none;
	color: white;
	width: 20px; 
	text-align: center; 
	position: absolute; 
	right: 0px; 
	top: 223px; 
}
#start-stop.playing  { 
	
}
#start-stop:hover{ 
	background-image: none; 
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* End of anythingSlider v1.0 */


#sliderContent {
	width:455px; 
	margin:14px 14px 0px 14px !important;	
}

.viewer {
	width:468px;
	height:343px; 
	overflow:hidden; 
	position:relative;
}

.content-conveyor {
	width:468px;
	height:343px; 
	position:relative;
}

.item {
	float:left;
	border:1px solid #656565;
	width:218px;
	height:328px;
	background:url(../img/product-bg.gif) no-repeat;
	margin:0px 14px 13px 0px;
}

.item .productImage{
	border:2px solid #393939;
	width:180px;
	height:150px;
	margin:auto;
	margin-top:11px;
	margin-bottom:11px;
}

.item .productShortDesc{
	width:180px;
	height:122px;
	margin:auto;
}

.item .productShortDesc h3{
	color:#ff6502;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.item .productPrice{
	width:98px;
	height:29px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	line-height:29px;
	background:url(../img/price-bg.gif) no-repeat;
}

.item .productSpec{
	width:120px;
	height:29px;
}
