#my-glider {
margin:0 0 30px 0;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 890px; 
	height: 160px;
	overflow: hidden;
	border:0px solid #F4E7D7;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:890px;
		height:160px;
		overflow:hidden;
		float:left;
		padding:0;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section1 {
		background:#666666;
		color:#ffffff;
		}
	div#section2 {
		background:#666666;
		color:#ffffff;
		}
	div#section3 {
		background:#666666;
		color:#ffffff;
		}
	div#section4 {
		background:#666666;
		color:#ffffff;
		}
		
		
/************ BUTTONS  ***************/

#scrollButtons {
width:890px;
position: absolute;
top: 84px;
cursor: pointer;
}

.scrollleft span {
background: url(images/button_left.png) no-repeat;
width:25px;
height:24px;
float: left;
}

.scrollright span {
background: url(images/button_right.png) no-repeat;
width:25px;
height:24px;
float: right;
}


/************ TEXT  ***************/

.sliderText {
float: left; 
width: 375px;
height: 180px;
margin: 4px 5px 0px 10px;
color: #AAA;
padding: 0px 0px 5px 3px;
line-height: 1.2em;

}

.sliderText h2 {
line-height: 1em;
font: bold 23px georgia, serif;
margin: 32px 0 10px 0;
}