div.tx-wtgallery-pi1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* start single */
div.wt_gallery_single_inner_pic {
	margin: 0px;
	padding: 0px;
}
div.wt_gallery_single_inner_pic a img {
	border: 1px solid #00537f;
}

div.wt_gallery_single_inner_title {
	font-weight: bold;
	margin-top: 5px;
}
div.wt_gallery_single_inner_comments {

}

.wtgallery_single_browser {
	width: 100%;
	height: 27px;
	margin: 0px 0px;
	padding: 5px 0px;
	text-align: left;
}

.wtgallery_single_browser_previous {
	float: left;
	width: 15px;
	height: 17px;
	background: url('../../../layout/extensions/wt_gallery/back_light.gif') no-repeat;
}


.wtgallery_single_browser_previous a {
	display: block;
	width: 15px;
	height: 17px;
	background: url('../../../layout/extensions/wt_gallery/back.gif') 0px 0px no-repeat;
}

.wtgallery_single_browser_previous a:hover {
	background-position: 0px -22px;
}

.wtgallery_single_browser_previous span {
	display: none;
}

.wtgallery_single_browser_next {
	float: right;
	width: 15px;
	height: 17px;
	background: url('../../../layout/extensions/wt_gallery/next_light.gif') no-repeat;
}

.wtgallery_single_browser_next a {
	display: block;
	width: 15px;
	height: 17px;
	background: url('../../../layout/extensions/wt_gallery/next.gif') 0px 0px no-repeat;
}

.wtgallery_single_browser_next a:hover {
	background-position: 0px -22px;
}

.wtgallery_single_browser_next span {
	display: none;
}


/* end single */


/* start list */

.list_row {
	width: 100%;
	text-align: center;
}

div.wtgallery_list {
	margin: 5px 5px 5px 5px;
	padding: 1px;
}

div.wtgallery_list a img {
	padding: 1px;
	filter: alpha(opacity=88); 
	-moz-opacity: 0.88; 
	opacity: 0.88;
	border: 1px solid #00537f;
}
div.wtgallery_list_current a img {
	border: 1px solid #ec6500;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.00; 
	opacity: 1.00;
}
div.wtgallery_list a:hover img {
	filter: alpha(opacity=100); 
	-moz-opacity: 1.00; 
	opacity: 1.00;
}


.wtgallery_list_pagebrowser_area p {
	padding: 0px 7px;
}

ul.wtgallery_pagebrowser_list {
	padding: 0px 7px;
}

ul.wtgallery_pagebrowser_list li {
	padding: 0px 0px 0px 0px;
	background-image: none;
}

/* end list */


