<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.center960 {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background:none;
}
.sub_header {
	width: 100%;
	position: relative;
	z-index: 1;
}
.sub_header .display_none {
	display: none;
}
.sub_header_article_title_list li {
	display: none;
	position: absolute;
	top: 5px;
	width: 100%;
}

#white_box {
	margin: 35px 0 0 0;
}
.sub_header a {
	border: none!important;
}
#next {
	background: url(../images/next.png) no-repeat;
}
#previous {
	background: url(../images/previous.png) no-repeat;
}
.move_me {
	margin-top: 2px;
	margin-left: 5px;
	display: inline;
}
/* Common Scroller Styles */
	.roundabout-holder {
	width: 600px;
	height: 370px;
	margin: 0 auto;
}
.roundabout-moveable-item {
	width:235px;
	height:370px;
	cursor:pointer;
}
.roundabout-moveable-item img {
	width:100%;
	height:100%;
	margin:0;
}
.roundabout-holder span {
	display:none;
	font-size:12px;
}
.roundabout-in-focus:hover span {
	display:inline;
	position:absolute;
	bottom:0px;
	right:5px;
	padding:8px 20px;
	background:white;
	color:#000000;
	z-index:999;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topLeft: 4px;
 //border-left:1px solid #aaaaaa;
//border-top:1px solid #aaaaaa;
}
.roundabout a:active,  .roundabout a:focus,  .roundabout a:visited {
	outline:none;
	text-decoration:none;
}
.roundabou li {
	margin:0
}
a img {
	border:none;
	outline:0;
}
#next, #previous {
	width: 25px;
	height: 65px;
	text-indent: -100px;
	overflow: hidden;
	position: absolute;
	top: 140px;
}
div#next {
	right: 10px;
}
div#previous {
	left: 10px;
}
div#next:hover, div#previous:hover {
	cursor: pointer;
}</pre></body></html>