#cybook_content_gallery_show {
	background-image: url('../../images/cybook/gallery/background_show.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 352px;
	text-align: center;
}
#cybook_content_gallery_show img {
	margin-top: 20px;
	margin-bottom: 20px;
	/*border: 2px solid #eaeaea;*/
    height: 320px;
}
#cybook_content_gallery_list {
	margin-top: 10px;
}
#gallery_content_left, #gallery_content_right {
    width: 20px;
    height: 50px;
    margin-top: 60px;
    float: left;
}
#gallery_content_left { 
	margin-right: 30px;
}
#gallery_content_right {
    float: right;
}
#gallery_content_middle {
	width:  890px;
    overflow: hidden;
    float: left;
    margin-left: 30px;
}
.gallery_item {
    background-image: url('../../images/cybook/gallery/item_background.png');
	background-repeat: no-repeat;
    width: 168px;
    height: 163px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.gallery_item img {
    margin-top: 5px;
    max-height: 150px;
    max-height: 150px;
}
.gallery_item_thumb {
    width: 120px;
}
