@charset "UTF-8";

@media screen
{
     /*---- INDEX - MINI-GLIDER --*/
    #mini-glider {
        text-align:center;
        margin: -40px 0 0 -19px;
    }
    
    #mini-glider #container {
        margin:40px 20px 0px 25px;
    }
    
    /*---- MINI GLIDER --*/
    div.scroller { 
        /* modify width and height of scrolling section if necessary	*/		
        width: 225px; 
        height: 205px;
        overflow: hidden;
    
    }
    
    div.scroller div.section {
        /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
        width:225px;
        height:205px;
        overflow:hidden;
        float:left;
        padding:.5em .5em 0 .5em;		
    }
        div.scroller div.content {
        width: 4800px;
    }
    
    #mglinks{
        text-align:center;
        height:20px;
        margin-left: -24px;
        }
       
    #mgmore{
        background: url('../../images/miniglider/mg[more].jpg') no-repeat;
        background-position: center left;
        width:140px;
        height:17px;
        margin-top:10px;
        text-indent:25px;
      
    }
    
      #mgmore a:link, #mgmore a:visited{
        color:#333;
        text-decoration:none;
        }
       #mgmore a:hover{
        color:#999;
        text-decoration:none;
        }
        
        #mg-wrap{padding-left:85px; margin-left: -13px;}
    
 }