/* jQuery lightBox plugin - Gallery style */

	#ImageGallery {
		padding: 10px;
	}

	#ImageGallery ul { list-style: none; }

	#ImageGallery ul li { 
  	  display: inline;
      text-align:center;
      float: left;
      padding:5px;
    }
	
	#ImageGallery ul img {
		border: 5px solid #B2C0CC;
	}

	#ImageGallery ul a{text-underline: none;}

	#ImageGallery ul a:hover img {
		border: 5px solid #002D56;		 
		color: #fff;
	}

	#ImageGallery ul a:hover { color: #fff; }
