.carousel-component {
	position:relative;
	overflow:visible;
	visibility:visible; /* component turns it on when first item is rendered */
 	
}
			
.carousel-component ul.carousel-list {
	width:10000000px;
	height: 120px;
	position:relative;
	z-index:1;
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;

}

.carousel-component ul.carousel-vertical { 
	height: 305px;
	
	}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}

/**
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	padding:0px;
}

.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px 0px 0px 0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

#html-carousel { /*fondo del carusel*/

}

#html-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#html-carousel .carousel-list li { /*ancho y alto de las imagenes*/
    width: 235px;
	height: 175px;
    padding: 5px;
    margin: 5px;
    color: #007FD6;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	font-family: Tahoma;
	
}
#html-carousel .carousel-list li img { 
    border:2px solid #cccccc;
    display:block;
}

#html-carousel {/*aqui el alto del marquee*/
	margin-bottom: 10px;
	float: left;
	width: 504px;
}

/* BUTTONS */
#prev-arrow-container{ 
    float:left;
    margin: 0px;
    padding: 0px;
	margin-top: 70px;
	margin-left: 10px;
	
}
#next-arrow-container{
    float:left;
    margin: 0px;
    padding: 0px;
	margin-top: 70px;
	margin-left: 10px;

}
#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}

.listas_dos_por_dos {
	width:600px;
	height:auto;

}

#dos_por_dos ul, #dos_por_dos li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	display:inline-block;
	width:239px;
	height: 190px;
	text-align:center;
	text-transform:uppercase;
	color:#007FD6;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}
.thumb{
	border: #CCCCCC 2px solid;

}

.listas_tres_por_tres {
	width:900px;
	height:auto;

}
#tres_por_tres ul, #tres_por_tres li {

	list-style:none;
	list-style-image:none;
	list-style-type:none;
	display:inline-block;
	width:239px;
	height: 190px;
	text-align:center;
	text-transform:uppercase;
	color:#007FD6;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}
