﻿
        .photo-browser ul.album,
        .photo-browser .photo     {   margin:0; }
        .photo-browser li.album,
        .photo-browser li.photo     {   list-style-type:none;
                                            margin:0; padding:1em;
                                            border-top:solid 1px #000;
                                            
                                            float:left; 
                                            text-align:center;
                                            width:250px;    }
        .photo-browser li.album.view-2,
        .photo-browser li.photo.view-2{   width:auto; max-width:100%; clear:both;}
        .photo-browser li.album .hd,
        .photo-browser li.photo .hd {   margin:0;
                                            overflow:hidden; 
                                            white-space:nowrap;     }
        
        .photo-browser li.album .bd,
        .photo-browser li.photo .bd {   
                                            overflow:hidden;
                                            margin:auto;padding:0px;
                                            border:solid 0px #000;
                                            width:180px;
                                                                    }
        .photo-browser li.album.view-2 .bd,
        .photo-browser li.photo.view-2 .bd{   width:auto;}
        .photo-browser li.album.view-2 .ft,
        .photo-browser li.photo.view-2 .ft{ text-align:left;}
        .photo-browser li.album .bd a.primary,
        .photo-browser li.photo .bd a
                                        {   margin:0; padding:0;
                                            width:180px;
                                            height:180px;
                                            overflow:hidden;
                                            border-bottom:solid 2px #000;
                                            display:block; background:#000;   }
        .photo-browser li.album .bd a:hover,
        .photo-browser li.photo .bd a:hover
                                        {   border-bottom:solid 2px #000;
                                            }
        
        .photo-browser li.album.view-2 .bd a,
        .photo-browser li.photo.view-2 .bd a{   width:auto; height:auto; background:#000;}                                    
        .photo-browser li.album .bd img,
        .photo-browser li.photo .bd img
                                        {  display:block;
                                           margin:auto;padding:0;
                                            border:solid 0px #fff;
                                              }
        .photo-browser li.album.view-2 .bd img,
        .photo-browser li.photo.view-2 .bd img{   width:100%; height:auto; max-height:100%; background:#000;}