/*SLIDESHOW*/
#slideshow {
	width: 394px;
	height: 64px;	
	padding: 5px 65px 0 50px;
	background-color: #FFFFFF;
	background-image: url(../images/fondo_4.png);
	background-repeat: no-repeat;	
	position: relative;
	z-index: 100;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* Parche IE */
	padding: 0px 0px 0px -60px;
	
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/*SLIDESHOW > SLIDES*/
#slideshow .slides {	
	color: #c2bfbf;	
}

#slideshow .slides ul {
	width: 468px;
}

#slideshow .slides li {
	width: 468px;	
}

#slideshow .slides h2 {
	margin: 0 0 2px 0;
	font: 20px Georgia, "Times New Roman", Times, serif;
 	color:#ccc;
  	letter-spacing:-1px;
}

#slideshow .slides p {
	width: 500px;
}

#slideshouw.slides a {
	color: #c2bfbf;
}

/*SLIDESHOW > NAVEGACIÓN*/

#slideshow .slides-nav li {
	margin: 0 6px 0 0;
	border: 1px solid #FFF;
	float: left;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 1px 4px 1px 4px;
	color: #FFF;
	text-decoration: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-color: #252525;}

.js #slideshow .slides-nav li.on a {

}

.js #slideshow #cycle_prev{
	height: 24px;
	width: 18px;
	position: absolute;
	left: 0px;
	top: 24px;
	background-image: url(../images/ctrl_izq2.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;	
}

.js #slideshow #cycle_prev:hover{
	background-image: url(../images/ctrl_izq.png);
}

.js #slideshow #cycle_next{
	height: 24px;
	width: 18px;
	position: absolute;
	right: 0px;
	top: 24px;
	background-image: url(../images/ctrl_der2.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_next:hover{
	background-image: url(../images/ctrl_der.png);
}

.js #slideshow #cycle_pause{	
	margin: -12px 0 0 400px;
	color: #FFF;
	cursor: pointer;
	float: left;
}

.js #slideshow #cycle_resume{
	margin: -12px 0 0 10px;
	color: #FFF;
	cursor: pointer;
	float: left;
}

#cycle_resume.resume,#cycle_pause.pause {
	text-decoration: underline;
}
