/* slim */
#slider {
    width: 335px; /* important to be same as image width */
    height: 335px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left:16px;
}
#slider #sliderContent {
    width: 335px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
}
#slider .sliderImage span {
	position: absolute;
	padding: 10px 13px;
	width: 335px;
	background-color:#141414 ; /* AQUI CAMBIAR COLOR DE FONDO PARA BANNER ARRIENDO */
	color:#ff5a00; /* AQUI CAMBIAR COLOR DE FUENTE PARA BANNER ARRIENDO */
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity:0.8;
	opacity: 0.8;
	font-family:"Arial Black", Arial;
	
	display: none;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 14px;
}
#slider .top {
	top: 0;
	left: 0;

}
.top {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;	
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 100px;
}
#slider .right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 100px;
}

#slider ul { list-style-type: none; margin:0px; padding:0px;}
#slider ul li{ margin:0px; padding:0px;}
#slider .sliderImage h6{
	margin:0px;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: normal;
	font-size: 26px;
}
#slider .sliderImage img{
border:0px;
}
/* fin slim */


/* slim Venta */
#slider2 {
    width: 335px; /* important to be same as image width */
    height: 335px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider2 #slider2Content {
    width: 335px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider2 .slider2Image {
    float: left;
    position: relative;
	display: none;
}
#slider2 .slider2Image span {
	position: absolute;
	padding: 10px 13px;
	width: 335px;
	background-color:#141414; /* AQUI CAMBIAR COLOR DE FONDO PARA BANNER VENTAS */
	color:#ff5a00; /* AQUI CAMBIAR COLOR DE FUENTE PARA BANNER VENTAS */
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display: none;
	font-family:"Arial Black", Arial;
}
#slider2 .clear {
	clear: both;
}
#slider2 .slider2Image span strong {
    font-size: 14px;
}
#slider2 .top {
	top: 0;
	left: 0;
}
#slider2 .bottom {
	bottom: 0;
    left: 0;
}
#slider2 .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 100px;
}
#slider2 .right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 100px;
}

#slider2 ul { list-style-type: none; margin:0px; padding:0px;}
#slider2 ul li{ margin:0px; padding:0px;}
#slider2 .slider2Image h6{
	margin:0px;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: normal;
	font-size: 26px;
}
#slider2 .slider2Image img{
border:0px;
}
/* fin slim */
#slider #center_img{
width:335px;
text-align:center;
}