#museums {
	text-align: center;
	margin: 30px auto auto;
	position: relative;
	max-width: 1000px;
}

#museums .museum {
	text-align: center;
	margin: 10px;
	width: 160px;
	height: auto;
	min-height: 180px;
	position: relative;
	display: inline-block;
}

.index_section_title{
	text-align: center;
	margin-bottom: 40px;
}

#museums .museum_logo_bg_container {
	position: relative;
	height: 140px;
}

#museums .museum_bg {
	position: absolute;
	max-width: 100%;
	top: 0;
}

#museums .museum_bg img {
	position: relative;
	display: block;
	width: 100%;
}

#museums .museum_logo {
	position: relative;
	margin: 0 auto;
	display: none;
}

#museums .museum_logo img{
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 110px;
	max-height: 60px;
}

#museums .museum_title {
	position: absolute;
	top: 145px;
	clear: both;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	width: 140px;
	margin: 0 10px 0 10px;
}

#museums a {
	text-decoration: none;
	}