 #gallery{margin:10px 0px;}
 .inRight #gallery table{border:0px; width:auto;}
 .inRight #gallery table th, #gallery table td{padding:0px; margin:0px; border:0px;}
 .inRight #gallery img.shadow {background-color: #727171; width:130px; height:70px; margin:10px auto 0px auto; padding:1px;}
 .inRight #gallery img.shadowInner {background-color: #727171; width:130px; height:70px; margin:10px auto; padding:1px; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px;}
#jquery-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: fixed;
	top: 10%!important;
	left: 0;
	width: 100%;
	z-index: 999999;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.gallery1{
	position: relative;
	z-index: 100;
}
  
.gallery1 li {
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #ddd;
    box-shadow: 0 4px 4px -4px #9e9e9e;
    float: left;
    /*font-family: trebuchet ms;*/
    /*font-size: 12px;
    height: 220px;*/
    /*line-height: 15px;
	width: 150px;*/
    margin-bottom: 15px !important;
    margin-left: -15px;
    margin-right: 21px !important;
    padding: 7px !important;
    transition: all 0.2s ease-in-out 0s;

}
.gallery1 li:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery1 li a img{
	width: 120px;
	height: 100px;
}
.galClear{
	clear: both;
}