/*
    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: 955px; height: 190px; position: relative; margin: 0 auto 18px; padding:0; }
.anythingSlider .wrapper                { width: 875px; overflow: auto; height: 208px; margin: 0 40; position: absolute; top: 0; left: 40px; padding: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 209px; width: 875px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 120px; width: 45px; background: url(../imagens_new/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 35px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -0px; }
.anythingSlider .back                   { background-position: -45px 0; left: -0px; }

#thumbNav                               { display:none; position: relative; top: 180px; text-align: center; }
#thumbNav a                             { color: black; font: 11px Tahoma, Serif; display: inline-block; padding: 2px 8px; height: 0px; margin: 0 5px 0 0; background: #c58b04; 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-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { display:none; background: green; right: 45px; top: 323px; background-image: url(imagens_new/space.gif); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; -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: red; }
#start-stop:hover                       { background-image: 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; }

/*

*/

/* Easy Slider */

	.graphic, #prevBtn, #nextBtn {
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

	#container_slider {
		padding:0;
		padding-top:9px;
		margin:0 auto;
		position:relative;
		text-align:left;
		margin-bottom:2em;
		/*background-image:url(../imagens_new/leilao_back_slider.gif);*/
		background-color:#fff;
		}	

	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:718px;
		height:230px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn { 
		margin-left:30px;
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn { 
		left:658px;
		}														
	#prevBtn a, #nextBtn a {  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../imagens_new/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a { 
		background:url(../imagens_new/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */