div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 115px;
	width: 462px;
	overflow: auto;
	margin:0px auto;
}
ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 2000px;
	padding: 10px 0 0 10px; 
	/* removing default styling */
	margin: 0;
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	font-size:10px;
	display: block;
	margin-top: 3px;
	text-align: center;
	width: 100px;
}
.sc_menu a:hover span {
	display: block;
}

.sc_menu a img {
	filter:alpha(opacity=70);	
	opacity: 0.9;
}

.sc_menu a:hover img {
	filter:alpha(opacity=100);	
	opacity: 1.0;
	width:105px;
}
