/* 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;
}
/* WT GALLERY list mode 
.wtgallery_listpic_pic {
	border: 1px solid white;
}
.wtgallery_listpic {
	border: 1px solid #888888;
	margin: 5px;
}
/* WT GALLERY singleview mode 
.wtgallery_singlepic_pic {
	border: 1px solid white;
}
.wtgallery_singlepic {
	width: 482px;
	margin-left: 50px;
	margin-top: 25px;
	text-align: center;
}
 wt_gallery END */
 
 /* WT GALLERY */
 
 	/* Single */
.wtgallery_singlepic_pic {
	border: 1px solid #DDD;
}
.wtgallery_singlepic {
	width: 482px;
	/*margin-left: 50px;*/
	text-align: center;
	margin-top: 25px;
}
#wtgallery_singlepic_area {
	width: 100%;
}
.wtgallery_singlepic_popup {
	text-align: center;
	margin: -20px auto 20px auto;
	z-index: 100;
	width: 250px;
	background-color: white;
	filter: alpha(opacity=50);
 	-moz-opacity: 0.5;
	font-size: 9px;
	color: black;
}
.wtgallery_singlepic_comment {
	margin-left: 50px;
}
.wtgallery_singlepic_up { margin: 10px 0 0 50px; }

.wtgallery_singlepic_fwdback { width: 482px; }

	/* List */
.wtgallery_listpic_pic_act { padding: 1px; border: 1px solid #6C2C2C; }
.wtgallery_listpic_pic_no { padding: 1px; border: 1px solid #ccc; }
.wtgallery_listpic_pic:hover { border: 1px solid #6C2C2C; }
.wtgallery_listpic {
	border: none;
	margin: 5px;
}
.wtgallery_pagebrowser {
	border: 1px solid #888;
	padding: 5px;
	margin: 5px 5px 20px 5px;
}
.wtgallery_pagebrowser_back {
	float: left;
	width: 40px;
	min-height: 1px;
}
.wtgallery_pagebrowser_page {
	float: left;
	margin-left: 35px;
}
.wtgallery_pagebrowser_fwd {
	margin-left: 130px;
}
.wtgallery_pagebrowser_up { display: none; }

	/* Kategorie Ansicht */
div.wtgallery_categories {
	border: 2px solid #6C2C2C;
	padding: 10px;
	margin-bottom: 20px;
	width: 170px;
	height: 85px;
}
img.wtgallery_category_pic {
	padding: 2px;
	border: 1px solid grey;
}
img.wtgallery_category_pic:hover {
	border: 1px solid #6C2C2C;
}
div.wtgallery_category_pic {
	float: left;
	margin-right: 10px;
}
div.wtgallery_category_txt {
	margin-top: 10px;
	font-size: 8px;
}
div.wtgallery_category_folder, .wtgallery_category_pagebrowser { display: none; }

.wt_gallery_ecard_form {
text-align: center;
}

.wtgalleryecard_picture_singleform label {
display: block;
float: left; 
width: 150px;
}

/* wt_gallery END ######################################################################### */

