<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:510px;
	height:300px;
	position:relative;

}
#slideshow #slidesContainer {
	margin:0 auto;
	width:435px;
	height:300px;
	overflow:auto; /* allow scrollbar */
	position:relative;

}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:410px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:300px;
}


/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:39px;
	height:290px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background:transparent url(../../imagenes/control_left.png) no-repeat 0 0;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(../../imagenes/control_right.png) no-repeat 0 0;
}
/** 
 * Slideshow details.
 */
.slide_box {
	width:422px; 
	height:278px; 
	border:0px; 
	background:#4F8503; 
	padding:5px
}

.slide_image {
	width:420px; 
	height:230px; 
	border: #FFFFFF solid 1px; 
	background:#FFFFFF; 
	padding:0px; 
	margin:0px; 
	margin-bottom:2px
}

.slide_boxdetails {
	width:420px; 
	height:40px; 
	border: #FFFFFF solid 1px; 
	background:#000; 
	padding:0px; 
	margin:0px;
	text-transform:uppercase
}

.slide_boxdetails_left {
	float:left; 
	padding:4px; 
	font-family:Arial; 
	font-size:10px; 
	color:#FFFFFF; 
	width:68%; 
	height:100%;
}

.slide_boxdetails_right {
	float:right; 
	padding:4px; 
	font-family:Arial; 
	font-size:10px; 
	color:#FFFFFF; 
	width:27%; 
	height:100%; 
	text-align:right;
}
