div.scroller { 
/*    background: url(../images/transpBlack75.png) repeat; */
	/* modify width and height of scrolling section if necessary	*/		
	width: 807px;
	height: 80px;
	overflow: hidden;
	margin: 0 0 0px 0;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 807px; 
	height: 80px;
	overflow:hidden;
	float:left;		
}

div.scroller div.content {
	width: 10000px;            
}

div#section2 {
/*	color:#ffffff; */
}

#scrollButtons {
/*background: url(../images/transpBlack75.png) repeat;*/
width:807px;
height:80px;
cursor: pointer;
margin: 0 0 0px 0;
}

#scrollButtons2 {
/*background: url(../images/transpBlack75.png) repeat;*/
width:53px;
height:80px;
cursor: pointer;
display: inline;
}

#scrollButtons3 {
/*background: url(../images/transpBlack75.png) repeat;*/
width:53px;
height:80px;
cursor: pointer;
display: inline;
}

.scrollleft span {
background: url(../images/left_arrow.png) center no-repeat;
width:53px;
height:80px;
float: left;
}

.scrollright span {
background: url(../images/right_arrow.png) center no-repeat;
width:53px;
height:80px;
float: left; 
}

.sliderview {
margin: 28px 0 0 105px;
width:180px;
height: 29px;
background: url(../images/sliderviewthis.jpg) top left no-repeat;
cursor: pointer;
}

.sliderview:hover {
background: url(../images/sliderviewthis.jpg) 0 -89px;
}

.sliderText {
float: left; 
width: 807px;
/*margin: 0px 5px 0px 10px;*/
padding-top: 20px;
text-align: center;
display: inline;
}

.sliderText h2 {
line-height: 1em;
font: bold 23px georgia, serif;
margin: 32px 0 10px 0;
}

.sliderImage img {
width: 100px;
height: 91px;
margin: 5px 0 0 4px;
border: none;
float:left;
}
