/* CSS Document */
.GalleryItem
{
	width:177px;
	height:272px;
	background:url(../content/images/img_bg.gif) center no-repeat;
	text-align:center;
}
.GalleryItem h3
{
	padding:15px;
	padding-top:10px;
	padding-bottom:8px;
	text-align:right;
}
.GalleryItem h3 a
{
	font:bold 12px Arial;
	color:#f9830b;
	text-decoration:none;
	text-align:right;
}
.GalleryItem h3 a span
{
	float:left;
	width:30px;
	text-align:left;
}
.Details
{
	width:370px;
	margin:0 auto;
}
.Details th
{
	width:90px;
}
.GalleryImage
{
	text-align:center;
	padding-top:10px;
}
.GalleryImage img
{
	border:2px solid #f8cc2e;
}
.RoundBox
{
	width:403px;
	background:url(../content/images/round_bg.gif) repeat-y;
	margin:0 auto;
}
.RoundTop
{
	background:url(../content/images/round_top.gif) top no-repeat;
}
.RoundBot
{
	background:url(../content/images/round_bot.gif) bottom no-repeat;
	padding:15px 0 20px 0;
}

