div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 150px; 
	height: 150px;
	overflow: hidden;
	border:1px solid #7f9db9;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:130px;
		height:150px;
		overflow:hidden;
		float:left;
		padding:1em;
		border-right:1px solid #CCCCCC;		
		}
	div.scroller div.content {
		width: 150px;
		}
	div.scrollercim {
		font-weight:bold;
		margin-top:-10px;
		padding-top:3px;
		padding-bottom:5px;
		height:35px;
		background-color:#F3F3F3;
		margin-left:-10px;
		padding-left:5px;
		margin-right:-10px;
		padding-right:5px;

	}
	div.scrollertart {
		margin-top:5px;
		height:55px;
	}
	div.section a {
		color:#333333;
	}
	div.section a:hover {
		color:#333333;
	}
	div.section a:visited {
		color:#333333;
	}
	div.section img.glider {
		border:none;
		float:right;
		margin-right:-5px;
		margin-top:-5px;
	}
