.imgNoBorde { border: none; }
#videosContenedor {
	margin: 20px auto;
	width: 915px;
	height: 487px;
	font-family: Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	text-align: left;
	font-size:1.1em;
}
#videosSuperior {
}
#videosReproduccion {
	position: relative;
	float: left;
	width: 600px;
	height: 350px;
	background-color: #000;
	left: 2px;
}
#videosDescripcion {
	float: left;
	height: 340px;
	width: 305px;
	background-color: #404040;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
}
#videosDescripcionTitulo {
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
}
#videosDescripcionSubtitulo {
	font-weight: bold;
	padding-left: 5px;
}
#videosDescripcionTexto {
	text-align: justify;
	font-size: .8em;
	padding-right: 10px;
	height: 146px;
	width: 275px;
	padding-left: 5px;
}
#videosDescripcionPublicidad {
	width: 296px;
	height: 100px;
}
#videosInferior {
}
#videosPublicidadCuadro {
	float: left;
	width: 165px;
	height: 141px;
	margin-top: 7px;
	margin-right: 5px;
}
#videosCarrousel {
	position: relative;
	float: left;
	width: 744px;
	height: 147px;
	background-color: #E3E3E3;
}
#videosCarrouselTexto {
	color: #534E54;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 10px;
	margin-left: 15px;
}
#videosCarrouselContenedor {
	margin-top: 4px;
}
.videosCarrouselMuestra {
	float: left;
	margin-right: 5px;
	width: 128px;
}
.videosCarrouselMuestraVideo {
	width: 128px;
	height: 75px;
}
.videosCarrouselMuestraTexto {
	width: 120px;
	height: 20px;
	color: #666;
	font-size: .8em;
	padding-left: 2px;
}
#videosDescripcionLike {
	margin-top: -20px;
	margin-left: 5px;
}
#facebookLikeColor {
	color: #FFF !important;
}
a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 666px;
	height:114px;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	margin-left: 5px;
}
.items div {
	float:left;
}
.scrollable img {
	float:left;
	margin: 0px 5px 0px 0px;
	background-color:#fff;
	width:128px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
.scrollable {
	float:left;	
}
a.browse {
	display:block;
	width:25px;
	height:75px;
	float:left;
	cursor:pointer;
	font-size:1px;
}
a.right 				{ background:url(btnDer.jpg) no-repeat; float: right; right: 10px; position: absolute;}
a.right:hover 		{ background-position:0 -75px; }
a.right:active 	{ background-position:0 -75px; } 
a.left				{ background:url(btnIzq.jpg) no-repeat; margin-left: 14px;} 
a.left:hover  		{ background-position:0 -75px; }
a.left:active  	{ background-position: 0 -75px; }
a.disabled {
	/*visibility:hidden !important;*/
}
.videosCarrouselMuestra a:link, .video a:visited { text-decoration: none; color: #666; }
.videosCarrouselMuestra a:hover { text-decoration: underline; color: #666; }