	
	div.sc_h_menu {
		/* Set it so we could calculate the offsetLeft */
		position: relative;
		height: 120px;
		width: 800px;
		overflow: hidden;
	}
	ul.sc_h_menu {
		display: block;
		height: 110px;
		/* max width here, for users without javascript */	
		width: 20000px;	
		padding: 0; 
		/* removing default styling */
		margin: 0;
		background: url('navigation.png');		
		list-style: none;
	}
	.sc_h_menu li {
		display: block;
		float: left;	
	}
	.sc_h_menu a {
		display: block;
		text-decoration: none;
	}
	.sc_h_menu span {
		display: none;
		margin-top: 3px;
		
		text-align: center;
		font-size: 12px;	
		color: #fff;
	}
	.sc_h_menu img {
		width: 170px;
		height: 110px;
		border: 0px #fff solid;	
	    -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	}
