/* Bare minimum styles */
.slider {
    -ms-touch-action: none; /* Prevent default touch actions on Windows 8 */
    overflow: auto; /* Not required but recommended for accessibility when JavaScript is turned off */
    position: absolute;
    top: 0px;
    left: 0;  
    color:#2a2f32;
    font-size:15px;
    width: 870px;
    height: 300px;
    background-position:bottom;
    background-repeat:no-repeat;
    padding-bottom:0px;

}
#slider a{
    color:#ab4eb6;	
}
.slider img{
    width: 870px;
    height: 300px;
}

/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow, .as-next-arrow {
    background: url(../tpl/default/images/arrows.png) no-repeat;    
    cursor: pointer;
    filter: alpha(opacity=0);    
    position: absolute;
    text-indent: 100%;
    top: 130px;
    white-space: nowrap;
    width: 21px;
    height: 35px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.as-prev-arrow {
    left: 10px;
}

.as-next-arrow {
    background-position: -21px 0;
    right: 10px;
}

.slider:hover .as-arrows a {
    filter: alpha(opacity=1);
    opacity: 1;

}
.as-prev-arrow:hover, .as-next-arrow:hover{
    filter: alpha(opacity=0.5) !important;
    opacity: 0.5 !important;
}
/* The same rules for styling apply here. Style to your liking */
.as-nav {
    text-align: center;
    z-index: 1;
    display:table;
    padding:6px 10px;
    margin: 20px auto 0;
    position:relative;
}

.as-nav a {
    background: url(../images/bullets.png) no-repeat;
    width:14px;
    height: 14px;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;    
}

a.as-active, .as-nav a:hover {
    background-position: -14px 0;
}
.slider-wrapper {
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0px 0 0px 0;
    overflow: hidden;
}
.title_slider{
    position:absolute;
    height:250px;
    width:555px;
    background-image:url(../images/square.png);
    color:#fff;
    font-size:14px;
    padding:25px 30px;
    line-height:20px;
}
.arrow_slider{
    position:absolute;
    bottom:20px;
    right:30px;	
}
.arrow_slider:hover{
    opacity:0.7;	
}
.title_slider h3{
    color:#fff;
    font-size:27px;
    font-family: 'Exo 2',sans-serif;
    margin:0 0 20px 0;
    font-weight:100;
}