/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 15, 2016, 8:03:59 PM
    Author     : ismail-pc
*/

.slide-show-cont {
    position: relative;
}
div .theme-light .nivo-directionNav a{
    background: none;text-indent: 0;
    color: transparent;
    font-size: 0.1;
    opacity: 0.6
}



div .theme-light a.nivo-prevNav{
    left:10px;
    right: auto;  
}


div .theme-light a.nivo-prevNav:after,div .theme-light a.nivo-nextNav:after{
    text-indent: 0;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 35px;
}


div .theme-light a.nivo-prevNav:after{
    content: "\f104";
}

div .theme-light a.nivo-nextNav:after{
    content: "\f105";
}
div  .theme-light .nivo-directionNav a:hover {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1
}

.full_screen a.ins_full_screen i:before{
    
    content: "\f066";
}

.category  {
    text-align: center
}