@charset "UTF-8";

@media screen
{
    /*---- OUR WORK GLIDER --*/
    div.scroller { 
        /* modify width and height of scrolling section if necessary	*/		
        width: 365px; 
        height: 284px;
        overflow: hidden;
    
    }
    
    div.scroller div.section {
        /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
        width:365px;
        height:284px;
        overflow:hidden;
        float:left;
        padding:.5em;		
    }
        div.scroller div.content {
        width: 10000px;
    }
    
    div.scroller a { cursor: pointer; }
    /*PORTFOLI0 PAGE*/
    
    


  .lphoto_img{margin:0px; text-align:center;}
  
  div.scroller div.section img{
    background: url(../../images/lphoto[bg].jpg) no-repeat;
    display: inline;
    margin: 0px;
    padding:15px 15px 15px 15px;
    width: 324px;
    height: 243px;
  }	
  
  
  
  .controls img{
  background: url(../../images/lphoto_tn[bg].jpg) no-repeat;
    display: inline;
    margin: 0px;
    padding:9px 3px 2px 8px;
    width: 48px;
    height: 48px;
  }
  
 }
