/* WT GALLERY category mode */
div.wtgallery_categories {
	border: 1px solid silver;
	width: 170px;
	padding: 10px;
	float: left;
	margin: 5px 0;
}
div.wtgallery_category_pic {
	float: left;
}
div.wtgallery_category_pic {
	margin-right: 10px;
}
div.wtgallery_category_folder {
	margin: 20px 0 10px 0;
}
p.wtgallery_category_pagebrowser {
	display: none;
}
/* WT GALLERY list mode */
.wtgallery_listpic_pic {
	vertical-align:middle;
	text-align:center;
	margin:auto;
	border:0;
}
.wtgallery_listpic {
	border:1px solid #024706;
	text-align:center;
	vertical-align:middle;
	width:80px;
	height:60px;
	margin:5px;
	overflow:hidden;
}
.wtgallery_pagebrowser_up {
	display: none;
}

.wtgallery_pagebrowser_back{
	float:left;
	width:19.5%;
	text-align:center;
}
.wtgallery_pagebrowser_page{
	float:left;
	width:60%;
	text-align:center;
}


.wtgallery_pagebrowser_fwd{
	float:left;
	width:19.5%;
	text-align:center;
}
.wtgallery_pagebrowser a{
	text-decoration:none;
	color:#024706;
}


.wtgallery_pagebrowser a:hover{
	text-decoration:underline;
}


/* WT GALLERY singleview mode */
.wtgallery_singlepic_pic {
	border:0;
}
.wtgallery_singlepic {
	width: 482px;
	margin: 5px auto;
	text-align: center;
}

.wtgallery_singlepic_popup{
	text-align:center;
	margin:0 auto;
}

.wtgallery_singlepic_fwdback{
	text-align:right;
	margin:5px auto;
}

.wtgallery_singlepic_fwd{
	float:right;
	width:48%;
	border-left: 1px solid #024706;
	padding-left:0.5%;
	text-align:left;
	margin:0 auto;
}

.wtgallery_singlepic_back{
	float:right;
	width:48%;
	padding-right:0.5%;
	text-align:right;
	margin:0 auto;
}

#wtgallery_singlepic_area a, .wtgallery_singlepic_back a, .wtgallery_singlepic_fwdback a{
	text-decoration:none;
	color:#024706;
}

#wtgallery_singlepic_area a:hover, .wtgallery_singlepic_back a:hover, .wtgallery_singlepic_fwdback a:hover{
	text-decoration:underline;
}

/* wt_gallery END */