.mes-scrollarea-original {
         position:fixed;
        left:65px; top:100px;
height: 156px;
z-index: 10;
}

.mes-scrollarea {
position:absolute;
top: 210px;
left: 1000px;
height:425px;
z-index: 9;
}

.mes-up, .mes-down {
width: 25px;
height: 35px;
cursor: pointer;
background-repeat: no-repeat;
background-color: transparent;
}

.mes-up {
background-image: url('../images/scroll-up.png');
background-position: top left;
margin-bottom: 320px;
}

.mes-down {
background-image: url('../images/scroll-down.png');
background-position: bottom left;
}

.gallerylinks {
	width:950px; 
        z-index:9;
	margin-top:0px; margin-left:40px; margin-right:40px;
	overflow:hidden;
	} 

.gallerylinks dl {
	float: left;
	margin-left:22px; margin-right:22px;
	}

.gallerylinks dl dt {
        font-size:12px;
        font-weight: bold;
	}

.gallerylinks dl dt img {
	border: 1px solid rgb(150, 150, 150);
	}

.albumpreview {
	width:580px; 
        z-index:8;
	margin-left:5px; margin-right:5px;
	margin-top:0px;
	overflow:hidden;
	} 

#galleryscroll-mes-wrapper {
         position:absolute;
	left:65px; top:200px;
	width:950px; height:425px;
	overflow: hidden;
        z-index:8;
}

#albumscroll-mes-wrapper {
	position:absolute;
        left:200px; top:140px;
	width:580px; height:560px;
	overflow: hidden;
        z-index:8;
}