@charset "UTF-8";
/** 
 * galerie style rules.
 */
#slideshow {
	width:634px;
	height:355px;
	position:relative;
	top: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#slideshow #slidesContainer {
	width:586px;
	height:345px;
	overflow:hidden; /* allow scrollbar */
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slideshow #slidesContainer .slide {
	width:664px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:355px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/**
 * galerie Slideshow controls style rules.
 */
.control {
	display:block;
	width:24px;
	height:355px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background-color: transparent;
	background-image: url(../img/buttons/control_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightControl {
	top:0;
	right:0;
	background-color: transparent;
	background-image: url(../img/buttons/control_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

