
div.content-gallery {
	padding-bottom: 10px;
	padding-top: 15px;
	clear: both;
}

table.gallery td {padding:5px;}


div.content-gallery table.gallery
{
	width: 444px;
}


table.js-gallery {
    padding-bottom: 10px;
}

.js-gallery a img {
	/*margin-right: 10px;*/
}


div.content-gallery a {
	padding: 0px;
	background-image: none;
}

div.content-gallery div.scroll-left,
div.content-gallery div.scroll-left-active,
div.content-gallery div.scroll-right,
div.content-gallery div.scroll-right-active
{
	background-position: 4px 50%;
	background-repeat: no-repeat;	
	width: 40px;
	height: 80px;
}

div.content-gallery td.scroll-images #js-galery {
	width: 330px;
	_width: 340px;
	height: 80px;
	padding: 0;
	overflow: hidden;
}

div.gallery-detail-border {
	border:1px solid #fff;
}
div.gallery-detail {
    padding:3px;
}


div.content-gallery div.gallery-top,
div.content-gallery div.gallery-detail-border
{
    margin-top: 20px;
}

div.scroll-left {background-image: url(../i/gallery-left.gif);}
div.scroll-left-active {background-image: url(../i/gallery-left-hover.gif);}
div.scroll-right {background-image: url(../i/gallery-right.gif);}
div.scroll-right-active  {background-image: url(../i/gallery-right-hover.gif);}

