div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 771px; height: 270px; 
	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:771px;
	height:270px; margin-left: 5px;
	overflow:hidden;
	float:left;
	padding:1em;	margin-top: -14px;
	}
div.scroller div.content {
	width: 10000px; 
	}

div#section {
	background:#fff; 
	color:#ffffff; 
	}


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

div#section {
	background:#fff;
	color:#ffffff; 
	}

.shadowcontainer3 {
position: relative;
width: 135px; /* container width*/
height: 192px;
background: transparent url(../Images/bigshadow.gif) no-repeat bottom right;
left: 8px;
top: 7px; padding-left: 3px;
}

.innerdiv1 {
/* Add container height here if desired */
background-color: white;

padding: 0px;
width: 137px;
height: 192px;
position: relative; 
left: -6px; /*shadow depth*/
top: -6px; /*shadow depth*/
}

.shiftcontainer3 {

left: 6px; /*Number should match -left shadow depth below*/
top: 2px; /*Number should match -top shadow depth below*/

}

