#fondo {
	width: 780px;
	height: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#fondo #galeria {
	position: absolute;
	height: 128px;
	width: 626px;
	left: 444px;
	top: 50px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.scrollable img {
	width:40px;
	height: 40px;
	margin:20px 5px 20px 21px;	
}

.scrollable img.hover {
	background-color:#123;	
}

/*** override styling in external stylesheets ***/
/* remove margins from the image */
.items img {
	margin:3px;
}
#fondo #fondo-inferior {
	position: absolute;
	height: 200px;
	width: 550px;
	left: 112px;
	top: 650px;
}
#fondo #flash2 {
	position: absolute;
	height: 133px;
	width: 137px;
	left: 606px;
	top: 500px;
}
#all #chained .items #titulo1 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #6F7273;
	position: absolute;
	height: 20px;
	width: 148px;
	left: 0px;
	top: 53px;
}

/* make A tags our floating scrollable items */
.items a {
	display:block;
	float:left;
	margin:20px 7px;
} 


/* scrollable should not disable gallery navigation */
#gallery .disabled {
	visibility:visible !important;
}

#gallery .inactive {
	visibility:hidden !important;
}


