#slides {

    height: 400px;
    margin: 25px 0 8px;
    overflow: hidden;
    position: relative;
    width: 700px;
}
#slides .slide {
    float: left;
    position: relative;
}

#slides #circles {
    height: 10px;
    left: 24px;
    min-width: 60px;
    position: absolute;
    top: 360px;
    z-index: 400;
}
#slides #circles ul, #circles-big ul {
    list-style-type: none;
}
#slides #circles li, #circles-big ul li {
    float: left;
    margin-right: 5px;
}
#slides #circles li, #slides #circles li a, #circles-big ul li a {
    display: block;
    height: 10px;
    width: 10px;
}
#slides #circles li a, #circles-big ul li a {
    background: url("img/main/slide-circle.png") no-repeat scroll 0 0 transparent;
}
#slides #circles li a:hover, #slides #circles li.active a, #circles-big ul li a:hover, #circles-big ul li.active a {
    background-position: -10px 0;
}
.scrollable {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 700px;
}
.scrollable .items {
    position: absolute;
    width: 20000em;
}
.items div.slide {
    float: left;
    position: relative;
}