/* CSS Document */

#gallery {
margin-left:0px;
margin-right:0px;
padding-bottom:20px;

}


#gallerytable {
font-size:10px;
margin-top: 10px;
}

#gallerytable img{
border-style:solid;
border-width:3px;
border-color:#4085CA;

}

#currentgallery {
	color: #F4B452;
	font-weight: bold;
	line-height: 15px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;


}

#othergalleries {
text-align:right;
}


.gallerytablecell {
	padding-left:10px;
	padding-right: 10px;
	vertical-align: top;
	background-image: url(images/divider_gallery_vertical.gif);
	background-repeat: repeat-y;
	background-position: right;

}

.gallerytablecellright {
	padding-left:10px;
	padding-right:10px;
	vertical-align: top;

}
.gallerydivider {
	background-image:url(images/divider_gallery.gif);
	background-repeat:no-repeat;
	background-position: center;
}
