.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 69%; 
	overflow: hidden;
	}
.scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:500px;
	float:left;
	height: 220px;
	padding: 1em;
	font-size: 0.9em;
		}
.sectionContainer {
	width: 75%;
	padding-top: 200px;
}
#my-glider  p{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#my-glider  h2{
	font-family: "Trebuchet MS", Arial, Verdana;
}		
.scroller .content {
	width: 10000px;
}
		
.scroller .content p {
}
	
		
#my-glider #section1 {
	background-image: url(../images/image11-large.jpg);
	background-repeat: no-repeat;
}
#my-glider #section1  h2{
	color: #FFFFFF;
}
#my-glider #section1  p{
	color: #FFFFFF;
}
#my-glider #section2 {
	background-image: url(../images/ourservices.jpg);
	background-repeat: no-repeat;
}

#my-glider #section2  h2{
	color: #FFFFFF;
}
#my-glider #section2  p{
	color: #FFFFFF;
}
#my-glider #section3 {
	background-image: url(../images/industrysector.jpg);
	background-repeat: no-repeat;
}

#my-glider #section3  h2{
	color: #FFFFFF;
}
#my-glider #section3  p{
	color: #FFFFFF;
	width: 205px;
}

#my-glider #section4 {
	background-image: url(../images/image7-large.jpg);
	background-repeat: no-repeat;
}

#my-glider #section4  h2{
	color: #333333;
}
#my-glider #section4  p{
	color: #999999;
}
.glider-prev {
	float: left;
	display: block;
	width: 70px;
	height: 134px;
	background-image: url(../images/glider-prev.jpg);
	background-repeat: no-repeat;
	background-position: -3px -130px;
}


a.glider-prev:hover{
	background-position: -3px -130px;
}

.glider-next {
	float: right;
	display: block;
	width: 70px;
	height: 134px;
	background-image: url(../images/glider-next.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
		background-position: 3px -130px;
}


a.glider-next:hover{
	background-position: 3px -130px;

		background-color: #FFFFFF;
}




/*	#section2 {
		background:#666666;
		color:#ffffff;
		}*/
