/**
* Corporate Responsibility lightbox
*
* @author Tomas Rasek
*/
#lightBoxBackground {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: none;
}

.background2 {
	background-image: url('/templates/main/images/lightBox/background2.png') !important;
}

#lightBox {
	width: 750px;
	height: 505px;
	background-image: url('/templates/main/images/lightBox/background.png');
	background-repeat: no-repeat;
	position: fixed;
	top: 20%;
	left: 20%;
	z-index: 2001;
	overflow: hidden;
	text-align: left;
	display: none;
}


#lightBoxClose {
	position: relative;
	top: 22px;
	left: 700px;
	width: 27px;
	height: 26px;
	z-index: 2003;
}

#lightBoxBody {
	overflow: hidden;
	height: 445px;
	z-index: 2002;
        scroll:0;
}

#lightBoxBody h1 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
}

#lightBoxBody p {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 20px;
	color: #595959;
}

#lightBoxBody p img {
	position:absolute;
	bottom:50px;
}

#lightBoxContainer {
	padding: 20px 60px 0 60px;
	height: 465px;
	position: relative;
	overflow: hidden;
}

#lightBoxBody p.textCenter {
	text-align: center;
}

#lightBoxBody p.textCenter img {
	position: static;
}

#lightBox p#previous,
#lightBox p#next {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 70px;
	padding-left: 10px;
	font-size: 1.3em;
	z-index:9;
	background-color: #FFFFFF;
	border: #CDD8DE 1px solid;
	border-left: none;
	display: none;

}

#lightBox p#previous a,
#lightBox p#next a {
	color: #7399B0;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}

#lightBox p#previous {
	left:8px
}
#lightBox p#next {
	left: 661px;
	text-align: right;
	border: #CDD8DE 1px solid;
	border-right: none;
}

#lightBox p#next a {
	margin-right: 20px;
}

