.big-gallery {
    float:left;
    position:relative;
    overflow:hidden;
    width: 550px;
    height:120px;
    border:1px solid #ccc;
    background-color: #192C5D;
}
a.browse {
    background:url(../img/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:40px 10px;
    cursor:pointer;
    font-size:1px;
}
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }

a.left { margin-left: 0px; }
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

a.disabled {
    visibility:hidden !important;
}
.big-gallery .items {
    width:20000em;
    position:absolute;
    clear:both;
}
.big-gallery .items div {
    float:left;
    width:680px;
}
.big-gallery img {
    float:left;
    margin:20px 5px 20px 21px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    width:100px;
    height:75px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.big-gallery .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}
#image_wrap {
    width:634px;
    margin: 0px auto;
    padding:15px 0;
    text-align:center;
    background-color:#192C5D;
    border:2px solid #fff;
    outline:1px solid #ddd;
    -moz-ouline-radius:4px;
}