.rg-gallery{border:1px solid #a9aaac; padding: 5px; height: 534px; background:#fff;}

.rg-thumbs{position: absolute; margin-top: 445px;}

.rg-image-wrapper{
	position:relative;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a.rg-image-nav-prev{
	position: absolute;
    top: 215px;
    left: 15px;
    margin-top: -31px;
    width: 12px;
    height: 62px;
    background: url("../img/lefitw.png");
    z-index: 10;
	text-indent:-9000px;
	cursor:pointer;
	outline:none;
}
.rg-image-nav a.rg-image-nav-next{
	position: absolute;
    top: 215px;
    right: 15px;
    margin-top: -31px;
    width: 12px;
    height: 62px;
    background: url("../img/pravitw.png");
    z-index: 10;
	text-indent:-9000px;
	cursor:pointer;
	outline:none;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-view{
	display:none;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(/images/ajax-loader.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;
}