.anythingSlider {
	width: 546px; 
	height: 347px; 
	position: relative; 
	margin: 5px auto; 
	border: 2px #CCC solid; 
	background-color: #EAEAEA;}
.anythingSlider .wrapper {
	width: 470px; 
	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:5px 0px 0px 0px;
	border-bottom: 3px solid #ccc;
	background-color:#FFF;  }
.anythingSlider ul li {
	display: block; 
	float: left; 
	padding: 0;
	margin: 0;
	height: 317px;
	width: 470px; }
.anythingSlider ul .info1 { background: url(../img/home/executive-chair_RTC-2614.jpg) no-repeat;}
.anythingSlider ul .info2 { background: url(../img/home/executive-chair_RTC-2612.jpg) no-repeat;}
.anythingSlider ul .info3 { background: url(../img/home/executive-chair_RTC-2568.jpg) no-repeat;}
.anythingSlider ul .info4 { background: url(../img/home/executive-chair_RTC-LUANDA.jpg) no-repeat;}
.anythingSlider ul .info5 { background: url(../img/home/executive-chair_RTC-2610H.jpg) no-repeat;}
.anythingSlider ul .info6 { background: url(../img/home/office-chairs_6.jpg) no-repeat;}
.anythingSlider ul .info7 { background: url(../img/home/office-chairs_7.jpg) no-repeat;}
.anythingSlider ul .info8 { background: url(../img/home/chairs_1.jpg) no-repeat;}
.anythingSlider ul li ol li {
	font:11px/16px Georgia, "Times New Roman", Times, serif; 
	margin: 5px 15px 0px 5px;
	height:306px; 
	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 .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: 325px; text-align: center; }
#thumbNav a { color: black; font: 12px/18px "Times New Roman", Times, serif; display: inline-block; padding: 2px 15px; height: 18px; margin: 0 2px 0 0; background-color:#999; text-align: center; }
#thumbNav a:hover { background-color: #ccc; }
#thumbNav a.cur { background-color: #fff; }

#start-stop { background-color:#060; color: white; padding: 1px 5px; width: 40px; text-align: center; position: absolute; right: 0px; top: 330px;}
#start-stop.playing { background-color: #C00; }
#start-stop:hover { background-image: none; }

