
/********************************************
        SCROLLABLE-GALLERY STYLES
********************************************/

.scrollable-gallery {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 862px;
    height: 75px;

    /* custom decorations */
    /*border: 1px solid #ccc;*/
    background: url(/image/banner/black-overlay.png) repeat-x;
}

.scrollable-gallery .showcase_items {
    width: 20000em;
    position: absolute;
    clear: both;
}

/* single scrollable item */
.scrollable-gallery img {
    float: left;
    margin: 5px;
    background-color: #ccc;
    padding: 2px;
    /*border: 1px solid #44ABCE;*/
    cursor: pointer;
    width: 70px;
    height: 55px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* active item */
.scrollable-gallery .active {
    background-color: #44ABCE;
    border: 2px solid #000;
    z-index: 9999;
    position: relative;
}


/* this makes it possible to add next button beside scrollable */
.scrollable-gallery {
    float: left;
    margin: 0px -8px 0px -9px
}

/********************************************
        SCROLLABLE-BUTTON STYLES
********************************************/

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(/images/banner/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    /*float:left;*/
    margin:20px 15px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right-button 	{background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right-button:hover {background-position:-30px -30px; }
a.right-button:active {background-position:-60px -30px; }


/* left */
a.left-button {margin-left: 0px; }
a.left-button:hover {background-position:-30px 0; }
a.left-button:active {background-position:-60px 0; }

/* up and down */
a.up, a.down{
    height: 7px;
    margin: -2px 45px;
    width: 14px;
}

/* up */
a.up {background: url('/images/banner/arrow-up.gif') no-repeat ;}
a.up:hover, a.up:active {background-position: bottom;}

/* down*/
a.down {background: url('/images/banner/arrow-down.gif') no-repeat ;}
a.down:hover, a.down:active {background-position: bottom;
}

/* disabled navigational button */
a.disabled {visibility:hidden !important;}

/********************************************
        SCROLLABLE-BANNER STYLES
********************************************/
#banner-caption, #banner-thumbs{
    background: url('/images/banner/black-overlay.png') top left;
    position: relative;
}

#banner-caption{
    margin-top: -60px;
    float: left;
    height: 50px;
    /*text-indent: 10px;*/
    width: 940px;
}
#banner-caption p{
    margin: 10px 20px 0px;
    text-align: justify;
}

#banner-thumbs{
    float: right;
    height: 325px; width: 105px; float: right; margin-top: -365px; text-align: center;
    padding: 15px 10px;
    overflow: hidden;
}

.scrollable-banner {
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 105px;
    height: 314px;

    /* custom decorations */
    /*border:1px solid #ccc;*/
    /*background:url(/image/banner/black-overlay.png) repeat-x;*/
}

.scrollable-banner .items {
    height: 20000em;
    position: absolute;
    clear: both;
}

/* single scrollable item */
.scrollable-banner img {
    margin: 18px 5px;
    background-color: #fff;
    /*padding: 2px;*/
    border: 1px solid #ccc;
    cursor: pointer;
    width: 90px;
    height: 55px;
    display: block;

    /*  -moz-border-radius:4px;
      -webkit-border-radius:4px;*/
}

/* active item */
.scrollable-banner .active {
    border: 2px solid #44ABCE;
    z-index: 9999;
    position: relative;
}


/* this makes it possible to add next button beside scrollable */
/*.scrollable-banner {
    float: right;
}*/

/********************************************
        SHOWCASE GALLERY STYLES
********************************************/
/* styling for the image wrapper  */
#image_wrap {
    /* dimensions */
    height: 350px;
    width: 940px;
    margin: 15px 0 15px 0px;

    /* centered */
    text-align:center;

    /* some "skinning" */
    background-color:#efefef;

}
#image_wrap img{
    display: block;
}
