html{}
BODY{
    width:334px; height:225px;
    margin-left: auto;
    margin-right: auto;
    margin:0;
    padding:0;

}

A {
}

A:Hover {
}



#image_slider{width:500px; height:225px; margin-right: 38px; position: relative;}
#image_slider a#left_arrow{
    background : url("images/arrow_left.png") no-repeat;
    width:11px;
    height:23px;
    display:block;
    float:left;
    z-index: 999;
    margin-top:90px;
    padding-right:12px;
}
#image_slider a#left_arrow:hover{
    background : url("images/arrow_left.png") no-repeat 0 -24px;
    
}
#image_slider a#right_arrow{
    background : url("images/arrow_rigth.png") no-repeat;
    width:11px;
    height:23px;
    display:block;
    float:left;
    z-index: 999;
        margin-top:90px;
        margin-left:12px;
}
#image_slider a#right_arrow:hover{
    background : url("images/arrow_rigth.png") no-repeat 0 -24px;
    
}

.slides_container {
    width:300px;
    overflow:hidden;
    position:relative;
    display:none;
    float:left;
}

.slides_container img {
    width:300px;
    height:225px;
    display:block;
}
#slides .next,#slides .prev {
    position:absolute;
    top:107px;
    left:-39px;
    width:24px;
    height:43px;
    display:block;
    z-index:101;
}

#slides .next {
    left:285px;
}

.pagination{
    display:none;
}