
#drowning {
	background: url('/img/hard-facts/drowning-on-dry-land/drowningBg.jpg') no-repeat 0 0;
	width: 732px;
	height: 413px;
	color: #dfdfdf;
	position: relative;
	overflow: hidden;
}
	#drowning .intro {
		float: left;
		width: 225px;
		margin: 26px 0 0 30px;
	}
	#drowning .intro h2 {
		width: 225px;
		height: 80px;
		background: url('/img/hard-facts/drowning-on-dry-land/headline-drowning-on-dry-land.png') no-repeat 0 0;
		text-indent: -999em;
		margin: 0;
	}
	#drowning p {
		margin: 0 0 1em 0;
	}
	#drowning .scrollable {
		position: relative;
		overflow: hidden;
		width: 455px;
		height: 412px;
		float: right;
	}
	#drowning .scrollable .items {
		width: 20000em;
		position: absolute;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	#drowning .scrollable .items .item {
		float: left;
		width: 465px;
		height: 412px;
		position: relative;
	}
	#drowning .scrollable .items .item p {
		position: absolute;
		top: 26px;
		left: 30px;
		width: 375px;
		font-size: 20px;
		line-height: 22px;
		letter-spacing: -1px;
		color: #fff;
	}
	#drowning .scrollable .arrow {
		background: url('/img/hard-facts/drowning-on-dry-land/scrollable-arrows.png') no-repeat 0 0;
		width: 33px;
		height: 34px;
		text-indent: -999em;
		position: absolute;
		z-index: 10;
		cursor: pointer;
	}
	#drowning .scrollable .prev {
		background-position: 0 0;
		top: 188px;
		left: 16px;
	}
	#drowning .scrollable .next {
		background-position: -33px 0;
		top: 188px;
		right: 20px;
	}
	#drowning .scrollable .prev.disabled {
		background-position: 0 -34px;
	}
	#drowning .scrollable .next.disabled {
		background-position: -33px -34px;
	}
	#drowning .scrollable .pager {
		position: absolute;
		bottom: 16px;
		left: 50%;
		z-index: 10;
	}
	#drowning .scrollable .pager .navi {
		position: relative;
		left: -50%;
	}
	#drowning .scrollable .navi a {
		width: 10px;
		height: 10px;
		text-indent: -999em;
		background:  url('/img/hard-facts/drowning-on-dry-land/scrollable-pagedots.png') no-repeat 0 -10px;
		float: left;
		margin-right: 3px;
	}
	#drowning .scrollable .navi a.active {
		background-position: 0 0;
	}
	#drowning .share_this {
		position: absolute;
		z-index: 20;
		bottom: 10px;
		right: 10px;
	}
