@charset "utf-8";

table.s2_split
{
	width: 1000px;
}

td.photo_side
{
	vertical-align: top;
	width: 770px;
	border: 1px solid #CCC;
	background-color: #F5FFF4;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
td.gallery_side
{
	width: 228px;
	vertical-align: top;
}

div.vertical_frame
{

}

div.horiz_frame
{
	width: 770px;
}

div.photo_frame
{

}

img.main_photo
{
	border: none;
}

p.photo_caption
{
	font-weight: bold;
	text-align: center;
}

div.thumbframe
{
	width: 100px;
	height: 100px;
	min-height: 100px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
}
div.thumbframe a
{
	border: none;
	width: 100px;
	height: 100px;
	min-height: 100px;
	filter:alpha(opacity=85);
	opacity: .85;
	display: block;
	outline: none;
}
div.thumbframe a:hover
{
	filter:alpha(opacity=100);
	opacity: 1;
}
img.thumbnail
{
	border: 1px solid black;
}

