body{
	margin:0;
	padding:0;
}
img{
	border: 0;
}

#galeria{
	width: 620px;
	height: auto;
	padding:10px;
	margin-bottom: 20px;
}
	#galeria ul{
		list-style: none outside none;
		margin: 0;
		padding: 0;
	}
img .precarga{ 
	background: url("../images/galeria/loader.gif") no-repeat scroll center center transparent;
}
#contenedor{
	width: 620px;
	height: auto;
	float: left;
}
#boto{
	width:620px;
	margin-top:10px;
	height: auto;
	float: left;
}
		#botoesq{
			width: 300px;
			height:auto;
			text-align: right;
			float: left;
			margin-right:2px;
		}
		#botodret{
			width: 300px;
			height: auto;
			text-align: left;
			float:  right;
			margin-left:2px;
		}
#imgbox{
	width: 560px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	margin-left:30px;
}
.imgs{
	width: 88px;
	height: 66px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float:left;
	margin:5px;
}