@CHARSET "ISO-8859-1";

.gallery {
	position: relative;
	width: 396px;
	height: 413px;
}
.gallery img {
	position: absolute;
}
.gallery .scroll-left, .gallery .scroll-right, .gallery .scroll-play, .gallery .scroll-pause {
	display: block;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	width: 132px;
	height: 413px;
}
.gallery .scroll-left:hover {
	background: url('images/gal_left.png') no-repeat center left;
}
* html .gallery .scroll-left:hover {
	background: url('images/gal_left.gif') no-repeat center left;
}
.gallery .scroll-right:hover {
	background: url('images/gal_right.png') no-repeat center right;
}
* html .gallery .scroll-right:hover {
	background: url('images/gal_right.gif') no-repeat center right;
}
.gallery .scroll-right {
	left: 264px; /* 132*2 px */
}
.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: 132px;	
}
.gallery .scroll-play {
	display: none;
}
