.gallery li.last {
      display:none;
}
.gallery li{display:block;overflow:hidden;float:left;margin:0 10px 10px 0;  width: 100px;
    height: 100px;}
.gallery li.caption{display:block;padding-top:.5em;}
.galleria_container {
    width:400px;
    min-height:380px;
    height:auto !important;
    height:380px;
    margin-top:5px;
    position:absolute;
}
.gallery li a{display:none;}
.gallery li div{position:absolute;display:none;top:0;}
.gallery li div img{cursor:pointer; }
.gallery li.active div img, .galleria li.active div img{display:block;}
.gallery li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:100px;height:100px;}
* html .gallery li div span{width:400px} /* MSIE bug */
.galleria {
    margin-top:150px;
}
div.galleria_wrapper {
    padding:0;
}
/* galleria */
/* this is needed to control the width of the container showing the pictures */
.jcarousel-container {
    position: relative;
    width:580px;
    margin-left:-50px;
}
#mycarousel  {


}
div.jcarousel-clip-horizontal {
    width:450px;
    overflow:hidden;
     position:absolute;
}
.jcarousel-list-horizontal {
  width:100%;
}
.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: 100px;
    height: 100px;
}
.gallery li img.thumb {
  height:100px;
  width:100px;
}
/**
 * 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 {
        margin-top:50px;
        height:100px;
        padding:0;
        position:absolute;
        margin-left:180px;

}
.jcarousel-skin-tango .jcarousel-item {
  /* this sets the height of the list elements */
    width: 100px;
    height: 100px;
    border:2px #B8937C solid;
}
.jcarousel-skin-tango .jcarousel-item.hover {
     border:4px #602825 solid;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
     margin-left:50px;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {

    float:right;
    margin-top:40px;
    margin-right:35px;
    _margin-right:15px;
    width: 40px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../images/next.png) no-repeat 0 0;
}
.jcarousel-prev-horizontal {
    float:left;
    margin-top:40px;
    width:40px;
    height: 50px;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat 0 0;
}
.jcarousel-clip img {
    padding:0;
    margin:0;
}
/* end tango jcarousel */
#main_image_wrapper{
    margin-left:190px;
    height:400px;
}
#main_image{
  _margin-left:-20px;
}
.replaced span{
    margin:0;
}
#photoinfo {
    text-align:center;
    height:20px;
}
span.caption {
    display:none;
}

