@font-face {
	font-family:'Helvetica-Regular';
	src: url('../fonts/Helvetica_latin+latin-ext_gdi.eot');
	src: url('../fonts/Helvetica_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helvetica_latin+latin-ext_gdi.woff') format('woff'),
		url('../fonts/Helvetica_latin+latin-ext_gdi.ttf') format('truetype'),
		url('../fonts/Helvetica_latin+latin-ext_gdi.svg#Helvetica-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-20AC;
}

body {
	font: 12px Arial, Helvetica, Sans-serif;
	color: #4c4c4c;
	margin: 0;
	padding: 0px;
}

* {
	margin: 0;
	padding: 0;
	outline-style: none;
/*	border: 0;*/
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.gallery {
	float: left;
	overflow: hidden;
	border: 1px solid #333;
	background: #f9f9f9;
	margin-bottom: 20px;
	padding: 10px;
}

.gallery li {
	float: left;
	display: inline;
	font-weight: bold;
	width: 40px;
	padding: 10px;
	margin-right: 10px;
	background: #eee;
	border: 1px solid #999999;
	text-align: center;
}

.pages {
	clear: both;
	float: right;
	display: inline-block;
	border-top: 1px solid #4c8dbf;
	width: 920px;
	padding-top: 18px;
	text-align: center;
	position: relative;
	left: 6px;
}

.pages:before {
	position: absolute;
	content: '';
	border-top: 1px solid #d2e2ef;
	top: 0;
	left: 0;
	width: 100%;
}

.pages ul {	line-height: 22px;
	display: inline-block;
}

.pages ul li.prev {
	background: url(../img/page_left_arrow.png) top 7px right 10px no-repeat;
	width: 20px;
	height: 15px;
}
.pages ul li.next {
	background: url(../img/page_right_arrow.png) top 6px left 10px no-repeat;
	width: 20px;
	height: 15px;
}
.pages ul li {
	float: left;
	display: inline;
	margin-right: 3px;
}

.pages ul li a {
	font-family:'Helvetica-Regular';
	padding: 3px 12px 2px;
/*	background: #4e1a67;*/
	color: #686868;
	font-size: 12px;
}

.pages ul li.on a {
	font-family:'Helvetica-Regular';
	color: #686868;
	font-weight: bold;
	font-size: 12px;
}

.pages ul li span span {
	color: #bfbfbf;
	padding: 3px 9px 2px;
	background: #454545;
}