div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 464px; 
	height: 490px;
	overflow: hidden;
	border:1px solid #fff;
	}
	#johnhoyland div.scroller { border:1px solid #080808}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:464px;
		height:490px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
 div.section img {  float: left; margin-bottom: 4px; margin-right: 10px; }
	div.section span {   float: left;   color:#999; width: 330px; } /*	*/
	div.scroller div.content {
		width: 90000px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
.gliderNav { font-size: 1.4em; padding: 10px 0; float: left;}

.infotxt { font-size:1em;  padding: 14px 0 0 0; width: 465px; text-align: center;  float: left;  }

.previewer { visibility: hidden;}
