@charset "UTF-8";
/* CSS Document */

.scroll-gallery {
margin:0 auto 14px auto;
width:872px;
height:100px;
padding:10px 59px;
position:relative;
background:#fff;
border:1px solid transparent;
box-shadow: 0px 0px 4px #666;
-moz-box-shadow: 0px 0px 4px #666;
-webkit-box-shadow:0px 0px 4px #666;
}

.scroll-gallery.wedding {
border:1px solid #000;
box-shadow: 0px 0px 4px #000;
-moz-box-shadow: 0px 0px 4px #000;
-webkit-box-shadow:0px 0px 4px #000;
}

.scroll-gallery .scrollframe {
position:relative;
overflow:hidden;
width:872px;
height:100px;
}

.scroll-gallery .scrollpane {
position:absolute;
white-space:nowrap;
}

.scroll-gallery .scrollpane a {
margin-right:10px;
}

.scroll-gallery .scrollpane a.last {
margin-right:0;
}

.scroll-gallery .scrollpane a img {
border:0;
}

.scroll-gallery .prev-button {
background:url('_images/prev-btn.png');
width:44px;
height:44px;
position:absolute;
top:38px;
left:8px;
cursor:pointer;
}

.scroll-gallery .next-button {
background:url('_images/next-btn.png');
width:44px;
height:44px;
position:absolute;
top:38px;
right:7px;
cursor:pointer;
}


