
#gallery_image{
 float:left;
 width:505px;
 height:355px;
 padding:0px;
 margin:0px 10px 0px 0px;
}
#gallery_list_holder{
 float:left;
 width:135px;
 height:330px;
 padding:10px;
 margin:0px;
 background-color:#212121;
}
#gallery_prev{
 cursor:pointer;
 float:left;
 width:135px;
 height:30px;
 padding:0px 0px 5px 0px;
 margin:0px;
 background-image:url(/images/layout/btngallery_up.jpg);
 background-position:top left;
 background-repeat:no-repeat;
 background-color:#1A1A1A;
}
#gallery_next{
 cursor:pointer;
 float:left;
 width:135px;
 height:30px;
 padding:5px 0px 0px 0px;
 margin:0px;
 background-image:url(/images/layout/btngallery_down.jpg);
 background-position:bottom left;
 background-repeat:no-repeat;
 background-color:#1A1A1A;
}


.jcarousel-container {
 float:left;
 width: 135px;
 height:260px;
 padding:0px;
 margin:0px;
 position: relative;
}
.jcarousel-clip {
 width:135px;
 height:260px;
 z-index: 2;
 overflow: hidden;
 position: relative;
}
.jcarousel-list { 
 z-index: 1;
 overflow: hidden;
 position: relative;
 width: 135px;
 height:260px;
 background-color:#1A1A1A;
}
.jcarousel-list li {
 width:115px;
 height:73px;
 margin:0px 10px 10px 10px;
}
.jcarousel-list li img{
 cursor:pointer;
}


/*
.jcarousel-item-placeholder {
 background:#FFFFFF url(jcarousel_loading.gif) 50% 50% no-repeat;
}
*
 *  Horizontal Buttons
 */
/*.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(jcarousel_next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(jcarousel_prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}*/