#carousel-chicos{
	position: relative;
}

#carousel-chicas{
	position: relative;
}

#carousel-news{
	position: relative;
}

.carousel-clip-region {
	width: 296px;
	margin-left: 48px;
	overflow:hidden;
	position:relative;
	height: 75px;
}

ul.carousel-list-chicos,
ul.carousel-list-chicas, 
ul.carousel-list-news,
ul.carousel-list-entrevistas,
ul.carousel-list-tips,
ul.carousel-list-videoclips {
	position: relative;
	margin: 0;
	padding: 0;
	width: 10000000px;
	z-index: 1;
}

.carousel-list-chicos li,
.carousel-list-chicas li,
.carousel-list-news li, 
.carousel-list-entrevistas li,
.carousel-list-tips li,
.carousel-list-videoclips li  { 
	float: left;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 138px;
}

.carousel-list-chicos li img,
.carousel-list-chicas li img,
.carousel-list-news li img, 
.carousel-list-entrevistas li img,
.carousel-list-tips li img,
.carousel-list-videoclips li img { 
	cursor: pointer;
}

.billboard .prev-arrow-container{
    position:absolute;
    top:35px;
    left:22px;
    width:38px;
    height:38px;
}
.billboard .next-arrow-container{
    position:absolute;
    top:35px;
    right:33px;
    width:38px;
    height:38px;
}
#participantes .billboard .prev-arrow-container{
	background: url(../Images/buttons/btn-yellowprev.gif) no-repeat 0 0;
}

#participantes .billboard .next-arrow-container{
	background: url(../Images/buttons/btn-yellownext.gif) no-repeat 0 0;
}

#recreonews .billboard .prev-arrow-container{
	background: url(../Images/buttons/btn-blueprev.gif) no-repeat 0 0;
}

#recreonews .billboard .next-arrow-container{
	background: url(../Images/buttons/btn-bluenext.gif) no-repeat 0 0;
}

#carousel-tips,
#carousel-videoclips,	
#carousel-entrevistas{
	position: relative;
}

#recreoTips .prev-arrow-container,
#videoclips .prev-arrow-container,
#interviews .prev-arrow-container {
	background: url(../Images/buttons/btn-blueprev.gif) no-repeat 0 0;
}

#recreoTips .next-arrow-container,
#videoclips .next-arrow-container,
#interviews .next-arrow-container {
	background: url(../Images/buttons/btn-bluenext.gif) no-repeat 0 0;
}


#recreoTips .prev-arrow-container,
#videoclips .prev-arrow-container,
#interviews .prev-arrow-container{
    position:absolute;
    top:15px;
    left:0px;
    width:38px;
    height:38px;    
}

#recreoTips .next-arrow-container,
#videoclips .next-arrow-container,
#interviews .next-arrow-container {
    position:absolute;
    top:15px;
    right:33px;
    width:38px;
    height:38px;
}

#carousel-entrevistas,
#carousel-tips,
#carousel-videoclips {
	width: 560px;
}
#recreoTips .carousel-clip-region,
#videoclips .carousel-clip-region,
#interviews .carousel-clip-region {
	width: 440px;
	margin-left: 48px;
}
