/*
    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: 500px; 
height: 285px; 
position: relative; 
margin: 10px 0px 15px 10px;/*border:1px solid #000*/; 
overflow: hidden;

}
.epigrafe{
	position: absolute;
	background: transparent url(../img/bg_epigrafe.png) repeat-x bottom left;
	bottom:0px;
	font: normal 11px Arial; 
	color: white;
	width: 494px;
/*	filter: alpha(opacity=60);
	opacity: .6 ;
	-moz-opacity:0.6;*/
}
.epigrafe #text{
	padding: 3px 3px 3px 10px;
} 

.anythingSlider .wrapper { 
width: 483px; 
overflow: auto; 
height: 255px; 
margin: 0; 
position: absolute;
 top: 0; 
 left: 0; 
 border:3px solid #dadada;
 }
 
.anythingSlider .wrapper ul{ 
width: 99999px; 
list-style: none; 
position: absolute; 
top: 0; left: 0;
background: #fff;
margin: 0; }

.anythingSlider ul li{ display: block; 
float: left; 
padding: 0px; 
height: 255px;
width: 494px; 
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: 40px; 
cursor: pointer; 
}

.anythingSlider .forward {background-position: 0 52px; right: -35px; }
.anythingSlider .back { background-position: -67px 52px; left: -35px; }
.anythingSlider .forward:hover{ background-position: 0 -140px; }
.anythingSlider .back:hover { background-position: -67px -140px; }*/

#thumbNav  { position: relative; top: 245px;left:10px; text-align: left; }
#thumbNav a { color: black; 
font: 11px/18px Arial, Serif; 
display: inline-block; 
padding: 2px 8px; 
height: 15px; 
margin: 0 3px 0 0; 
background: url(../images/cellshade.png) repeat-x;  /** este es el color de las pestaņas cuando estoy en esa noticia **/
text-align: left; 
color: #000;
-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:#e65b16; none;color:#fff; }
#thumbNav a.cur  { background: #e65b16; }  /** este es el color de las pestaņas cuando esta desactivada**/

#start-stop{ 
background: #000; 
background-image: url(../images/cellshade.png); 
background-repeat: repeat-x;
color: white; 
padding: 2px 5px; 
width: 70px; 
text-align: center; 
position: absolute; 
right: 15px; 
top: 260px; 
-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: #e65b16; }
#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; 
}