.gallery
{
	font-size:12px;
	width:100%;
}

.galleryName
{
	font-size:16px;
}

.galleryPic
{
	padding:5px;
	border:1px solid #AAAAAA;
}
.galleryPic img
{
	border:0;
}
.galleryZag
{
	height:20px;
	font-weight:bold;
	vertical-align:top;
	padding-left:10px;
	width:100%;
}
.galleryText
{
	vertical-align:top;
	padding-left:10px;
	text-align:justify;
}

.galleryBorder
{
	padding:5px;
	border:1px solid #AAAAAA;
	margin:auto;
	width:200px;
}


.galleryZag a:link
{
	color:#8f80b5;
	text-decoration:none;
}
.galleryZag a:visited
{
	color:#6375b2;
	text-decoration:none;
}
.galleryZag a:hover
{
	color:#ea7200;
	text-decoration:underline;
}

.galleryInlineSet
{
	float:left;
	height:200px;
	width:220px;
	margin:0 10px 10px 0;
}
.galleryInlinePic
{
	border:1px solid #AAAAAA;
	padding:5px;
	width:200px;
}

.galleryBack
{
	font-size:10px;
	padding-left:12px;
	background:url(/content/gallery/back.gif) no-repeat 0 4px;
}
