.wtgallery_pagebrowser_list li a {
	width: 35px;
	text-align: center;
	outline: none;
	margin: 0;
	width: auto;
	border: none;
	padding: 0 40px 0 31px;
	display: block;
	background: #cb0e21 url(../images/arrow_small_btn.png) center right no-repeat;
	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;
}