
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 700px; 
	height: 250px;
	overflow: hidden;

	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:700px;
		height:250px;
		overflow:hidden;
		float:left;		
		}
	div.scroller div.content {
		width: 10000px;
		}

.controls, .controls a{
		padding-bottom: 8px;
		font-size: 1.2em;
		color: #fff799;
		background-color: transparent;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	

div.store_scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	padding-top: 0px; 
                                         	  		
	width: 635px; 
	height: 102px;
	overflow: hidden;

	}
	div.store_scroller div.store_section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:635px;
		height:102px;
		overflow:hidden;
		float:left;		
		}
	div.store_scroller div.store_content {
		width: 10000px;
		}


.img_floatLeft { 
    float: left; 
    margin-right: 15px; 
    margin-top: 10px;
    border: solid 1px #e8e6cc;
}



.teaser_links a, .teaser_links a:visited{
	float: right;
	color: #fff799;
	background-color: transparent;
}

div.section p{

	text-align: justify;

}