@charset "UTF-8";
/* CSS Document */

#scroller-header a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	text-decoration:none; 
	color:#3e699a; 
	padding:0px 0px 3px 0px;
	margin-left:40px;
	text-shadow: 0px 1px 2px #7fa3cb;
	outline: none;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:#19416f;
}

a.selected {
	border-bottom: 2px solid #3e699a !important; ;
	color:#19416f !important;
}

#scroller-header {
	display:block;
	width:600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:24px;
	font-weight:700;
	padding: 20px 0 0 0;
}

#scroller-body {
	width:954px;
}

#mask {
	width:954px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}

