.top-slider-gallery {
	width: 680px;
	height: 10px;
	background-image: url('../images/slider-gallery/bg-top-silder-gallery.png');
	background-position: top;
	background-repeat: no-repeat;
	background-color: white;
	clear:both;
	padding-bottom: 20px;
}
.bottom-slider-gallery {
	width: 680px;
	height: 10px;
	background-image: url('../images/slider-gallery/bg-bottom-silder-gallery.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: white;
	clear:both;
	padding-top: 10px;
}

.SliderGallery {
	position: relative;
	padding-bottom: 20px;
}
.SliderGallery table {
	margin-left: auto;
	margin-right: auto;
}

.SliderGallery table a {
	width: 190px;
	height: 144px;
	background-image: url('../images/slider-gallery/bg-slide-gallery.png');
	background-position: top;
	background-repeat: no-repeat;
	background-color: white;
	display: block;
}
.SliderGallery table a:hover {
	background-image: url('../images/slider-gallery/bg-slide-gallery-hover.png');
}
.SliderGallery table a img {
	margin-top: 7px;
}

.SliderGallery #slide-webpage-gallery {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 154px;
}
.SliderGallery #slide-webpage-gallery table {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
}
.arrow_webpage_gallery {
	background-image: url("../images/home-slider/paginate-arrow.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 25px;
    width: 25px;
    position: absolute;
    bottom: 90px;
}
.arrow_webpage_gallery.right_nav {
	background-position: -25px 0;
	right: 0;
}
.arrow_webpage_gallery.left_nav {
	left: 0;
}


#wrapper-slider-gallery {
	margin-left: 41px;
}

#wrapper-slider-gallery a.mb-scrollButtons {
	background-image: url("../images/home-slider/paginate-arrow.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 25px;
    width: 25px;
}
#wrapper-slider-gallery a.mb-scrollButtons.mb-right {
	background-position: -25px 0;
	right: -35px;
	/*top: 85px;*/
}
#wrapper-slider-gallery a.mb-scrollButtons.mb-left {
	left: -40px;
	/*top: 85px;*/
}

#slider-gallery div {
	width: 202px;
	height: 144px;
	background-image: url('../images/slider-gallery/bg-slide-gallery.png');
	background-position: top;
	background-repeat: no-repeat;
	background-color: white;
}
#slider-gallery div img {
	margin-top: 7px;
	margin-left: 12px;
}
