﻿.mobiSlider
{
    float:left;
    width:385px;
    height:56px;
    position:relative;
    margin:0 20px 15px;
}

.mobiSliderContent {
float:left;
width:385px;
height:56px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../img/slider_button.png);
width:22px;
height:15px;
position:absolute;
top:50%;
margin-top:-8px;
}

.prev {
background-position:0 0;
left:-15px;
}

.prev:hover {
background-position:0 -45px;
}

.next {
right:-15px;
background-position:100% -45px;
}

.next:hover {
background-position:100% -45px;
}

.mobiSliderContent .item {
position:absolute;
width:385px;
height:56px;
background:#fff;
}

.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;
        margin-bottom: .3em;
        width: .333em;
        height: .333em;
        border: .2em solid #FFF;
        border-radius: .333em;
        opacity: .4;
    }

    .sliderBullets .active
    {
        background: #fff;
        opacity: .87
    }

.mobiSliderContent a {
outline:none;
color:#fff;
}

.mobiSliderContent a img {
border:none;
}