
.slider {
    width:100%;
    height:500px;
    position:relative;
/*    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    /*-moz-border-radius: 15px;*/
    overflow: hidden;
}

.sliderContent {
    float:left;
    width:100%;
    height: 100%;
    clear:both;
    overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
background-color: #93e2ff;
}

.prev {
background-position:0 -44px;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px -44px;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
    position:absolute;
    width: 100%;
    height:100%;
    background:#fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;

}

.sliderContent .item img{
    width: 100%;
    height: 100%;
    /*    border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;*/
}

.sliderBullets {
    position:absolute;
    bottom:25px;
    margin: 0 auto;
    left: 0;
    right:0;
    /*left:10%;*/
    text-align: center;
    z-index:50;
    /*width: 200px;*/
    /*margin-left:-45px;*/
}

.sliderBullets a {
    display:block;
    float: left;
    text-indent:-9999px;
    outline:none;
    width: 10px;
    height: 10px;
    /*border: #333 solid 1px;*/
    margin-left: 2px;
    margin-right: 2px;
    background-color: white;
}

.sliderBullets .active {
   background-color: #409dd7;
}

.sliderContent a {
    outline:none;
}

a {
    color: #999999;
}

a img {
    border:none;
}


@media only screen
and (min-device-width : 320px)
and (max-width : 600px)
and (orientation : portrait) {

  .sliderArrows a {
    top:50% ;
}
.slider {
    width:100%;
    height:280px;
    position:relative;
    /*border-radius: 5px;*/
/*    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 15px;*/
    overflow: hidden;
}


}
