div.sc_menu { margin:0; padding:0;

	/* Set it so we could calculate the offsetLeft */

	position: relative;

	height: 120px;

	width: 460px;

	overflow: auto;

}

ul.sc_menu {

	display: block;

	height: 120px;

	/* max width here, for users without javascript */	

	width: 1500px;	

	padding: 0 0 0 0; 

	/* removing default styling */

	margin: 0;

		

	list-style: none;

}

.sc_menu li {

	display: block;

	float: left;	

	padding: 0 6px;

}

.sc_menu a {

	display: block;

	text-decoration: none;

}

.sc_menu a img { border:#306084 1px solid;

	

}



.sc_menu a:hover img { border:#fff 1px solid;

	

}





/* Here are styles for the back button, don't look at them */

#back {

	display: block;

	width: 500px;

	text-align: center;



	font-size: 16px;

}