/*  LIGHTBOX PORTFOLIO MUZYKA  */
.lightboxBackground
{
	width: 100%;
	height: 100%;
	position: fixed !important;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('../graphic/background.jpg');
	z-index: 10000;
	margin: 0px;
	padding: 0px;
	display: none;
}

.lightboxContent
{
	z-index: 11000;
	left: 50%;
	width: 1200px;
	height: 900px;
	text-align: center;
	position: absolute;
	display: none;
	margin-left: -600px;
	margin-top: -130px;
}

.lightboxContentNaglowek
{
	float: left;
	font-size: 25px;
	font-weight: bold;
	width: 590px;
	height: 34px;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px 5px 0px 5px;
	background: #e8e8e8;
}

.lightboxContentContent
{
	float: left;
	width: 590px;
	height: 320px;
	padding: 5px;
	overflow: auto;
	background: #FFFFFF;
}

.lightboxContentBottom
{
	float: left;
	font-size: 25px;
	font-weight: bold;
	width: 590px;
	height: 34px;
	text-align: right;
	border-top: 1px solid #dedede;
	padding: 0px 10px 0px 0px;
	background: #FFFFFF;
}

.lightboxContentBottom img
{
	cursor: pointer;
}

table.lightboxContentTable1
{
	width: 570px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.lightboxDisplayNone
{
	display: none;
}