.rg-gallery{position:relative; width:960px; background-color:#FFFFFF }
.rg-thumbs{  position:absolute; z-index:9999;  bottom:0; left:0px;_overflow:hidden; 
  }
.rg-image-wrapper{
	
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{ display:none;}

.rg-caption { display:none;
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{ display:none; 
	
}

.rg-loading{
	width:46px;
	height:46px;
	position:absolute; 
	top:50%;
	left:50%;
	background:#fff url(../../images/loading.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}