html {
        overflow-x: hidden;
        overflow-y: scroll;
}

#container2 {
	background: transparent url('../layout/bg_21.gif');
  	background-repeat:no-repeat;
   	background-position:center bottom;
	height: 0px;
   	margin: 0 auto;
	width: 965px;
}

DIV#roundabout {
	position: absolute;
	left: 0;
   	top:0;
	width: 100%;
	height: 390px;
	margin: 0 0 0 0;
	z-index: 100;
	overflow: hidden;
}

DIV#ra-itemswrap {
	left: 0;
	width: 100%;
	height: 390px;
	z-index: 110;
	margin-top: 30px;
}

DIV#ra-itemsmover {
	position: relative;
	z-index: 120;
}

A#ra-prev,
A#ra-next {
	display: block;
	position: absolute;
	left: 50%;
	top: 30px;
	width: 890px;
	height: 390px;
	z-index: 10000;
}

A#ra-prev {
	margin-left: -1370px;
}

A#ra-next {
	margin-left: 470px;
}

A#ra-prev img {
	width: 890px;
	height: 410px;
	display: block;
}

A#ra-next img {
	width: 890px;
	height: 390px;
	display: block;
}

#ra-dots {
	display: none;
	visibility: hidden;
}


DIV.ra-item {
	position: absolute;
	width: 890px;
	height: 390px;
	z-index: 130;
   top: -30px;
}

DIV.ra-item.current {
	z-index: 150;
	width: 890px;
	height: 390px;
}

IMG.ra-thumb {
	z-index: 160;
   height: 370px;
}

DIV.ra-itemcontent {
	display: none;
	width: 890px;
	height: 370px;
	z-index: 170;
}


