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

#home_content_scroller {
	position:absolute;
	top:267px;
	left:0px;
}

.scroller_section_link a, .scroller_section_link a:link, .scroller_section_link a:hover {
	border-top:#d3d6d8 1px solid;
	background:#000000;
	width:167px;
	height:20px;
	padding-top:5px;
	opacity:.7;
	filter: alpha(opacity=70);
	float:left;
	padding-left:18px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
.scroller_section_link a:hover {
	background:#ffffff;
	color:#000000;
}
.scroller_section_link_on a, .scroller_section_link_on a:link, .scroller_section_link_on a:hover {
	border-top:#d3d6d8 1px solid;
	width:167px;
	height:20px;
	padding-top:5px;
	opacity:.7;
	filter: alpha(opacity=70);
	float:left;
	padding-left:18px;
	background:#ffffff;
	color:#000000;
	font-size:12px;
	text-decoration:none;

}

#scroller_bg_content {
	clear:left;
	border-top:#e7e9ea 1px solid;
	width:557px;
	height:145px;
}
.scroller_bg_classes {
	background:url(../img/bg_scroller_classes.jpg) no-repeat;
}
.scroller_bg_calendar {
	background:url(../img/bg_scroller_calendar.jpg) no-repeat;
}
.scroller_bg_community {
	background:url(../img/bg_scroller_community.jpg) no-repeat;
}

#scroller_content_box {
	float:left;
	position:absolute;
	top:75px;
	left:5px;
	width:487px;
	height:87px;
	overflow:hidden;
	margin:0px 35px 0px 35px;
}

#scroller_calendar_items {
	width:2460px;
	position:absolute;
	left:0px;
}
#scroller_classes_items {
	width:2460px;
	position:absolute;
	left:0px;
}
#scroller_community_items {
	width:2460px;
	position:absolute;
	left:0px;
}

.scroller_content {
	float:left;
	width:149px;
	height:85px;
	margin-right:15px;
	overflow:hidden;
}


