body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: transparent;
}

#contenedor_galeria2 {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 800px;
	height: 400px;
}

.item_galeria {
	color: #FFF;
	width: 150px;
	height: 150px;
	float: left;
}

#item1 {
	
}

#item2 {
	
}

#item3 {
	
}

#item4 {
	
}

#thumb {
	position: absolute;
	width: 120px;
	height: 90px;
}

#nombre {
	position: absolute;
	top: 95px;
	height: 15px;
}

#titulo {
	position: absolute;
	top: 115px;
	height: 15px;
}

#reproducciones {
	position: absolute;
	top: 135px;
	height: 15px;
}

#img_play {
	position: absolute;
	top: 30px;
	left: 45px;
	width: 30px;
	height: 30px;
}

#img_thumb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 90px;
}

#paginacion {
	width: 300px;
	height: 40px;
	position: absolute;
	bottom: 10px;
	top: 380px;
	right: 0px;
	z-index: 200;
}
/*.anterior a,.siguiente a,.siguiente a,.pagina_inactiva {
	color: #093;
	text-decoration: none;
}

.anterior a:hover,.siguiente a:hover,.pagina_inactiva:hover {
	color: #9F0;
	text-decoration: none;
}

.pagina_activa {
	color: #F00;
}*/
