/* WT Gallery */

.tx-wtgallery-pi1 {
	width: 700px;
	/*border: 1px solid green;*/
}

/* --------------------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---------------------- */
#wt_listbox {
	/*border: 1px solid #888;*/
	text-align: center;
	width: 220px;
	margin-left: 20px;
	float: left;
}
.wtgallery_listpic_pic {
	border: 1px solid white;
}
.wtgallery_listpic {
	border: 1px solid #888888;
	margin-right: 5px;
	margin-bottom: 5px;
}
.wtgallery_pagebrowser {
	clear: both;
	color: #555;
	margin-bottom: 10px;
}
.wtgallery_pagebrowser div {
	/*float: left;*/
}
.wtgallery_pagebrowser_up {
	/*display: none;*/
	clear: both;
	margin-bottom: 10px;
}
.wtgallery_pagebrowser a {
	/*border-left: 1px solid #808080;
	border-right: 1px solid #808080;*/
	color: #555;
	text-decoration:none;
}
.wtgallery_pagebrowser a:hover {
	color: #D08080;
}

/* ---------------WT GALLERY singleview mode------------------- */
#wtgallery_singlepic_area {
	/*border: 1px solid red;*/
	float: left;
	clear: both;
}
.wtgallery_singlepic_pic {
	border: 1px solid white;
}
.wtgallery_singlepic {
	border: 1px solid #888888;
	width: 402px;
}
.wtgallery_singlepic_fwd a {
	color: #555;
	text-decoration: none;
	/*border: 1px solid #96DC96;*/
}
.wtgallery_singlepic_fwd a:hover {
	color: #D08080;
	text-decoration: none;
	/*border: 1px solid #96DC96;*/
}
.wtgallery_singlepic_back a {
	color: #555;
	text-decoration: none;
	/*border: 1px solid #DC9696;*/
}
.wtgallery_singlepic_back a:hover {
	color: #D08080;
	text-decoration: none;
	/*border: 1px solid #DC9696;*/
}
.wtgallery_singlepic_fwdback {
	text-align: center;
        display: none;
}
div .wtgallery_singlepic_comment {
	width: 400px;
	clear: both;
}
.wtgallery_p {
	color: #555;
}
.wtgallery_p p {
	color: #555;
}
/* wt_gallery END */
