@charset "utf-8";

/*** GALLERY ***/

div.content ul#gallerylist {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 15px;
}

div.content ul#gallerylist li.gallery {
	background:url('gallery/background.gif') left top no-repeat;
	background-color:transparent;
	border:none;
	width:162px;
	padding:8px 10px 0px 0px;
	text-align:center;
	float:left;
	display:block;
	margin:1px 1px 8px 1px;
}

div.content ul#gallerylist li.gallery img {
	background-color:transparent;
	margin:auto;
}

div.content ul#gallerylist li.gallery a { background-color:transparent; color:white; }

div.content ul#gallerylist span.foot {
	background-color:transparent;
	background:url('gallery/foot.gif') left top no-repeat;
	display:block;
	width:162px;
	height:3px;
	margin:5px 0px 0px 0px;
	font-size:0px;
	float:left;
}
