/* WT GALLERY */
 
/* Kategorie Ansicht */

div#wtgallery_category_area {
	/*border: 3px solid #FF0000;*/
	padding: 5px;
	margin-bottom: 10px;
	width: 740px;
	min-height: 150px;
}	
	
div#wtgallery_categories {
	border: 1px solid #DDDDDD;
	padding: 3px;
	margin: 0px 10px 10px 0;
	width: 105px;
	height: 90px;
	text-align: center;
	float:left;
}

img.wtgallery_category_pic {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 5px 0 5px 0;
}

img.wtgallery_category_pic:hover {
	border: 1px solid #000000;
}

.wtgallery_category_txt {
	margin-top: 10px;
	font-size: 9px;
	color: #333333;
}


div.wtgallery_category_folder a {
	margin-top: 10px;
	font-size: 10px;
	color: #BBBBBB;
	text-decoration:underline;
	}
	
div.wtgallery_category_folder a:hover {
	color:#000000;
	text-decoration:none;
	}
	
.wtgallery_category_pagebrowser { display: none; }



/* Single Ansicht */

div#wtgallery_singlepic_area {
	/*border: 1px solid #FF0000;*/
	width: 756px;
	margin-top: 10px;
	text-align: center;
}

.wtgallery_singlepic {
	text-align: center;
}

.wtgallery_singlepic_pic {
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 606px;
}

.wtgallery_singlepic_pic:hover { border: 1px solid #000000; }

.wtgallery_singlepic_popup {
	text-align: center;
	margin: -40px auto 30px auto;
	z-index: 100;
	width: 200px;
	padding: 3px 0 3px 0;
	background-color: white;
	filter: alpha(opacity=50);
 	-moz-opacity: 0.5;
	font-size: 11px;
	color: #333333;
}

.wtgallery_singlepic_comment {
	margin-left: 50px;
}

.wtgallery_singlepic_up {
margin: 50px 0 0 0px;
}

.wtgallery_singlepic_fwdback {
	/*border: 1px solid #FF0000;*/
	font-size:12px;
	font-weight:normal;
	margin: 15px 0 10px 0;
	padding: 5px 0 5px 0;
}

.wtgallery_singlepic_back a {
	color: #CCCCCC;
	float: left;
	margin-left: 70px;
	text-decoration:underline;
}

.wtgallery_singlepic_back a:hover {text-decoration:none; color:#000000; }

.wtgallery_singlepic_fwd a {
	color: #CCCCCC;
	text-decoration:underline;
	margin-right: 70px;
	float:right;
}

.wtgallery_singlepic_fwd a:hover {text-decoration:none; color:#000000; }

.wtgallery_singlepic_up a {
	font-size:12px;
	font-weight:normal;
	color: #BBBBBB;
	text-decoration:underline;
}

.wtgallery_singlepic_up a:hover {text-decoration:none; color:#000000; }

/* List Ansicht*/
.wtgallery_listpic_pic_act { padding: 1px; border: 1px solid #6C2C2C; }
.wtgallery_listpic_pic_no { padding: 1px; border: 1px solid #CCCCCC; }
.wtgallery_listpic_pic:hover { border: 1px solid #000000; }
.wtgallery_listpic {
	border: none;
	width: 50px;
	height: 50px;
	margin: 5px 13px 5px 0px;
}

div#wtgallery_pagebrowser {
	border: 1px solid #FF0000;
	margin: 5px 0px 5px 0px;
	height: 50px;
}

.wtgallery_pagebrowser_back a {
	font-size: 12px;
	color: #333333;
	font-weight:normal;
	float:left;
}

.wtgallery_pagebrowser_back a:hover {
	color: #000000;
	text-decoration:none;
}

.wtgallery_pagebrowser_page {
	font-size:12px;
	color: #CCCCCC;
	margin: 0 15px 0 15px;
	float:left;
}

.wtgallery_pagebrowser_fwd a {
	font-size:12px;
	color: #333333;
	font-weight:normal;
	float:left;
}

.wtgallery_pagebrowser_fwd a:hover {
	color: #000000;
	text-decoration:none;
}

.wtgallery_pagebrowser_up { display: none; }



/* wt_gallery END ######################################################################### */
