div#at_the_museum {
	margin:0;
	padding:0 0 20px 0;
	width:181px;
	height:427px;
	font-size:11px;
	color:#000;
	background: transparent url('images/at_the_museum_bg.gif') no-repeat 0 0;
}

.at_the_museum_event_title {
	font-weight: 700;
	color: #fff;
	font-size:12px;
	margin-top:5px;
}
.at_the_museum_event_description {
	color:#FFFF33;
	font-size:12px;
	margin-top:5px;
}
.at_the_museum_event_description a{
	color: #3ff;
}
.at_the_museum_event_description a:visited {
	color: #ccc;
}

div#atm_switcher {
	position:relative;
	top:130px;
	left:45px;
	min-height:240px;
	width:150px;
}
div#at_the_museum div#atm_switcher_buttons  {
	position: relative;
	top: 135px;
	text-align:center;
	margin-left: 64	px;	
}	
div#atm_switcher_buttons a {
	text-indent: -9000px;
	background: transparent url(images/atm_event_button.gif) no-repeat 0px 0px;
	display: block;
	height: 21px;
	width: 21px;
	float: left;
	margin: 0 4px;
}
div#atm_switcher_buttons a:hover, div#atm_switcher_buttons a:hover.div_switcher_indicator_on {
	background: transparent url(images/atm_event_button.gif) no-repeat 100% 0px;
}
div#atm_switcher_buttons a span {
/*	display:none; */
	z-index:2;
}

