div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 569px; 
	height: 483px;
	overflow: hidden;
	border:8px solid #fff; background: #fff;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:569px;
		height:483px;
		overflow:hidden;
		float:left;
		padding: 1em; /* margin-right: 40px; */		
		}
		
		 div.section img {  float: left; margin-bottom: 8px; }
		div.section span { clear:left; float: left;   color:#999; } 

	div.scroller div.content {
		width: 90000px;
		}


	div#section2 {
 
		color:#ffffff;
		}
.gliderNav { font-size: 1.4em; padding: 10px 0;}

#prevnext { margin-top: 10px;}

.exhibitionImg3glider {float: left; width: 569px;  margin-bottom: 10px;}
.exhibitionImg3glider img { float: left; margin-right: 20px;  width:569px;}
.paintingInfo { float: right; width:220px; text-align: left; margin-top: 0px; line-height: 1.3em;}

.previewer { visibility: hidden;}