#slider {
    width: 600px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
	display:block;
    position: relative; /* important */
	overflow: hidden; /* important */
	padding:0px;
	margin:0px;

	/*top:0px;
	left:0px;*/
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#slider {
    width: 600px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
	display:block;
    position: relative; /* important */
	overflow: hidden; /* important */
	padding:0px;
	margin:27px 0 0 0;
	/*top:0px;
	left:0px;*/
}
}

#sliderContent {
	width: 600px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin: 0px;
	padding:0px;
	height:200px;
	left: 0px;
	display:block;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
	padding:0px;
	margin:0px;
	width:600px;
	height:200px;
}
.sliderImage h2 {
    position: absolute;
	font: 11px  Tahoma, Arial, Verdana;
    padding:5px 10px 5px 10px;
	margin:0px ;
   /* width: 350px;*/
    background-color: #545454;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    color: #fff;
    display: none;
	line-height:14px;
}

.sliderImage h2 a {
    background: transparent url(http://www.fuertehoteles.com/imagenes/estructura/home/boton_dcha.gif) no-repeat scroll top right;
    color: #fff;
    display: block;
    float:left;
    font: normal 11px 'Tahoma', Verdana, arial, sans-serif;
    height: 16px;
    margin-right: 0px;
	margin-top:3px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
	clear:both;

}

.reapertura {

    margin-right: 0px;
	margin-top:50px;
    padding-right: 5px; 

}

.sliderImage h2 a span{
    background: transparent url(http://www.fuertehoteles.com/imagenes/estructura/home/boton_izda.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 1px 0 6px 5px;
}

.sliderImage h2 a:hover {
    background: transparent url(http://www.fuertehoteles.com/imagenes/estructura/home/boton_dcha_over.gif) no-repeat scroll top right;
    color: #fff;
    display: block;
    float:left;
    font: normal 11px 'Tahoma', Verdana, arial, sans-serif;
    height: 16px;
    margin-right: 0px;
	margin-top:3px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
	clear:both;

}

.sliderImage h2 a:hover span{
    background: transparent url(http://www.fuertehoteles.com/imagenes/estructura/home/boton_izda_over.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 1px 0 6px 5px;
}



.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

.left {
	top: 0;
    left: 0;
	width: 175px !important;
	/*height: 190px;*/
}
.right {
	right: 0;
	bottom: 0;
	width:175px !important;
	/*height: 190px;*/
}

ul { list-style-type: none;}

