div#photo_dialog_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
div#photo_pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
div#photo_dialog_area {
	position: relative;
	margin: 3% auto 0px auto;
	overflow: hidden;
	width: 800px;
	height: 550px;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px 2px #444;
	-webkit-box-shadow: 1px 1px 3px 2px #444;
	box-shadow: 1px 1px 3px 2px #444;
}
h1#photo_title_area {
	position: absolute;
	top: 0;
	left: 60px;
	font-size: 14px;
	width: 615px;
}
div#photo_description_area {
	position: absolute;
	top: 35px;
	left: 60px;
	width: 500px;
	height: 20px;
	color: #999;
}
div#photo_close_area {
	position: absolute;
	top: 10px;
	right: 10px;
}
#photo_close_area a {
	position: relative;
	display: block;
	float: right;
	text-decoration: none;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	background-image: url('./img/sipka.png');
	background-repeat: no-repeat;
	display: block;
	width: 26px;
	height: 26px;
	margin: 1px;
}
#photo_close_area a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
div#photo_pred_area {
	position: absolute;
	top: 250px;
	left: 20px;
	width: 26px;
	height: 78px;
}
div#photo_next_area {
	position: absolute;
	top: 250px;
	right: 20px;
	width: 26px;
	height: 78px;
}
a.photo_pred, a.photo_next {
	background-image: url('./img/sipka.png');
	background-repeat: no-repeat;
	display: block;
	width: 26px;
	height: 76px;
}
a.photo_pred {
	background-position: 0 0;
}
a.photo_pred:hover {
	background-position: 0 -76px;
}
a.photo_next {
	background-position: -26px 0;
}
a.photo_next:hover {
	background-position: -26px -76px;
}

a.photo_closeButton {
	background-position: 0 -178px;
}
a:hover.photo_closeButton {
	background-position: -26px -178px;
}
a.photo_slideshowPlayButton {
	background-position: 0 -256px;
}
a:hover.photo_slideshowPlayButton {
	background-position: -26px -256px;
}
a.photo_slideshowPauseButton {
	background-position: 0 -204px;
}
a:hover.photo_slideshowPauseButton {
	background-position: -26px -204px;
}
a.photo_downloadButton {
	background-position: 0 -230px;
}
a:hover.photo_downloadButton {
	background-position: -26px -230px;
}
a.photo_fullSizeButton {
	background-position: 0 -152px;
}
a:hover.photo_fullSizeButton {
	background-position: -26px -152px;
}

div#photo_image_area {
	position: relative;
	top: 50px;
	margin: 0 auto 0 auto;
	width: 640px;
	height: 480px;
	padding: 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
div#photo_image_area table {
	position: relative;
	width: 640px;
	height: 480px;
	margin: 0;
	padding: 0;
}
div#photo_image_area table td {
	vertical-align: middle;
}
div#photo_comment_area {
	position: absolute;
	bottom: 0;
}
img#photo_loader {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
}
img#photo_image {
	display: none;
	position: relative;
	margin: 0 auto 0 auto;
}
img.photo_image {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
}
