.rel {
	position: relative;
}
.box {	
}
.window {
    position: absolute;	
    z-index: 100;
    top: 20px;
    left: 200px;	
	width: 920px;
	height: 520px;
	background-color:#68635c;    
}
.image {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 750px;
	height: 500px;	
    overflow: hidden;
    text-align: center;
}

.listBg {
	position: absolute;
	top: 10px;
	left: 770px;
    background-image: url('/images/viewer_list_bg.png');
	width: 138px;
	height: 500px;	    
    overflow: hidden;
}
.list {
	position: absolute;
	top: 30px;
	left: 774px;    
	width: 138px;
	height: 460px;	    
    overflow: hidden;    
}
.thumb {
    width: 130px;    
    height: 96px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}
.button {
    color: black;
    cursor: pointer;
    position: absolute;  
    height: 10px;
    text-align: center;
    background-repeat: no-repeat;    
}
.prevImage {
    top: 240px;
    left: 10px;
    background-image: url('/images/viewer_prev_image.png');
    width: 22px;
    height: 36px;    
}
.nextImage {
    top: 240px;
    left: 738px;    
    background-image: url('/images/viewer_next_image.png');
    width: 22px;
    height: 36px;
}
.scrollUp {    
    top: 10px;
    left: 774px;
    width: 130px;
    height: 20px;
    background-image: url('/images/viewer_scroll_up.png');
}
.scrollDown {   
    top: 490px;
    left: 774px;
    width: 130px;
    height: 20px;
    background-image: url('/images/viewer_scroll_down.png');
}
.closeViewer {
    top: -20px;
    left: 920px;
    background-image: url('/images/viewer_close.png');
    width: 20px;
    height: 20px;    
}

#galleryRight, #galleryLeft {
    cursor: pointer;
}