/* BEGIN GALLERIA STYLE */
.caption {font-style:italic; color:#3399FF; text-align:right; font-family: Arial, Helvetica, sans-serif;margin-top: 3px; float:right; }
.gallery_show li{width:40px;height:36px; margin-left:1px; background:transparent;}
#main_image{text-align:center; float:right;}

/* jcarousel */
.jcarousel-container {position: relative;}
.jcarousel-clip {z-index: 2;padding: 0;margin: 0;overflow: hidden;position: relative;}
.jcarousel-list {z-index: 1;overflow: hidden;position: relative;top: 0;left: 0;margin: 0;padding: 0;}
.jcarousel-item {float: left;list-style: none;
/* We set the width/height explicitly. No width/height causes infinite loops. */
width: 40px;
height: 36px;}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {z-index: 3;}
.jcarousel-prev {z-index: 3;}
/* end jcarousel */

/* start tango jcarousel */
.jcarousel-skin-tango.jcarousel-container {width: 328px;}
.jcarousel-skin-tango.jcarousel-container-horizontal {width: 328px;}
.jcarousel-skin-tango .jcarousel-clip-horizontal {width: 328px;height: 36px;}
.jcarousel-skin-tango .jcarousel-item {width: 40px;height: 36px;}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 12px;
    right: -18px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url('../images/next-horizontal.png') no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 14px;
    left: -6px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url('../images/prev-horizontal.png') no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;}

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