/* CSS Document */

div.anythingSlider{
	width:930px;
	height:100%;
	position:relative;
	/*padding:0 20px 0 0;*/
	border:#000 solid 2px;
	}
div.anythingSlider div.wrapper{
	overflow:auto;
	width:930px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	/*border:#000 solid 10px;*/
	}
div.anythingSlider div.wrapper ul{
	font-size:0;
	line-height:0;
	width:99999px;
	position:absolute;
	top:0;
	left:0;
	}
div.anythingSlider div.wrapper ul li{
	float:left;
	padding:0;
	width:930px;
	height:433px;
	}
/*div.anythingSlider .arrow{
	display:block;
	height:51px;
	width:55px;
	text-indent:-9999px;
	position:absolute;
	top:192px;
	cursor:pointer;
	z-index:200;
	}
div.anythingSlider .forward{
	background:url(images/banner-arrow-fwd.png) 0 0 no-repeat;
	left:875px;
	}
div.anythingSlider .back{
	background:url(images/banner-arrow-back.png) 0 0 no-repeat;
	left:0;
	}
*//*div.anythingSlider .forward:hover{
	background-position:0 -200px;
	}
div.anythingSlider .back:hover{
	background-position:-67px -200px;
	}*/
	
div.anythingSlider .arrow{
	display:block;
	height:51px;
	width:55px;
	text-indent:-9999px;
	position:absolute;
	top:150px;
	cursor:pointer;
	z-index:200;
	}
/*div.anythingSlider .forward{
	background:url(images/banner-arrow-fwd.png) 0 0 no-repeat;
	right:-40px;
	}
div.anythingSlider .back{
	background:url(images/banner-arrow-back.png) 0 0 no-repeat;
	left:-40px;
	}*/
div#thumbNav{
	position:absolute;
	top:419px;
	right:56px;
	/*background-color:#8A898A;*/
	/*padding:0 15px;*/
	height:21px;
	/*border-top:1px solid #A9B5B2;
	border-bottom:1px solid #A9B5B2;*/
	z-index:150;
	/*width:280px;*/
	/*float:left;*/
	}
div#thumbNav a{
	display:block;
	height:21px;
	width:19px;
	font:bold 13px/21px Arial, Helvetica, sans-serif;
	float:left;
	color:#F7F7F7;
	text-align:center;
	/*background:url(images/bullet.png) 0 0 no-repeat;*/
	/*margin-right:10px;*/
	border-right:#787978 solid 1px;
	float:left;
	}
div#thumbNav a:hover{
	/*background-color:#7A4A62;*/
	background-color:#808080;
	color:#fff;
	/*background:url(images/bullet-hover.png) 0 0 no-repeat;*/
	}
div#thumbNav a.cur{
	/*background-color:#7A4A62;*/
	background-color:#808080;
	color:#fff;
	/*background:url(images/bullet-hover.png) 0 0 no-repeat;*/
	}
a#start-stop{
	display:none;
	width:19px;
	height:21px;
	position:absolute;
	right:6px;
	top:321px;
	background:url(images/btn-play.gif) 0 0 no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-20000px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius: 5px;
	}
/*a#start-stop.playing{
	background:url(images/btn-pause.gif) 0 0 no-repeat;
	}
a#start-stop:hover{
	background-image:none;
	}*/

p.sliderBgCont{
	width:930px;
	position:absolute;
	left:0;
	bottom:0;
	height:22px;
	/*background:url(images/number-bg.png) 0 0 repeat;*/
	z-index:100;
	background:url(images/banner-bg-1px.png) 0 0 repeat-x;
	/*float:left;*/
}
