/*
    anythingSlider v1.2
    
    By Cristian Nunez Quezada
    www.cristiannunez.cl
*/


.anythingSlider {
	width: 1024px;
	height: 270px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

.anythingSlider .wrapper {
	width: 1024px;
	overflow: auto;
	height: 284px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0px;
	left: -40px; /* ajuste visibilidad lado izquierdo */
	right: 0px;  /* ajuste visibilidad lado izquierdo */
	background: #eee;
	border-top: 6px solid #FFFFFF; /* color linea superior */
	border-bottom: 7px solid #FFFFFF; /* color linea inferior */
	margin: 0; 
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 270px;
	width: 1024px;
	margin: 0;
}

.anythingSlider .arrow { 
display: block; 
height: 270px; 
width: 0px; 
background: url(COOL%20Tour%20Design/probando/cool/images/arrows.png) no-repeat 0 0; 
text-indent: -9999px; 
position: absolute; 
top: 0px; 
cursor: pointer; 
}

.anythingSlider .forward { 
background-position: 0 0; 
right: 0px; 
}

.anythingSlider .back { 
background-position: 0px 0; 
left: 0px; 
}

.anythingSlider .forward:hover { 
background-position: 0 -200px; 
}

.anythingSlider .back:hover { 
background-position: 0px -200px; 
}

#thumbNav { 
position: relative; 
top: -25px;  /* margen superior de los numeritos */
text-align: right; /* ubicacion horizontal numeritos */
}

#thumbNav a { 
color: black /* color de numeros */; 
font: 11px/18px Verdana, Serif; 
display: inline-block; 
padding: 2px 8px; 
height: 18px; 
margin: 0 5px 0 0; 
background: #FFFFFF/* color fondo numeros */ url(COOL%20Tour%20Design/probando/cool/images/cellshade.png) repeat-x; 
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: #eeeeee; 
}  /* esto es el color del fondo de los numeritos */

#start-stop { 
font-family: Verdana,Helvetica,Arial,sans-serif; 
font-size: 11px;
text-decoration: none;
background: #ded210; /* color verde de play-stop */
background-image: url(COOL%20Tour%20Design/probando/cool/images/cellshade.png); 
background-repeat: repeat-x; 
color: white; 
padding: 2px 5px; 
width: 30px; 
text-align: center; 
position: absolute; 
right: 0px;  /* margen derecho del recuadro stop-play */
top: 0px;  /* margen superior del recuadro stop-play */
-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: #ec1d1d;  /* color rojo de play-stop */
}

#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; 
}

