.carousel {
    overflow: hidden;
	border: 5px solid #606060;
    height: 320px;
    width: 428px;
	margin: 0px;
	position: relative;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.carousel .inner {
	width: 2996px;
}
.carousel .inner img {
    float: left;
}
.carousel .middle {
    overflow: auto;
    float: left;
    width: 428px;
    height: 341px;
}
#control_fotos { position: relative; width: 428px }
#control_fotos a {
	display: block; position: absolute; top: 275px; padding: 10px 15px;
	color: white; font-size: 14px; font-weight: bolder;
	background: url("../imagenes/transp.png") repeat !important;
}

#control_fotos a:hover { text-decoration: underline }

#control_videos { position: relative; width: 428px }
#control_videos a {
	display: block; position: absolute; top: 275px; padding: 10px 15px;
	color: white; font-size: 14px; font-weight: bolder;
	background: url("../imagenes/transp.png") repeat !important;
}

#control_videos a:hover { text-decoration: underline }

#video_inner li{list-style-type: none; display: inline;}

.prev { left: 0px; border-top-right-radius: 7px; border-bottom-right-radius: 7px; padding-left: 20px !important }
.next { right: 0px; border-top-left-radius: 7px; border-bottom-left-radius: 7px; padding-right: 20px !important }