/* motion menu */

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 90px;
	width: 300px;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 90px;
	/* max width here, for users without javascript */	
	width: 1200px;	
	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 img {
	border: 1px #bcbec2 solid;	
	padding:1px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 1px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}


/* ВОЗМОЖНО НЕТ */
/* Here are styles for the back button, don't look at them */
#back {
	display: block;
	width: 300px;
	text-align: center;
	color: #003469;
	font-size: 16px;
}