/* 
    Document   : site.oriented.gallery
    Created on : Aug 19, 2009, 3:01:32 PM
    Author     : arij
    Description:
        Purpose of the stylesheet follows.
*/

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

/* jQuery lightBox plugin - Gallery style */
#gallery {
    background-color: transparent;
    padding: 0px;
    width: 100%;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
    border: 4px solid transparent;
    /*border-width: 5px 5px 20px;*/
}
#gallery ul a:hover img {
    border: 4px solid transparent;
    border: 3px 5px 5px 3px;
    /*border-width: 5px 5px 20px;*/
}
#gallery ul a:hover { color: inherited; }