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

.wtgallery_list_area {
	margin: 0 0 10px 0;
}

.wtgallery_list_pagebrowser_area {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}

.wtgallery_list_pagebrowser_area span.red {
	color: #cb0e21;
	font-weight: bold;
}

.wtgallery_list_pagebrowser_area p {
	float: left;
	margin: 8px 0px !important;
}

.wtgallery_pagebrowser_list {
	margin: 0 !important;
	padding: 0 !important;
	float: right;
}

.wtgallery_pagebrowser_list p {
	list-style: none;
	float: left;
	margin: 0 0 10px 20px !important;
}

.wtgallery_pagebrowser_list p a {
	font-family: 'PT Sans Narrow', Times;
	font-weight: normal;
	width: 35px;
	text-align: center;
	outline: none;
	margin: 0;
	width: auto;
	border: none;
	padding: 0 30px;
	display: inline-block;
	background: #cb0e21;
	height: 30px;
	line-height: 30px;
	cursor: default;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 1.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wtgallery_pagebrowser_list p a:hover {
	cursor: pointer;
	background: #5e5e5e;
}

.list_row {
	float: left;
	width: 170px;
	height: 110px;
	margin: 5px;
	overflow: hidden;
}