div.glMain {
    width: 100%;
	height:375px;	   
	position:relative;
}
div.gallery-loader {
	height: 347px;
    width: 511px;
	background-color:#FFF;
	background-image: url('loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:50px;
	top:0;
}

div.gallery-slideshow{margin:0 0 0 50px;height: 347px;width: 511px;}

div.gallery-slideshow img {
	height: 347px;
    width: 511px;
	border: none;
	display: block;
}
.gallery-navigation{margin:0 0 10px 0;}