/* @override http://tapovan.dev/styles/scroller.css */

.ContentClip {
	position: absolute;
	width: 250px;
	top: 0px;
	left: 8px;
	text-align: left;
	height: 432px;
	clip: rect(0px,250px,432px,0);
	overflow: hidden;
	border-left: 1px #fff solid;
	border-color: #b32d39;
}

.Content {
	position: absolute;
	margin-left: 8px;
	width: 240px;
}

.Content p {
	padding-bottom: 17px;
}

.ScrollTrack {
	position: absolute;
}

.ScrollThumbTrack {
	position: absolute;
	left: 0px;
	background: #d17271;
	width: 6px;
	height: 432px;
	overflow: hidden;
}

.ScrollThumb {
	position: absolute;
	left: 0px;
	width: 6px;
	height: 60px;
	border: none;
	cursor: pointer;
	background-image: url(/images/scrollbar.png);
}
.fullwidth .ScrollThumbTrack {
}

.fullwidth .ContentClip {
	width: 550px !important;
	clip: rect(0px,560px,432px,0) !important;
	margin-left: 0px;
}

.fullwidth .section-photo {
	display: none;
}

.fullwidth .section-content {
	left: 20px;
}

.fullwidth .Content {
	width: 540px !important;
	margin-left: 10px;
}
