#album {
	text-align:center;
	margin-left:35px;
}

#album img {
	border:0px;
}

#album-photo {
	width:500px;
	height:340px;
	line-height:340px;
	padding:0px;
	margin:0px;
}

#album-photo div {
	width:500px;
	height:340px;
	padding:0px;
	margin:0px;
}

#album-navigator {
	color:#FFFFFF;
	height:60px;
	width:500px;
}

#album-navigator table {
	margin-top:15px;
	text-align:center;
	font-size:12px;
	padding:0px;
}

#album-navigator table .page-number {
	cursor:pointer;
}

#album-left-arrow,
#album-right-arrow {
	margin-bottom:1px;
	width:29px;
	height:15px;
	cursor:pointer;
}

#album-left-arrow {
	background-image:url(../images/Photo-Back-Button.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Photo-Back-Button.png',sizingMethod='crop');
}

#album-right-arrow {
	background-image:url(../images/Photo-Forward-Button.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Photo-Forward-Button.png',sizingMethod='crop');
}
