@charset "utf-8";
/* CSS Document */

.img_center_box {
	clear:both;
	text-align:center;	
}

.imgCenter {
	clear:both;
	text-align:center;	
	margin-bottom:16px;
}

.imgFloatLeft {
	float: left;	
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.imgFloatLeftFrame {
	margin-right: 10px;
	margin-bottom: 5px;
	padding:1px;
	float:left;
	border: 2px solid #FFFFFF;
}

.imgFloatRightFrame {
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
	padding:1px;
	border: 2px solid #FFFFFF;
}

.imgBoxWithTextLeft{
	float: left;
	margin-bottom: 5px;
	width:50%;
}

.imgBoxWithTextLeft p{
	margin: 0 15px 0 0;	
	padding:0;	
}

#photoBox{
	overflow:hidden;
}


.photoLeft {
	text-align:left;
	float:left;
	margin-bottom:20px;
	margin-right:30px;
}

.photoCenter {
	text-align:center;
	float:left;
	margin-bottom:30px;
}

.photoLeftCenter {
	text-align:center;
	float:left;
	margin-bottom:20px;
	margin-right:15px;
}
.photoRightCenter {
	text-align:center;
	float:left;
	margin-bottom:30px;
	margin-left:15px;
}

.photoRight {
	text-align:right;
	float:left;
	margin-bottom:30px;
	margin-left:30px;
}

#photo{
	cursor:pointer;
	padding:10px;
}

#photoTop{
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	z-index:500;
	display:none;
}

#photoTopImgBox{
	position: relative;
	z-index:1500;
	margin: 0 auto;
	width:480px;
	background-color: #FFFFFF;
/*
	background-image:url(http://piramidafilm.pl/test/images/trwa_ladowanie.gif);
	background-position: center;
	background-repeat:no-repeat;
*/
}

#photoTopNavi{
	position: relative;
	z-index:2500;
	margin: 0 auto;
	width:100px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	overflow:hidden;
	cursor:pointer;
}

#photoTopNavi p {
	color: #000000;
	text-decoration:none;
	margin: 0 7px;
	padding: 2px;
	font-size:11px;
}

#photoTopNavi p:hover {
	background-color:#E9E9E9;
}


#photoTopNaviLeft{
	position: relative;
	width:40%;
	float:left;
	text-align:left;
}
#photoTopNaviRight{
	position: relative;
	width:40%;
	float: right;
	text-align: right;
}


#photoMsg{
	position: relative;
	z-index:1500;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin-top:2px;
	cursor:pointer;
}
#photoTopBg{
	width:100%;
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	z-index:1000;
}


img.photoImg{
	background-color:#FFFFFF;
	padding:1px;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
img.photoImg:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

