@CHARSET "ISO-8859-1";

.bannergallery {
	position: relative;
	width: 666px;
	height: 362px;
}
.bannergallery img.pic {
	position: absolute;
	width: 666px;
	height: 362px;
}

.gallery-container {
	border: 1px #625956 solid;
	width: 912px;
	padding: 16px;
	background-color: #fff;
	position: absolute;
	z-index: 5;
	top: -5px;
	left: -307px;
}
.gallery-container .frame {
	border: 1px #e1dedd solid;
}
.gallery {
	position: relative;
	width: 910px;
	height: 605px;
}
.gallery img.pic {
	position: absolute;
	width: 910px;
	height: 605px;
}
.gallery .scroll-left, .gallery .scroll-right, .gallery .scroll-play, .gallery .scroll-pause {
	display: block;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	width: 33.33%;
	height: 100%;
}
.gallery .scroll-left div, .gallery .scroll-right div, .gallery .scroll-play div, .gallery .scroll-pause div {
	width: 100%;
	height: 100%;
	/* activate divs in IE */
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0.01);
}
.gallery .scroll-left:hover {
	background: url('images/gal_left.gif') no-repeat center left;
}
.gallery .scroll-right:hover {
	background: url('images/gal_right.gif') no-repeat center right;
}
.gallery .scroll-right {
	right: 0;
}
.gallery .scroll-pause:hover {
	background: url('images/gal_pause.png') no-repeat center center;
}
* html .gallery .scroll-pause:hover {
	background: url('images/gal_pause.gif') no-repeat center center;
}
.gallery .scroll-play:hover {
	background: url('images/gal_play.png') no-repeat center center;
}
* html .gallery .scroll-play:hover {
	background: url('images/gal_play.gif') no-repeat center center;
}
.gallery .scroll-pause, .gallery .scroll-play {
	left: 33.33%;
}
.gallery .scroll-play {
	display: none;
}
.gallery-container .label {
	float: left;
	padding: 10px 0 0 0;
}
.gallery-container .count {
	float: right;
	padding: 10px 30px 0 0;
}
.gallery-container #picnr {
	color: #ec0a1d;
}