/**
 *
 * CSS for SplitGallery
 *
 * License:	LGPL
 *
 * Copyright:	Christian Boettcher <business@boettcher.lu> (http://www.web-n-design.de/)
 *	
 * These rules are required for SplitGallery to work correctly.
 * Override at your own risk.
 *
 */

.mod_splitgallery_image .sg_inner_div,.ce_splitgallery_image .sg_inner_div {
	position:relative;
}

.mod_splitgallery_image .sg_front_img,.ce_splitgallery_image .sg_front_img {
	position:absolute; 
	left:0; 
	top:0; 
	opacity:0; 
	filter:alpha(opacity=0);
}
