#lista {
	margin-top:3px;
}

.scrollable {
	position:relative;
	overflow:hidden;
	font: 0.6em Verdana, Geneva, sans-serif;
	background:#525051;
	padding:0 0 0 10px;
	float:left;	
	text-align:left;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable img {
	width:100px;
	height:74px;
	margin:5px 5px 3px 5px;
}

.video{
	float:left;
	margin:12px 8px 0px 8px;
	padding:6px;  /* intentar no tocar que sea este numero*/
	cursor:pointer;
	background:#ececec;
}

.texto {
	margin-top:0px;
	color:#000;
	width:110px;
	text-align:center;
	font-size:9px;
	overflow:hidden;
	line-height:9px;
}

.playing, .paused{
	background:#ce0d20;
	color:#fff;
	z-index:9999;
}

.playing .texto, .paused .texto{
	color:#FFF;
}

a.browse {
	display:block;
	width:18px;
	height:106px;
	float:left;
	margin:0px 0px;
	cursor:pointer;
	font-size:1px;
}

a.right { 
	background:#666465;
	background: url(flecha_derecha.png) no-repeat;
	cursor:pointer;
	float:right;
	width:18px;
}

a.left{ 
	background:#666465;
	background: url(flecha_izquierda.png) no-repeat;
	cursor:pointer;
	width:18px;
}

#play {
left:270px;
position:absolute;
top:180px;
cursor: pointer
}

#preview {
position:absolute;
}    
