/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/

.JMyCarouselWrapper .prev{
    background: url('../img/left.png') center center no-repeat;
    width:47px;
    height:61px;
    border:0px;
    cursor: pointer;
}

.JMyCarouselWrapper .next{
    background: url('../img/right.png') center center no-repeat;
    width:40px;
    height:61px;
    border:0px;
    cursor: pointer;
}


.jMyCarousel .up{
    background: url('up.png') center center no-repeat;
    width:61px;
    height:40px;
    border:0px;
}

.jMyCarousel .down{
    background: url('down.png') center center no-repeat;
    width:47px;
    height:61px;
    border:0px;
}

.jMyCarousel ul li{
    margin:0px;
    line-height:0px;
    padding:0px;
    height: 80px;
    padding: 0 10px;
    text-align: center;
    width: 150px;
}

.jMyCarousel ul li a{ /* in case of link */
    display:block;
}
.jMyCarousel ul li a:hover {
    background: none;
}
.jMyCarousel ul li img{
    display:block;
    border:0px;
}

.JMyCarouselWrapper {
    padding-top:7px;
    position: relative;
    width: 1024px;
    height:59px;
    margin: 20px 0 0 0;
}

.JMyCarouselWrapper .prev {
    top: 15px!important;
}

.JMyCarouselWrapper .next {
    top: 15px!important;
}

.JMyCarouselOverlayLeft {
    /*background: url('../images/logotypy_partnerow_overlay_left.png') no-repeat transparent;*/
    position: absolute;
    top:0;
    left:0;
    width:145px;
    height: 59px;
    z-index:3;
}
.JMyCarouselOverlayRight {
    /*background: url('../images/logotypy_partnerow_overlay_right.png') no-repeat transparent;*/
    position: absolute;
    top:0;
    right:0;
    width:145px;
    height: 59px;
    z-index:3;
}

