/* jQuery lightBox plugin - Gallery style */
#gallery {
	direction:rtl;
	width:750px;
	text-align:center;
}
#gallery  ul { list-style: none;float:right;text-align:center;width:190px;height:260px; }
#gallery  ul li { border:1px solid #D6D2BE;float:right;width:195px;height:230px;text-align:center;padding:10px;background-color:#F8F6F4;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0px 3px 4px gray;overflow:hidden }
#gallery  ul img.MyPic {
   width:180px;height:180px;
}
#gallery  ul li:hover {
	color: #fff;
    -moz-box-shadow: 0px 3px 4px gray;
    -webkit-box-shadow: 0px 3px 4px gray;
    background-color:#F0ECE9;
    border:1px solid black;
}
