
.slider {
float:left;
width:100%;
height:100%;
position:relative;
padding-bottom:26px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
/*background:url(../gfx/shadow-gallery.png) no-repeat bottom center;*/
}

.sliderContent {
float:left;
width:100%;
height: 520px;
clear:both;
position:relative;
overflow:hidden;
}

@media screen and (min-width : 960px) and (max-width : 1260px) {
.sliderContent {
height: 400px;
}
}
@media screen and (min-width : 1260px) and (max-width : 1500px) {

.sliderContent {
height: 460px;
}
}



.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:310px ;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width: 100%;
height:100%;
background:#fff;
/*border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;*/
}

.sliderContent .item img{
    width: 100%;
    height: 100%;
/*    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;*/
}

.sliderBullets {
position:absolute;
bottom:45px;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:11px;
height:11px;
/*margin-top: -50px;*/
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.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) {
    
  .sliderContent {
float:left;
width:100%;
height: 250px;
clear:both;
position:relative;
overflow:hidden;
}  
    
    
    
}