.listavideos 
{
	background: url("/imagenes/bg-videos.jpg") repeat-y;
	width: 145px;
	height: 339px;
}

.arriba 
{
	height: 27px;
}

.abajo 
{
	height: 27px;
}

.centro
{
	height: 282px;
	position:relative;
}

.punto 
{
	height: 9px;
}

.mover_punto 
{
	float:left;
	padding-left: 72px;
	padding-top: 3px;
}

.mover_flecha_arriba
{
	float:left;
	height: 27px;
	width: 145px;
	background: url("/imagenes/flecha-arriba.jpg") no-repeat;
	background-position: 50% 50%;
}

.mover_flecha_arriba_over
{
	float:left;
	height: 27px;
	width: 145px;
	background: url("/imagenes/flecha-arriba-over.jpg") no-repeat;
	background-position: 50% 50%;
}

.mover_flecha_abajo
{
	float:left;
	height: 27px;
	width: 145px;
	background: url("/imagenes/flecha-abajo.jpg") no-repeat;
	background-position: 50% 50%;
}

.mover_flecha_abajo_over
{
	float:left;
	height: 27px;
	width: 145px;
	background: url("/imagenes/flecha-abajo-over.jpg") no-repeat;
	background-position: 50% 50%;
}

.contenedor_videos
{
	height: 282px;
	overflow:hidden;
}

.video_sombra
{
	height: 89px;
	padding-top: 5px;
	background: url("/imagenes/fondo-video.jpg") no-repeat;
	background-position: 50% 50%;
}

.video
{
	height: 89px;
	padding-top: 5px;
}

