#galleryview
{
	float: left;
	margin-left: 2px;
	margin-top: 10px;
}

#galleryview .panel img
{
	cursor: pointer;
}

.gallery
{
	float: left;
	width: 644px;
}

.gallery .title, .gallery .date, .gallery .lead
{
	float: left;
	width: 640px;
}

.gallery .lead
{
	margin-bottom: 20px;
}

.gallery .title
{
	margin: 0px;
}

.gallery_list
{
	float: left;
	width: 630px;
	margin: 5px;
	padding: 10px 0px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.gallery_list .label
{
	font-weight: bold;
	margin-right: 10px;
}

#gallerylist
{
	float: left;
	width: 640px;
}

#gallerylist .item
{
	float: left;
	width: 153px;
	height: 178px;
	margin: 3px;
}

#gallerylist .item img
{
	width: 153px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

#gallerylist .item span
{
	float: left;
	width: 153px;
	text-align: center;
}

#gallerylist .item a img
{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#gallerylist .item a:hover img
{
	opacity: 1;
	filter:alpha(opacity=100);
}