#sc_wrap {
  overflow:hidden;
	margin-left:172px;
}
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	
	/*width: 500px;*/
  width: 10000px;
  height: 470px; /* height of image plus some space for caption */
/*  overflow: auto;*/
}
ul.sc_menu {
	display: block;
	height: 60px;
	/* max width here, for users without javascript */	
	/*width: 1500px;	*/
	width: 100000px; /* really big number */
	padding: 0; 
	/* removing default styling */
	margin: 0;
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
  /*
	border: 3px #fff solid;	
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  */
}
.sc_menu a:hover img {
  /*
	filter:alpha(opacity=70);	
	opacity: 0.7;
  */
}
