@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Estopa
Autor: Omar De Luna
actualizaci�n: julio 2011 */




.clearfix{
	clear:both;
	float:none;
}

#bigPic{
	width:100%;
	
	position:relative;
}

#bigPic img{
	position:absolute;
	display:none;
	border-bottom:5px solid  #000;
}
ul#thumbs li.active{
	opacity:0.6;
}
ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}
	
ul#thumbs li{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	cursor:pointer;
	width:150px;
	height:136px;
	overflow:hidden;
}
ul#thumbs img{
	float:left;
	width:290px;
	height:136px;
	line-height:80px;
	overflow:hidden;
	position:relative;
		
}



