@charset "utf-8";
/* CSS Document */
body{background:#efefef;}
#warp{position:relative; width:100%; height:500px;}
.gallery{ width:770px; margin:0 auto;}
.img {width:770px;height:300px;}
.img img {width:770px;height:300px;}
.thumb_group {position:relative;width:770px;height:56px;margin:10px 0 0 0;overflow:hidden;}
.thumb_group .list_group {position:relative;z-index:2; top:0; left:0px;width:663px;height:56px;margin:0 auto;overflow:hidden;}
.thumb_group li {position:absolute;top:0;left:0;width:75px;height:56px;margin-right:9px;}
.thumb_group li a {display:block;overflow: hidden;}
.thumb_group img {width:75px;height:56px;}
.thumb_group .btn_group {position:absolute;width:770px;height:56px;z-index:1;top:0px;left:0px;}
.thumb_group .btn_group button {width:45px;height:56px;text-indent:-9999px; border:0;}
.thumb_group .btn_group button.prev { float:left;	background:url(../images/popup/btn_prev.jpg) no-repeat 0 0; }
.thumb_group .btn_group button.next { float:right; background:url(../images/popup/btn_next.jpg) no-repeat 0 0; }