@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial,Verdana;
}
#containerDiv {
	width:533px;
	height:241px;
	overflow:hidden;
	margin: auto;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	background-color:#FFF;
}
#myScroller {
	width:533px;
	margin:auto;
	text-align:center;
	border-top:1px solid white;
	border-left:1px solid white;
}
#controls a {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}
#div1 {
	width:533px;
	height:241px;
	margin:auto;
	display:block;
}
#div2 {
	width:533px;
	height:241px;
	display:none;
}
#div3 {
	width:533px;
	height:241px;
	display:none;
}
#div4 {
	width:533px;
	height:241px;
	display:none;
}
#div5 {
	width:533px;
	height:241px;
	display:none;
}
#div6 {
	width:533px;
	height:241px;
	display:none;
}
