﻿   	    /* jQuery lightBox plugin - Gallery style */
   	    #gallery
   	    {
   	        position: relative;
   	        width: 990px;
   	        height: 435px;
   	        top: 45px;
   	        margin-left: auto;
   	        margin-right: auto;
   	        font-size: 18px;
   	        padding: 10px;
   	        color: black;
   	    }

        #gallery > a > img
   	    {
   	            border: 1px solid silver;
                border-radius: 4px;
        }

        #gallery > a > img:hover
   	    {
   	            border: 1px solid transparent;
                border-radius: 4px;
        }

        .crop {
                width: 150px;
                height: 100px;
                overflow: hidden;
                float: left;
                margin: 5px;
                border: 1px solid silver;
                border-radius: 3px;
        }

        .crop:hover {
            border: 1px solid transparent;
        }


   	    /*#gallery ul
   	    {
   	        list-style: none;
   	    }
   	    #gallery ul li
   	    {
   	        display: inline;
   	    }

   	    }
   	    #gallery ul a:hover img
   	    {
   	        border: 3px solid #878787;
   	        color: #fff;
   	    }
   	    #gallery ul a:hover
   	    {
   	        color: #fff;
   	    }*/