div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 145px;
	width: 800px;
	overflow: auto;
	border-color:#FFFFFF;
	border-bottom-width:thin;
	border-top-width:thin;
	border-bottom-style:solid;
	border-top-style:solid;
}
ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 10000px;	
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	/*background: url('navigation.png');		*/
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu a img {
	filter:alpha(opacity=35);	
	opacity: 0.35;
}
.sc_menu span {
	display: none;
	margin-top: 10px;
	
	text-align: center;
	font-size: 11px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: 2px #fff solid;	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=90);	
	opacity: 0.9;
}


/* Here are styles for the back button, don't look at them */
#back {
	display: block;
	width: 500px;
	text-align: center;
	color: #003469;
	font-size: 16px;
}

