/* -- Regular (non-wide) Gallery -- */

.news-gallery-regular {
	width: 500px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	clear: both;
}
.news-gallery-regular .photos-slider-container {
	width: 500px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.news-gallery-regular .photos-slider-container ul {
	width: 10000px;
}
.news-gallery-regular .photos-slider-container ul li {
	width: 500px;
	position: relative;
	float: left;
}
.news-gallery-regular .photos-slider-container ul li .picture {
	background-color: #fff;
	border: solid 1px #000;
	border-bottom: none;
}
.news-gallery-regular .photos-slider-container ul li .picture img {
	display: block;
	margin: 0 auto;
	z-index: -1;
}
.news-gallery-regular .photos-slider-container ul li .caption {
	text-align: center;
	font-size: 85%;
	padding: 70px;
	background: #fff;
	color: #000;
}



.news-gallery-regular .thumbnails {
	height: 63px;
	background-color: #fff;
	position: relative;
}
.news-gallery-regular .thumbnails-slider-container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	overflow: hidden;
}
.news-gallery-regular .thumbnails-slider-container ul {
	width: 10000px;
}





.news-gallery-regular .thumbnails-slider-container ul li {
	width: 50px;
	background-color: #dadada;
	margin-left: 14px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 3px;
}
.news-gallery-regular .thumbnails-slider-container ul li.current {
	background-color: #333333;
}
.news-gallery-regular .thumbnails-slider-container ul li img {
	display: block;
	margin-left: 3px;
	margin-top: 3px;
	border: solid 1px #ccc;
}
.news-gallery-regular .thumbnails-slider-container ul li.current img {
	border: none;
}
.news-gallery-regular .thumbnails-slider-container ul li.first {
	margin-left: 0;
}
.news-gallery-regular .thumbs-prev {
	width: 38px;
	height: 40px;
	position: absolute;
	top: 30%;
	display: block;
	left: 0;
	z-index: 9999;
	cursor: pointer;
	background-image: url(/components/mootools-image-gallery/images/sprite_main.png);
	background-position: 8px -191px;
}
.news-gallery-regular a, .news-gallery-regular a:hover, .news-gallery-regular a:active, .news-gallery-regular a:focus {
	outline: none;
}
.news-gallery-regular .thumbs-next {
	width: 38px;
	height: 40px;
	position: absolute;
	top: 30%;
	display: block;
	right: 0;
	z-index: 9999;
	cursor: pointer;
	background-image: url(/components/mootools-image-gallery/images/sprite_main.png);
	background-position: 6px -224px;
}
.news-gallery-regular .photo-count {
	/*border: solid red 1px;*/
	background-color: #ad9d7b;
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 85%;
	display: none;
}
.news-gallery-regular .photo-prev, .news-gallery-regular .photo-next {
	z-index: 1;
	/*border: solid red 1px;*/
	width: 200px;
	height: 92px;
	position: absolute;
	top: 100px;
	cursor: pointer;
	background-image: url(/components/mootools-image-gallery/images/sprite_main.png);
	background-position: 0 9999px;
	background-repeat: no-repeat;
}
.news-gallery-regular .photo-prev {
	left: 0;
}
.news-gallery-regular .photo-next {
	right: 0;
}
.news-gallery-regular .photo-prev span, .news-gallery-regular .photo-next span {
	background-image: url(/components/mootools-image-gallery/images/sprite_main.png);
	/*border: solid green 1px;*/	
	display: block;
	width: 26px;
	height: 82px;
	text-indent: -9999px;
	margin-top: 0px;
	display: none;
}
.news-gallery-regular .photo-prev.hover span, .news-gallery-regular .photo-next.hover span {
	display: block;
}
.news-gallery-regular .photo-prev span {
	background-position: 0 -1254px;
	margin-left: 14px;
}
.news-gallery-regular .photo-next span {
	background-position: -274px -1254px;
	margin-left: 160px;
}
