/* @override http://abp/app/css/slideshow.css */

.pics {  
    padding: 0;  
    margin:  0 0 1em 0;
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
}

.pics.portrait {  
    width:  512px;  
    height: 352px;  
}
 
.pics.portrait img {  
    width:  320px; 
    height: 480px;
}

.pics.landscape {  
    width:  512px;  
    height: 352px;  
} 
 
.pics.landscape img {  
    width:  480px; 
    height: 320px;
}

.pics.narrow {  
    width:  370px;  
    height: 632px;  
}
 
.pics.narrow img {  
    width:  338px; 
    height: 600px;
}

.pics.widescreen {  
    width:  512px;  
    height: 302px;  
} 
 
.pics.widescreen img {  
    width:  480px; 
    height: 270px;
}

.pics.mixed {  
    width:  512px;  
    height: 512px;  
}
 
.pics.mixed img {  
    width:  480px; 
    height: 480px;
    background-color: #000;  
}

.pics.square {  
    width:  512px;  
    height: 512px;  
}
 
.pics.square img {  
    width:  480px; 
    height: 480px;
}

