div.list_carousel {
        margin: 5px auto;
        width: 570px;
        border: 1px solid #e2e1ca;
        border-radius: 9px;
        moz-border-radius: 9px;
        -khtml-border-radius: 9px;
        -webkit-border-radius: 9px;
        padding: 0 15px;
        background: #faf9e0;
      }
      
.list_carousel .caroufredsel_wrapper{
        overflow: hidden;
        padding: 10px 0;
    }

.list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
}
.list_carousel li {
        background-color: #fff;
    box-shadow: 0 0 9px 2px #e3e3e3;
     -moz-box-shadow:0 0 9px 2px #e3e3e3;
    -webkit-box-shadow:2px 4px 6px 1px #cccbb7;
        width: 125px;
        height:125px;
        padding: 0px !important;
        margin: 10px 8px !important;
        display: inline-block;
        float: left;
        position: relative;
        background: none;
        border: 3px solid #fff;
        border-radius: 3px;
        moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
}

.list_carousel li img{
        width: 125px;
        height:125px;    
        }

        .list_carousel li a{
            display: inline-block;
            border: 0 !important;
        }

        .list_carousel li div.medium-img{
            position :absolute;
            top: 0;
            z-index: 99;
            width: 140px;
            height: 140px;
            background-color: #fff;
            box-shadow: 0 0 9px 2px #e3e3e3;
            -moz-box-shadow:0 0 9px 2px #e3e3e3;
            -webkit-box-shadow:2px 4px 6px 1px #cccbb7;
            border: 3px solid #fff;
            border-radius: 3px;
            moz-border-radius: 3px;
            -khtml-border-radius: 3px;
            -webkit-border-radius: 3px;
            margin: -10px 0 0 -10px;
        }

                .list_carousel li div.medium-img img{
                    width: 140px;
                     height: 140px;
                }

.list_carousel a#prev1{
        width: 93px;
        height: 150px;
        opacity: 0;
        filter: alpha(opacity=0); 
    -ms-filter: "alpha(opacity=0)"; 
    -khtml-opacity: 0; 
    -moz-opacity: 0;
        position: absolute;
        background:  url('../images/carousel/aprev.png') no-repeat;
        margin: -160px 0 0 -23px;
      }
.list_carousel a#next1{
        width: 93px;
        height: 150px;
        display: block;
        position: absolute;
        background:  url('../images/carousel/anext.png') no-repeat;
        margin: -160px 0 0 500px;
      }
      
.list_carousel a, 
.list_carousel a:hover{
    border:  0 !important;
}