/* @override http://www.fondazione.it.symfony.netseven.it/css/jquery.light7box.css */

#light7box-container {
	position: fixed;
	top: 0;
	left: 0;
	border: 0px;
	background: #000;
	display: none;
	z-index: 5;
	text-align: center;
	vertical-align: middle;
}

.light7box-controls,#light7box-showcontentbutton {
	display: none;
}

#light7box-contentbar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	/*height: 100px;*/
	border: 0px;
	z-index: 6;
	background: #fff;
}

#light7box-showcontentbutton {
	position: fixed;
	bottom: 0px;
	left: 0px;
	min-height: 21px;
	border: 0px;
	color: #fff;
	text-align: center;
	font-family:verdana;
	font-size: 9px;
	padding-top: 13px;
	font-weight: 700;
	z-index: 6;
	background: #000;
}

#light7box-closebutton {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 51px;
	height: 75px;
	background: url(images/close.png) ;
	z-index: 6;
	cursor: pointer;
}

#light7box-prevbutton,#light7box-nextbutton {
	background: #000;
	color: white;
	text-indent: -9999px;
	position: fixed;
	border: 0;
	text-align: left;
	z-index: 6;
	width: 81px;
	height: 37px;
	cursor: pointer;
}

#light7box-prevbutton {
	left: 50px;
	background:#000 url(images/back.png);
}

#light7box-nextbutton {
	right: 50px;
		background:#000 url(images/next.png);

}

#light7box-loading {
	background: url(images/ajax-loader.gif) no-repeat;
	height: 66px;
	width: 66px;
	display: none;
	position: absolute;
	z-index: 10;
}

#light7box-errorBox {
	border: 2px solid #fc0;
	height: 50px;
	width: 200px;
	display: none;
	position: absolute;
	z-index: 10;
}

ul.light7box {
	display: none;
}