@CHARSET "UTF-8";

/* homepage specific styles */

#Top .QuotationContainer {
	position: absolute; 
	top: 185px; 
	right: 510px; 
	z-index: 4;
	width: 180px;
}

#Top .QuotationContainer .Name {
	width: 180px; 
	padding-top: 20px;
}

#Photographer {
	display: block;
	width: 140px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 28px;
	right: 10px;
	cursor: default;
	cursor: hand;
}

.Alex, .William, .Laurie {
	background-image: url('../images/bg_credit_photo.png');
}

.AlexHover {
	background-image: url('../images/bg_credit_photo_alex.png');
}

.WilliamHover {
	background-image: url('../images/bg_credit_photo_william.png');
}

.LaurieHover {
	background-image: url('../images/bg_credit_photo_laurie.png');
}

.QuotationContainer {
color: #FFFFFF;
font-size: 16px;
line-height: 24px;
text-align: right;
}

.QuotationContainer em {
color: #EED16B;
}

.QuotationContainer .Name {
font-style: italic;
font-size: 11px;
}

