/* WT GALLERY category mode */
div.wtgallery_categories { 
	clear: both;
}
div.wtgallery_category_pic {
	float: left;
	padding: 6px;
	margin-bottom: 10px;
	border: 1px solid silver;
}
div.wtgallery_category_pic img {
	border: none;
}
div.wtgallery_category_pic {
	margin-right: 10px;
}
div.wtgallery_category_txt {
	margin-left: 130px;
}
div.wtgallery_category_folder {
	margin: 20px 0 10px 130px;
}
p.wtgallery_category_pagebrowser {
	display: none;
}
/* WT GALLERY list mode */
.wtgallery_listpic_pic {
	border: 1px solid #666666;
	padding: 5px;
}
.wtgallery_listpic {
	margin: 5px;
}
.wtgallery_pagebrowser_up {
	display: none;
}
/* WT GALLERY singleview mode */
.wtgallery_singlepic {
	width: 500px;
	margin: 0px auto;
	text-align: center;
}
.wtgallery_singlepic img {
	border: 1px solid #666666;
	padding: 6px;
}

.wtgallery_singlepic_back {
	width: 150px;
	float: left;
	text-align: left;
}

.wtgallery_singlepic_up {
	text-align: center;
}

.wtgallery_singlepic_fwd {
	width: 150px;
	float: right;
	text-align: right;
}
/* wt_gallery END */
