@charset "UTF-8";
/* CSS Document */

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 350px; 
	height:280px; 
	text-align:center;
	z-index:1;
	overflow: hidden;
	}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 350px; 
	height:280px; 
	overflow:hidden;
	z-index:1;
	float:left;	
}
	
div.scroller div.content {
	width: 10000px; 
	z-index:1;
}
		
		
#jewel-gallery div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 985px; 
	height:405px; 
	text-align:center;
	z-index:1;
	overflow: hidden;
}

#jewel-gallery div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 985px; 
	height:405px; 
	overflow:hidden;
	z-index:1;
	float:left;	
}
