@import url(http://vivivi9.sakura.ne.jp/mt/mt-static/themes/style-casa/0-import.css);

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	height:480px;
	width:360px;
	overflow: hidden;
	float:left;
	text-align:center;
	margin-top: 1em;
}

	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		height:480px;
		width:360px;
		overflow:hidden;
		float:left;
	text-align:center;

		}
	div.scroller div.content {
		width: 10000px;
		}

a:hover img{
	opacity:0.70;
	filter: alpha(opacity=70);
}
