.anythingSlider {
	width: 746px; 
	height: 350px; 
	position: relative; 
	margin: 5px auto; 
	border: 2px #66A3D0 solid; 
	background-color:#CCE0EF;}
.anythingSlider .wrapper {
	width: 670px; 
	overflow: auto; 
	height: 341px; 
	margin: 0 40px; 
	position: absolute; 
	top: 0; left: 0; }
.anythingSlider .wrapper ul {
	width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; left: 0; 
	margin: 0;
	background: #fff; 
	border-top: 3px solid #CCE0EF; 
	border-bottom: 3px solid #ccc;  }
.anythingSlider ul li {
	display: block; 
	float: left; 
	padding: 0;
	margin: 0;
	height: 317px;
	width: 670px; }
.anythingSlider ul .info1 { background:url(../img/products/swimwear4.jpg) no-repeat;}
.anythingSlider ul .info2 { background:url(../img/products/swimwear3.jpg);}
.anythingSlider ul .info3 { background:url(../img/products/spandex8.jpg);}
.anythingSlider ul .info4 { background:url(../img/products/swimwear8.jpg);}
.anythingSlider ul .info5 { background:url(../img/products/spandex10.jpg);}
.anythingSlider ul .info6 { background:url(../img/products/spandex1.jpg);}
.anythingSlider ul .info7 { background:url(../img/products/spandex12.jpg);}
.anythingSlider ul .info8 { background:url(../img/products/swim1.jpg);}
.anythingSlider ul .info9 { background:url(../img/products/swim3.jpg);}
.anythingSlider ul .info10 { background:url(../img/products/swimwear5.jpg);}
.anythingSlider ul .info11 { background:url(../img/products/velvet.jpg);}
.anythingSlider ul li dl {
	font:11px/16px Georgia, "Times New Roman", Times, serif; 
	margin: 5px 15px 0px 0px; 
	height:305px; 
	width:200px; 
	border:#ccc 1px solid;
	text-indent:12px;
	text-align:center;
	float:right;
	background-color:#FFF ;
	opacity: 0.8; /* Firefox, Safari(WebKit), Opera */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	filter: alpha(opacity=80); /* IE 4-7 */
	zoom: 1;/* in IE 7 and lower */}
.anythingSlider ul li ol li {
	margin-top:5px;
	width:430px;
	float:left;
	padding:10px; 
	background:url(../images/inn.png) no-repeat;}
.anythingSlider .arrow {
	display: block;
	height: 100px;
	width: 34px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 120px;
	cursor: pointer; }
.anythingSlider .forward { background-position: 0 0; right: 12px; }
.anythingSlider .back { background-position: -34px 0; left: 12px; }
.anythingSlider .forward:hover { background-position: 0 -100px; }
.anythingSlider .back:hover { background-position: -34px -100px; }

#thumbNav { position: relative; top: 323px; text-align: center; }
#thumbNav a { color: black; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 12px; height: 18px; margin: 0 2px 0 0; background: #66A3D0 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover { background-color: #E4EEF7; }
#thumbNav a.cur { background-color: #E4EEF7; }

#start-stop { background: #093; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing { background-color: #F30; }
#start-stop:hover { background-image: none; }

