/*
    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{ 
	height: 500px;	
	z-index:1;
	position: relative;
	margin:0px;
}
.anythingSlider .wrapper{ 
	width:381px; 
	height: 500px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background-color:#FFFFFF;
	
}
.anythingSlider .wrapper ul{ 
	width: 99999px; 
	text-align:left; 
	background-color:#EEEEEE; 
	list-style: none; 
	position: absolute; 
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
	background: #eee; 
}

.textoBanner{
	display:block; 
	padding-top:40px;
	_padding-top:50px;
	width:400px;
	background-color:#FFFFFF;
}

.bannerImg{ display:block; height:290px;}

.anythingSlider ul li{ 
	display: block; 
	float: left; 
	padding: 0; 
	height: 317px; 
	width: 680px; 
	margin:0px 0px 0px 0px ; 
}
.anythingSlider .arrow{ 
	display: block; 
	height: 460px; 
	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; }

#thumbNav                               { position: relative; top: 300px; text-align: center; }

#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop{ 	
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 5px; 
	top: 300px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	position:absolute; 
	z-index:3000;
}
#start-stop.playing{
	position:absolute; 
	z-index:3000;	
}
#start-stop:hover{ 
	position:absolute; 
	z-index:3100;
}

#start-stop:hover, 
#start-stop.playing, 
#start-stop{
	height:30px; 
	padding-top:5px;
	margin-top:-5px;
	background-color:#CCCCCC;
	color:#333333;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul li       { 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}