div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 375px; 
	height: 259px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:375px;
		height:259px;
		overflow:hidden;
		float:left;
		padding:1px;
		background-repeat: no-repeat;
		}
	div.scroller div.content {
		width: 10000px;
		}

	/*div#section2 {
		
    	background-repeat: no-repeat;
		width:375px;
		height:259px;
	} */
		
p.caption {
	background:#000000;
	opacity: 0.65;
	color:#ffffff;
	margin-top: 189px;
	padding:10px;
	height: 70px;
	width: 375px;
	font-style: normal;
  	font-weight: bold;
  	font-size: 14px;
  	font-family: verdana, arial, helvetica, sans-serif;
  	text-decoration: none;
}

a.caption {
	color:#ffffff;
	text-decoration:none;
	padding-right:10px;
}

a.caption:hover {
	color:#ffffff;
	text-decoration:underline;
	padding-right:10px;
}

div.thumbcontrols {
 background:#000000;
 width: 375px;
 border:0px;
 padding:0px;
 margin:0px;
}

img.thumbcontrols {
	border:1px solid #ffffff;
 	padding:0px;
 	margin:0px;
 	background:#ffffff;
 	width: 3.22em;
}

a.thumbcontrols {
	border: 0px;
}

a.thumbcontrols:hover {
	border: 0px;
}

a.arrowcontrols {
	border: 0px;
}

a.arrowcontrols:hover {
	border: 0px;
}

div.arrowcontrols {
 background:#ffffff;
 background-image: url(http://www.searhc.org/whatsnew/images/gliderbottom.png); 
 background-repeat: none;
 width: 375px;
 height:32px;
 border:0px;
 padding:0px;
 margin:0px;
}

img.previous {
	border:0;
 	margin:0px;
 	float:left;
 	padding:5px;
}

img.next {
	border:0;
 	margin:0px;
 	float:right;
 	padding:5px;
}

div#my-glider {
	border:0px solid #cccccc;
}

