div.Gallery_List {
	display: block;
	clear: both;
	width: 600px;
	overflow: hidden;
	margin-left: 36px;
}

div.Gallery_List div.wtgallery_listpic {
	margin: 4px;
}

div.Gallery_List div.wtgallery_listpic a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}


div.Gallery_List div.wtgallery_listpic_act a {
	border: 1px dotted #000000;
}

div.Gallery_List div.wtgallery_listpic_no a {
	border: 1px dotted #000000;
}

div.Gallery_List div.wtgallery_listpic a:hover {
	border: 1px solid #FF0000;
}

div.Gallery_List div.wtgallery_pagebrowser,
#wtgallery_category_area,
wtgallery_singlepic_area {
	display: none;
}