
/*GALLERIA STARTS*/

#Galeria{
	margin:0 auto; 
	width:827px;
	height:201px;
	position:relative;
	padding:0 0 16px 0;
}
#GaleriaBorde{
	position:absolute; 
	top:-4px; 
	left:-5px; 
	z-index:100;
} 
.pics { 
	height: 201px; 
	width: 267px; 
	padding:0; 
	margin:0; 
	overflow: hidden; 
	float:left 
}
.pics img { 
	height: 201px; 
	width: 267px; 
	top:0; 
	left:0 
}
.nav{ 
	width:24px; 
	height:74px; 
	float:left; 
	padding:60px 0 0 2px;
}
.nav a#prev{height:36px; float:left; width:24px;}

.nav a#next{ height:38px; float:left; width:24px;}

.nav a img{ vertical-align:top; }

/*GALERIA ENDS*/

