/*
.gallery {
	background:#CCCCCC;
	width:700px;
	padding:10px;
	margin:0 0 20px;
	overflow:hidden;
}
*/
.gallery {
	position:relative;
}
.photo-list .gallery {
	width:658px;
	margin:0 0 0 -1px;
}
.news-box .gallery {
	width:658px;
	margin:0 0 0 -1px;
}
.adts-box .gallery {
	width:327px;
}
.gallery a.link-next,
.gallery a.link-prev {
	display:block;
	position:absolute;
	top:-55px;
	width:14px;
	height:24px;
	text-decoration:none;
	overflow:hidden;
	text-indent:-9999px;
}
.photo-list .gallery a.link-next,
.news-box .gallery a.link-next {
	right:40px;
	background: url(/skins/template/images/arrow-news-slider.png) no-repeat 0 -24px;
}
.photo-list .gallery a.link-prev,
.news-box .gallery a.link-prev {
	right:82px;
	background: url(/skins/template/images/arrow-news-slider.png) no-repeat;
}
.adts-box .gallery a.link-next {
	right:40px;
	background: url(/skins/template/images/arrow-advert-slider.png) no-repeat 0 -24px;
}
.adts-box .gallery a.link-prev {
	right:82px;
	background: url(/skins/template/images/arrow-advert-slider.png) no-repeat;
}
.gallery a.link-next:hover {background: url(/skins/template/images/arrow-slider-active.png) no-repeat 0 -24px;}
.gallery a.link-prev:hover {background: url(/skins/template/images/arrow-slider-active.png) no-repeat;}
.gallery div.inner-gallery {
	float:left;
	width:651px;
	overflow:hidden;
	height:112px;
	position:relative;
}
.photo-list .gallery div.inner-gallery {
	width:648px;
}
.news-box .gallery div.inner-gallery {
	width:658px;
}
.adts-box .gallery div.inner-gallery {
	width:327px;
}
.gallery div.inner-gallery ul {
	position:absolute;
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
	top:0;
	left:0;
	overflow: hidden;
}
.news-box .gallery div.inner-gallery ul li:first-child { background:none;}
.gallery div.inner-gallery ul li {
	float:left;
	padding:0 35px;
}
.photo-list .gallery div.inner-gallery ul li {
	width:250px;
	background: url(/skins/template/images/separator-slider.gif) repeat-y;
	padding:0 37px;
}
.news-box .gallery div.inner-gallery ul li {
	width:255px;
	background: url(/skins/template/images/separator-slider.gif) repeat-y;
	padding:0 37px;
}
.adts-box .gallery div.inner-gallery ul li { width:257px;}
