/**************************************************/
/* styling for the photo galleries */

#main_photo {
	width: 600px;
	position: absolute;
	top: 181px;
}

#main_photo p {
	text-align:center; margin:0; padding:0;
}

/* the bax that holds the thumbnails that is seen, make it wider to see more thumbnails at one time */
/* adjust margin-left to center it on page */
#ptlobos_scrollbox {
	height:120px;
	background:none;
	overflow:auto;
	border:0px solid #aaa;
	position: absolute;
	top: 497px;
	z-index: 50;
}

#ptlobos_scrollbox {
	width:550px;
	left: 227px;
}

/* the box that holds the thumbnails, it needs to be wide enough to hold all of them */
#ptlobos_thumbs {
	width:600px; 
	height:100px;
}

a.thumbs, a.thumbs:visited {
	display:block;
	color:#000;
	text-decoration:none;
	height:90px;
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

a.thumbs:active, a.thumbs:focus {
/*outline-color:#000033;
outline-style:solid;
outline-width:1px;*/
border: 1px solid #00006c;
}
