#image_switcher {
	border: none;
	/*border-bottom: #D33432 solid 4px;*/
}

#switcher_area {
	position: relative;
	width:970px;
	height: 250px;
}

#float_box {
	position: absolute;
	left: 10px;
	bottom: 20px;
	background: #ffffff;
	padding: 5px 10px 5px 10px;
	color: #25aae1;
	display: none;
}

#learn_more_box {
	position: absolute;
	right: 0px;
	bottom: 6px;
	background: #ffffff;
	padding: 8px;
	color: #25aae1;
}

#image_title {
	font-weight: bold;
	padding-bottom: 10px;
}

#image_message {
	padding-bottom: 5px;
}

#image_numbers {
	display:;
}

