@import url("main.css");

#mainPhotoContainer {
	background: url(/renatozacchia/images/gallery/mainPhotoBack.gif) no-repeat;
}

#reflection {
	background: url(/renatozacchia/images/gallery/reflection.gif) no-repeat;
}

#scrollController {
	position: absolute;
	top: 498px;
	left: 328px;
}

#pauseButton {
	display: inline;
}

#playButton {
	display: none;
}

#photoCover {
	height: 480px;
	position: absolute;
	width: 806px;
	z-index: 1500;
	right: 4px;
	top: 83px;
}

#photoInfo {
	position: absolute;
	top: 422px;
	left: 0;
	background: url(../images/dots.gif) no-repeat;
	padding-top: 1px;
	width: 162px;
}

#photoInfo p {
	font: 11px Arial;
	color: #999;
	width: 162px;
	overflow: hidden;
	margin-top: 10px;
	letter-spacing: 1px;
}


#backButton {
	position: absolute;
	top: 493px;
	left: 20px;
	width: 23px;
	height: 23px;
	background: url(/renatozacchia/images/backButton.gif) no-repeat left;
}

#backButton:hover {
	background: url(/renatozacchia/images/backButton.gif) no-repeat right;
}
