/*
    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: 960px;
	height: 550px;
	position: relative;
	z-index: 55;
	float: left;
}
.anythingSlider .wrapper{
	width: 960px;
	overflow: auto;
	height: 550px;
	position: absolute;
	top:0px;
	left: 0;
	z-index: 60;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	margin: 0;
	z-index:53312;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height:550px;
	width:960px;
	margin: 0;
}
.anythingSlider .arrow { display: block; height: 200px; width: 67px; background: url(../images/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; }

#thumbNavbg{position: absolute;top:450px; left:18px; width:195px; padding-left:5px; height:28px; padding-top:2px;text-align:left; background:url(../images/white_btn.png) no-repeat left top; _background:url(none) no-repeat left top;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/white_btn.png'); z-index:633331;}
#thumbNav                               { position: absolute;top:450px; left:20px; width:195px; padding-left:5px; height:28px; padding-top:2px;text-align:left;  z-index:633332;}

#thumbNav a                             { color: black; font: 11px/18px; Georgia, Serif; display: inline-block; padding:4px 8px; height:16px; background: url(../images/hite_btn.gif) no-repeat right top; text-align: center; font-weight:bold; width:11px;  }
#thumbNav a:hover                       { background: url(../images/onclickbg.gif); color:#333; text-decoration:none;}
#thumbNav a.cur                         { background: url(../images/onclickbg.gif); color:#333; }

#start-stop                             {background-image: url(../images/play_btn.gif); background-repeat: no-repeat; background-position:left top; color:#333; padding:6px 2px 0px 2px; width: 48px; text-align: center; position: absolute; left:165px;top:451px; text-transform:uppercase; font-size:10px; z-index:633333;}
#start-stop.playing                     { background-image: url(../images/stop_btn.gif); }
#start-stop.playing:hover                     { background-image: url(../images/stop_btn.gif); }
#start-stop:hover                       { background-image: none; background-image: url(../images/play_btn.gif); text-decoration: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; }

