/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.insidegallery
{
    margin:0 0 34px -50px;
}
.jcarousel-container {
    position: relative;
}
#incontent .jcarousel-container
{
    background:#e5e4d8;
    width: 900px;
    height: 270px;
    padding:12px 0;
}

.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!important;
    padding: 0!important;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 78px;
    height: 78px;
    position:relative;
    margin:0 8px;
    padding:5px 0 0 5px;
}
#incontent .jcarousel-list li,
#incontent .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 800px;
    height: 270px;
    position:relative;
    margin:0;
    padding:0;
    background:0;
}
.jcarousel-list li .brdr
{
    background: transparent url(../img/brdr1.gif) no-repeat 0 0;
    width:83px;
    height:83px;
    position:absolute;
    display:block;
    top:0;
    left:0;
}
.jcarousel-list li .img
{
    display:block;
    width:72px;
    height:72px;
    overflow:hidden;
   _zoom:1;
}
/**
 * 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;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 22px;
    right: -18px;
   *right: 0px;
    width: 18px;
    height: 34px;
    cursor: pointer;
    background: transparent url(../img/arr1-r.gif) no-repeat 0 0;
}
#incontent .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 115px;
    right:0px;
    width: 38px;
    height: 54px;
    cursor: pointer;
    background: #f4f3e9 url(../img/arr1-r.gif) no-repeat 11px 11px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 22px;
    left: -18px;
   *left: 0px;    
    width: 18px;
    height: 34px;
    cursor: pointer;
    background: transparent url(../img/arr1-l.gif) no-repeat 0 0;
}
#incontent .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top:115px;
    left:0;
    width: 38px;
    height: 54px;
    cursor: pointer;
    background: #f4f3e9 url(../img/arr1-l.gif) no-repeat 7px 11px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    _width:  245px;
    height: 83px;
    position:relative;
    margin:0 8px;
}
#incontent .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 270px;
    position:relative;
    margin:0 50px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    _width: 245px;
    *padding:0 20px;
    position:relative;    
}
#incontent .jcarousel-skin-tango .g-img
{
    width:400px;
    height:270px;
    overflow:hidden;
   _zoom:1;
    float:left;
    display:block;
}
#incontent .jcarousel-skin-tango .g-txt
{
    margin-left:417px;
    /*padding-left:18px;*/
    display:block;
}
#incontent .jcarousel-skin-tango .g-txt p
{
    height:240px;
    overflow:hidden;
   _zoom:1;
    color:#786537;
    font-size:11px;
    line-height:normal;
    background: transparent url(../img/li-2.gif) no-repeat 0 6px;
    padding-left:18px;
    /*margin-left:-18px;    */
}
#incontent .jcarousel-skin-tango .g-title
{
    color:#4b4b48;
    font-style:italic;
    padding-left:18px;
}