/* ********* 

Hoja de Estilo para el s3SliderFull

********* */
img{
	border:none;
}
#slider1 {
    width: 659px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border-top:#c21b23 solid 4px;
	border-bottom:#c21b23 solid 2px;
	margin:auto;
	background:#333333;
	border-left:25px;
}

#slider1Content {
    width: 660px; /* important to be same as image width or wider */
	height: 150px;
}
.slider1Image {
	position:absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #FFFFFF;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight:bold;
    font-size: 16px;
	color:#FFFFFF;
}
.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 280px;
	text-align:left;
}
.right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 285px;
	text-align:left;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0px;
    left: 0;
	height: 50px;
}
ul { list-style-type: none;}
