#slider
{
	width: 100%;
	/*important to be same as image width*/
	height: 450px;
	/*important to be same as image height*/
	position: relative;
	/*important*/
	overflow: hidden;
	/*important*/
	margin: 0;
}
#sliderContent
{
	width: 100%;
	/*important to be same as image width or wider*/
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage
{
	float: left;
	position: relative;
	display: none;
}
.sliderImage SPAN
{
	position: absolute;
	padding: 10px 13px;
	width: 100%;
	color: #000;
	display: none;
	font-size: 0.8em;
}
.clear
{
	clear: both;
}
.sliderImage SPAN STRONG.TituloSlider
{
	float: left;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 400;
	padding: 5px;
	font-family: 'Spinnaker', sans-serif !important;
	background: url(../imagenes/bg_banner_tit.png);
}
.sliderImage SPAN I
{
	font-style: normal;
	float: left;
	clear: left;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 400;
	padding: 5px;
	font-family: 'Spinnaker', sans-serif !important;
	background: url(../imagenes/bg_banner_text.png);
}
.top
{
	top: 0;
	left: 0;
}
.bottom
{
	bottom: 0;
	left: 0;
}
UL#sliderContent
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sliderImage SPAN STRONG.PrecioSlider
{
	float: right;
	font-size: 2.3em;
	margin: 11px 28px 0 0;
}
.sliderImage SPAN STRONG.PrecioSlider B
{
	font-size: 0.4em;
	font-weight: normal;
}
.left
{
	/*height: 251px;*/
	left: 0;
	bottom: 30px;
	width: 800px !important;
}
.right
{
	bottom: 15px;
	right: 0px;
	width: 464px !important;
}
.offsetLeft
{
	left: 15px;
}
.offsetRight
{
	right: 0px;
}
