#content-ostan {
width:100%;
margin:auto;
}

.slider {
    border: 1px solid #007ACC;
    float: right;
    width: 98%;
    height: 120px;
    position: relative;
    padding-bottom: 5px;
    border-radius: 5px;
    padding-top: 15px;
    background-image: url('../Images/BG.gif');
    background-repeat: repeat;
}

.sliderContent {
    width: 590px;
    height: 120px;
    clear: both;
    position: relative;
    overflow: hidden;
}

.sliderArrows a {
    display: block;
    outline: none;
    z-index: 50;
    background-image: url('../Images/prev_next.png');
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    font-size: 0pt;
}

.prev {
background-position:0 0px;
left:14px;
color:#fff;
}

.prev:hover {
background-position:0 -44px;
color:#fff;
}

.next {
right:15px;
color:#fff;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
color:#fff;
}

.sliderContent .item {
    position: absolute;
    width: 590px;
    height: 120px;
    background-image: url('../Images/BG.gif');
    background-repeat: repeat;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}


a img {
border:none;
}

