.tx-wtgallery-pi1 {
	font-size: 14px;
}

.wtgallery_albumtitle {
	padding-top: 3px;
	padding-left: 27px;
	background: #D3E7FF;
	background: #EEEEEE;
}
.wtgallery_albumtitle h3 {
	font-size: 18px;
}
.wtgallery_albumdescription {
	padding: 5px 20px 10px 67px;
	font-size: 12px;
/*	font-family: sans-serif; */
	font-weight: bold;
	font-style: italic;
	text-indent: 0px;
	background: #D3E7FF;
	background: #EEEEEE;
}

.wtgallery_albumcreated {
	padding-left: 27px;
	font-size: 80%;
	background: #D3E7FF;
	background: #EEEEEE;
}

.wtgallery_albumphotos {
	padding-bottom: 3px;
	padding-left: 27px;
	font-size: 80%;
	background: #D3E7FF;
	background: #EEEEEE;
}

.wtgallery_photos_thumbs {
	float: left;
	padding: 10px 0px 10px 5px;
}

.wtgallery_pagebrowser {
	line-height: 17px;
	padding: 3px;
	background: #D3E7FF;
	background: #EEEEEE;
}

.wtgallery_pagebrowser_sign  {
	padding-left: 3px;
	float: left;
	font-weight: bold;
	text-align: left;
}

.wtgallery_pagebrowser_page {
	font-size: 12px;
}
p.wtgallery_category_pagebrowser {
	display: none;
}

.wtgallery_pagebrowser_up {
	text-align: right;
	clear: none;
}

#wtgallery_category_area h1 {
	font-family: verdana;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
}

/* WT GALLERY category mode */
div.wtgallery_categories { 
	background-image: url("../images/paside.gif");
	background-repeat: repeat-y;
	overflow: hidden;
	border: 2px solid silver;
	width: 175px;
	max-width: 175px;
	height: 160px;
	max-height: 160px;
	padding: 10px 10px 10px 25px;
	float: left;
	margin: 5px;
}

div.wtgallery_categories:hover {
	border: 2px solid #0000FF;
}

div.wtgallery_category_pic {
	text-align: center;
}

div.wtgallery_category_pic a img {
	border: transparent;
	opacity:0.5;
	filter:alpha(opacity=50);
}

div.wtgallery_category_pic a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

div.wtgallery_category_folder {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 0px 0;
}

/* WT GALLERY list mode */
.wtgallery_listpic_pic {
	border: 1px solid white;
}
div.wtgallery_listpic {
	border: 1px solid #888888;
	/*width: 52px;
	height: 52px;
	*/
	margin: 3px;
}

div.wtgallery_listpic  a img {
	opacity:0.5;
	filter:alpha(opacity=50);
}

div.wtgallery_listpic  a:hover img{
	opacity:0.9;
	filter:alpha(opacity=90);
}

/* WT GALLERY singleview mode */
.wtgallery_singlepic_pic {
	border: 1px solid white;
	border-bottom: 10px solid white;
}
.wtgallery_singlepic {
	border-bottom: 2px solid #888888;
	width: 600px;
	margin-left: 50px;
	text-align: center;
}

.wtgallery_singlepic_back {
	padding: 5px;
	float: left;
	clear: left;
}

.wtgallery_singlepic_fwd {
	padding: 5px;
	float: left;
	clear: right;
}
.wtgallery_singlepic_fwd img, .wtgallery_singlepic_back img {
	border: none;
}
div.wtgallery_singlepic_comment {
	clear: both;
}

div.wtgallery_singlepic_fwdback {
	padding-left: 300px;
	clear: both;
}

.wtgallery_singlepic_popup {
	padding: 3px;
	text-align: right;
	font-style: italic;
	font-size: 80%;
}

.wtgallery_singlepic_up {
	float: right;
	clear: left;
}

.wtgallery_singlepic_backlink  {
	float: right;
	border-right: solid 2px;
}
.wtgallery_singlepic_up a, .wtgallery_singlepic_up a:visited, .wtgallery_singlepic_backlink a, .wtgallery_singlepic_backlink a:visited , .wtgallery_pagebrowser_up a, .wtgallery_pagebrowser_up a:visited { 
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	padding: 5px;
}
.wtgallery_singlepic_up a:hover, .wtgallery_singlepic_backlink a:hover, .wtgallery_pagebrowser_up a:hover { 
	text-decoration: underline;
}



