div#photoFlipper {
	height: 390px;
    background-color: #151515;
	position: relative;
	padding: 10px 10px 0px 20px;
	text-align: left;
}

#photoReader {
    color: #DDDDDD;
	float: right;
	display: block;
	padding: 80px;
	text-align: center;
	width: 500px;
}

#photoDirections {
	position: absolute;
	background: url('../images/gold-arrow.png') no-repeat;
	left: 480px;
	top: 350px;
	height: 23px;
	padding-left: 55px;
	vertical-align: middle;
}

#photoDirections > span {
	line-height: 23px;
}

div#photoReader p {
	color: white;
	text-align: right;
	position: relative;
	font-size: 1.3em;
	float: right;
	width: 275px;
	right: 0px;
	margin-top: 10px;
}

.company {
	font-weight: bold;
	color: yellow;
}
