h1 {
	padding-left: 0px;
	padding-right: 561px;
	text-align: right;
}

#content {
	position: relative;
}

h2, #subtitle, #reference-list {
	margin-left: -65px;
	padding-right: 60px;
	text-align: right;
	width: 240px;
}

h2 {
	font-weight: normal;
	line-height: 1.1;
	text-transform: none;
}

#subtitle {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1px;
}

#subtitle span {
	color: #84147F;	
}

#reference-list {
	list-style-type: none;
	margin-top: 30px;
	padding-left: 0px;
	padding-right: 40px;
	width: 260px;
}

#reference-list > li {
	font-size: 11px;
	line-height: 15px;
	padding-right: 20px;
}

#reference-list > li:hover, #reference-list > li.active {
	background: url("../images/stripe.png") no-repeat right;
}

#reference-samples {
	height: 300px;
	left: 300px;
	overflow: hidden;
	position: absolute;
	top: -15px;
	width: 500px;
}

#reference-samples > div {
	position: relative;
	width: 100000px;
}

#reference-samples img {
	opacity: 0.2;
}

#reference-samples img.active {
	opacity: 1;
}

#reference-details {
	left: 300px;
	position: absolute;
	top: 330px;
}

#reference-details > p {
	margin-bottom: 10px;
}

#reference-back, #reference-forward {
	color: #84147F;
	font-weight: bold;
}

#reference-list > li, #reference-samples > div > img, #reference-back, #reference-forward {
	cursor: pointer;
}
