div.mg_main {
	display: none;
}

div.mg_win_main {
	width: 280px;
	height: 210px;
	border: 0px solid #ccc;
}

/**/

div.sc_menu {
	/* initially hide menu */
	display: none;
	
 	/* Set it so we could calculate the offsetLeft */
 	position: relative;
 	width: 280px;
 	height: 47px;
 	border-left: 0px solid #ad9259;
 	border-right: 0px solid #ad9259;
	margin-top: 0px;
 	
 	
 	/* Add scroll-bars */
 	overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 50000px;
  padding: 0 0 0 0;
  /* Remove default margin */
  margin: 0 0 0 5px;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 3px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.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 a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}

/* buttons */

 div.btn_radio {
 	background: url(/img/radio_mg.gif) no-repeat 0px 0px;
	padding: 0 0 0 20px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin: 0 20px 0 0;
}
