div.clear {
	clear: both;
}
div.wtgallery_list_area div.wtgallery_list,
div.wtgallery_category_area div.wtgallery_categories {
	float: left;
	padding: 15px;
}
div.wtgallery_list_area div.wtgallery_list_firstofrow,
div.wtgallery_category_area div.wtgallery_category_firstofrow {
	clear: left;
	padding: 15px;
}

div.wtgallery_list p.title{
	width: 200px;
	margin: 0;
	padding:0;
}

div.wtgallery_list_pagebrowser_area{
	width: 100%;
	height: 25px;
	padding: 5px 0px 0px 15px ;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font: 11px Arial;
	color: #666;

}

ul.wtgallery_pagebrowser_list{
	list-style: none;
	display: inline;
	padding-right: 15px;
	list-style: none !important;
}

ul.wtgallery_pagebrowser_list li{
	display: inline;
	background-image: none !important;
	padding-left: 3px !important;
}

ul.wtgallery_pagebrowser_list li a.act{
	text-decoration: underline;
}
ul.wtgallery_pagebrowser_list li a.act:hover{
	text-decoration: none;
}
