﻿.pics {  
    width:   195px;  
    height:  140px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  

    margin:0px auto 0px 8px;
    /*padding: 5px;  */
    padding:0px;
    border:  1px solid #000000;  
    background-color: #fff;  
    width:  176px;
    height:  130px;   
    top:  0; 
    left: 0; 
    
} 
/*
#navCycle a { border: 1px solid #ccc; background: #fc0; text-decoration: none; margin: 0 1px; padding: 1px 2px;  }
#navCycle a.activeSlide { background: #ea0 }
#navCycle a:focus { outline: none; }*/
#navCycle{width: 190px;margin:0px auto 0px 0px;text-align:right;}
#navCycle a { border: 0px solid #ccc; background: #fff; text-decoration: none; margin: 0px 1px 0px 0px; padding: 2px 2px; color:#272727;position:relative;}
#navCycle a.activeSlide { background: #FFB400; position:relative;}
#navCycle a:focus { outline: none;position:relative; }

