/* 
    Document   : photos
    Created on : Mar 26, 2010, 3:52:54 PM
    Author     : flavien
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.galerie .mini-img {
    width:200px;
    height:133px;
    overflow:hidden;
    float:left;
    margin:5px;

}

.galerie .mini-img img:hover {
    border:3px solid #FFF;
}

