@charset "utf-8";
/* CSS Document */


#experiences-carousel {
	position: relative;
	}
	
#experiences-carousel > .content {
	height: 510px;
	overflow: hidden;
	position: relative;
	
	padding: 5px;
	margin: -5px;
	}	
	
#experiences-carousel .prev,
#experiences-carousel .next
 {
	position: absolute;
	top: 130px;
	left: -50px;
	width: 35px;
	height: 35px;
	background: url(experiences-carousel.nav.png) 0 0;
	cursor: pointer;
	}
	
#experiences-carousel .next {
	left: auto;
	right: -50px;
	background-position: -35px 0;
	}

	#experiences-carousel .prev:hover {		background-position: 0 -35px;		}
	#experiences-carousel .next:hover {		background-position: -35px -35px;		}

ul.museum-experiences {
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 1px;
	}
	
ul.museum-experiences:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
	}
	
ul.museum-experiences li {
	float: left;
	list-style: none;
	margin: 0 10px 40px 0;
	}
	

	
/* museum experience */

.museum-experience {
	position: relative;
	width: 210px;
	height: 480px;	
	background: #fff;
	margin: 0;
	padding: 10px;
	
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.3), 0 0 5px rgba(0,0,0,.1), 0 0 1px rgba(0,0,0,.1);
	}
	
	
	.museum-experience img {
		display: block;
		margin: 0 0 10px;
		}
		
	.museum-experience > .content {
		position: relative;
		padding: 0 10px 0 0;
		font-size: 12px;
		line-height: 1.4em;
		margin: .25em 0;
		}
	
	.museum-experience h2 {
		font-weight: normal;
		font-size: 1.333em !important;
		line-height: 1.2em;
		margin: 0 0 .25em;
	}
	
		.museum-experience h2 strong {}
		
	.museum-experience h3 {
		color: #333 !important;
		margin: 0 0 .25em 0;
		font-weight: bold !important;
		letter-spacing: normal;
		text-transform: none !important;		
		}