/*one-page gallery*/
#onepage{
	text-align:center;
	font-family : verdana, ariel, helvetica; 
	font-size: 14px;
}
#gall_image{
	margin: 0 auto;
	padding-top:5px;
}
#gall_image a{
    float: none;
}
#gall_image img{
    border: 1px solid #555555;
    padding: 5px;
}
#gall_other {
	display:block;
}
#gall_other a{
	height:15px;
	padding: 7px;
	text-decoration:underline;
	color: #555555;
}
#gall_other a:hover {
	color:#555555;
}
/* change here width for centred thumbs - arpoximately (thumbs numerx max thumbs w/h)+100  */
#gall_thumbs{
/*	width: 520px;  Ha! Fooled you! David Sarver figured that computers are really good at math,
so he wrote the customization into the code so that your thumbnails will always be centered.*/
	margin: 0 auto;
}
/* end of change width for centred thumbs */
.gall_thumb{
	border: 1px solid #555555;
	line-height: 80px;
	float:left;
	display:inline;
	padding: 2px;
	margin:1px;
}
#gall_prev{
	background:transparent url(../images/prev.png) no-repeat scroll 50% 50%;
	line-height: 70px;
	float:left;
	width:17px;
	display:inline;
	padding: 2px;
	margin:1px 1px 1px 3px;
}
#gall_next{
	background:transparent url(../images/next.png) no-repeat scroll 20% 50%;
	line-height: 70px;
	float:right;
	width:17px;
	display:inline;
	padding: 2px;
	margin:1px;
}
#gall_next a, #gall_prev a  {
	display: block;
	width: 17px;
	text-decoration:none;
}
/* IE6 definitions*/
* html #gall_next{
	background:transparent url(../images/next.jpg) no-repeat scroll 50% 50%;
}
* html #gall_prev{
	background:transparent url(../images/prev.jpg) no-repeat scroll 50% 50%;
}
/* end of IE6 definitions*/

/*rest*/
#gall_title{
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	text-align: center;
}
#thumbs_break{
	clear: both;
}
#gall{
	float:left;
}
span.onepage{
	white-space:nowrap;
}
/*end of gallery*/