@charset "utf-8";
.galleriwrapper {
	display: block;
	height: 400px;
	width: 620px;
	margin: auto;
}
.container {
	background-color: #FFFFFF;
	display: block;
	height: 400px;
	width: 620px;
	overflow: auto;
}
.controller {
}
#prev {
	background-image: url(../images/gl/arrow_left.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 400px;
	width: 100px;
	z-index: 95;
	position: relative;
}
#slider {
	display: block;
	float: left;
	height: 400px;
	width: 620px;
	overflow: hidden;
	position: absolute;
}

#next {
	background-image: url(../images/gl/arrow_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 400px;
	width: 100px;
	z-index: 95;
	position: relative;
}
