.Gallerybox {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
    max-width: none;
	height: 330px;
	min-height: none;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	clear: both;
}
.Gallerybox.Home {
	height: 650px;
}

.GalleryboxContainer,
.GalleryboxItem,
.GalleryboxBackground,
.GalleryboxImage {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 150;
}

.GalleryboxItem img {
	max-width: 100%;
	max-height: 100%;
}

.GalleryboxNext,
.GalleryboxPrevious {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 50%;
	height: 100%;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	z-index: 200;
}

.GalleryboxPrevious.over {
	background: transparent url(../../images/layout/bg_gallerybox_previous_over.png) no-repeat 5% 50%;
}
.GalleryboxNext {
	left: auto;
	right: 0px;
}
.GalleryboxNext.over {
	background: transparent url(../../images/layout/bg_gallerybox_next_over.png) no-repeat 95% 50%;
}

#GalleryboxBullets {
	position: absolute;
	width: 20px;
	height: auto;
	display: block;
	right: 50%;
	top: 130px;
	z-index: 300;
	text-align: center;
	margin: 0px -480px 0px 0px;
}

#GalleryboxBullets ul {
	display: inline-block;
	width: 20px;
	padding: 0px;
	margin: 0px;
	background: none;
	list-style-image: none;
	text-align: right;
}

#GalleryboxBullets ul li {
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 2px 0px;
	background: none;
	border-radius: 5px
}

#GalleryboxBullets ul li a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #00a699;
	overflow: hidden;
	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#GalleryboxBullets ul li a.active,
#GalleryboxBullets ul li a:hover {
	text-decoration: none;
	background-color: #e6007e;
	
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}