#lista{
	overflow:hidden;
	width:1020px;
	*width:993px;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 965px;
	*width: 950px;
	height:90px;
	font: 0.7em Verdana, Geneva, sans-serif;
	float:left;
}

.centrado{
	margin:auto;
	overflow:hidden;
	width:1010px;
	*width:993px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable img {
	width:80px;
	height:70px;
	float:left;
	margin-right:5px;
}

.video{
	float:left;
	margin:0px 5px 0px 5px;
	
	background:#FFF;
	
	padding:8px;
	border:1px solid #ccc;
	cursor:pointer;
	width:200px;
	*width:210px;
	height:72px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


.video:hover{
	background:#EAEAEA;
}



.video a{
	text-decoration:none;
	color:#000;
	display: block; width: 100%; height: 100%;
}

.video img{
	border:none;
}

.video texto{
	font-size:9px;
}



a.browse {
	display:block;
	width:16px;
	height:106px;
	float:left;
	margin:0px 2px;
	cursor:pointer;
	font-size:1px;
}

a.right:hover {
	background-color:#D6D6D6; 
}
a.right:active {
	background-color:#CCC;
}

a.right {
	background: url(/modulos/mod_galeria_multimedia/pub/flowplayer/img/flecha_derecha.png) no-repeat #EAEAEA;
	background-position:0 32px;
	border:1px solid #ccc;
	cursor:pointer;
	width:16px;
	height:88px;
	
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius:7px;
	border-top-right-radius:7px;
	
	float:right;
}


a.left:hover { background-color:#D6D6D6; }
a.left:active { background-color:#CCC; }

a.left{
	background: url(/modulos/mod_galeria_multimedia/pub/flowplayer/img/flecha_izquierda.png) no-repeat #EAEAEA;
	background-position:0 32px;
	border:1px solid #ccc;
	cursor:pointer;
	width:16px;
	height:88px;
	
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius:7px;
	border-top-left-radius:7px;
}
