/*#gallery{ }
#gallery .row{
	height:104px;width:755px;
	margin-top:40px;
	position:relative;
}

#gallery .row .col .descr{
	width:125px;
	height:26px;
	text-align:center;
	color:#A70034;
	font-size:11px;
	line-height:13px;
	padding:0 0 0 1px;
}

#pager{
	text-align:center;
	margin-top:25px;
}
#pager a{
	font-size:14px;
}
div.cleaner{
	clear:both;
	height:1px;
	overflow:hidden;
}


#fgallery table td.list a
{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}*/
#gallery {
	padding: 18px;
	overflow: auto;
	background: #C0A984;
}

#gallery .cats {
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
}

#gallery .cats li {
	font-size: 13px;
	/*letter-spacing: 3px;*/
	border: 2px solid white;
	padding: 1px 20px;
	margin: 0 0 5px 0;
	background: #970327;
}

#gallery .cats li.current {
	background: #E1D9BB;
}

#gallery .cats li.current a {
	color: #970327;
}

#gallery .cats li.hover {
	background: #C97172;
}

#gallery .cats li a {
	text-decoration: none;
	color: white;
	display: block;
}

#gallery .pics {
	overflow: auto;
}

#gallery .pics ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

#gallery .pics li {
	float: left;
	height: 67px;
	width: 67px;
	overflow: hidden;
	border: 2px solid white;
	margin: 0px 30px 0 0;
	position: relative;
}

#gallery .pics.press li {
	height: 82px;
}

#gallery .pics.press li .download {
	height: 13px;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	top: 67px;
	background-color: #00612D;
	border-top: 2px solid white;
	color: white;
	display: block;
	left: 0;
	right: 0;
	text-align: right;
	text-decoration: none;
}

#gallery .pics.press li .download.hover {
	background-color: #B70617;
}

#gallery .pics li .dark {
	height: 67px;
	width: 67px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	opacity: .2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

#lightbox-image {
	max-width: 800px;
	max-height: 600px;
}

#gallery .pager {
	text-align: center;
	margin-right: 272px;
}

#gallery .pager a {
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	color: white;
	vertical-align: middle;
	border: 2px solid white;
	background: #970327;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	padding: 3px 5px; 
	behavior: url(/ie-css3.htc);
	z-index: 2;
	position: relative;
}

#gallery .pager a:hover {
	background: #C97172;
}

#gallery .pager span {
	color: #970327;
	font-size: 17px;
	line-height: 17px;
	vertical-align: middle;
	border: 2px solid white;
	background-color: #E1D9BB;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	padding: 3px 6px;
	behavior: url(/ie-css3.htc);
	z-index: 2;
	position: relative; 
}
