@charset "utf-8";
/* CSS Document */

/* root element for single scroll */ 
.photos { 
    position:relative; 
    overflow:hidden; 
    width: 394px; 
    height: 266px; 
    float:left; 
} 
 
/* root element for the scroll pics */ 
.photos .pics { 
    width:20000em; 
    position:absolute; 
    clear:both; 
} 
 
/* single scroll item */ 
.pics img { 
    float:left; 
    cursor:pointer; 
    width:400px; 
    margin:0px; 
} 
 
/* possible settings for the active scroll */ 
.photos.active { 
 
}