.mainGallery {
	position:relative;
	width:100%;
	display: inline-block;
}
/* Preview Images */
.galleryPreviewImages {
	overflow-x:hidden;
	overflow-y:auto;
}
.galleryPreviewImageDiv {
	width:100px;
	width:100px !important;
	height:auto;
	overflow:hidden;
	float:right;
	margin-top:2px;
	padding:2px;
	border:1px solid #bababa;
}
.galleryPreviewImage {
	width:100%;
	height:auto;
}
/* main image */
.galleryImageDiv {
	overflow:hidden;
	float:right;
}
.galleryImageTitle {
	font-size:17px;
  clear:both;
}
.galleryImage {
	width:auto;
	height:auto;
}
.galleryShowLink {
	text-decoration:none;
	color:inherit;
}

/* rounded images (FF, CH + IE9) (activate if desired) :  
.galleryPreviewImageDiv {
  border-radius: 8px;
}
.galleryPreviewImage {
  border-radius: 8px;
}
.galleryImage {
    border-radius: 15px;
}
*/

/* transform to 2 columns (activate if desired) :  
.galleryPreviewImages {
  width:18%;
  z-index:10;
  float:left;
}
.galleryShowDiv {
  padding:2px;
  width:81%;
  float:right;
}
*/
