﻿#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index:1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#popupSlideshow1 {
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:400px;
	width:700px;
	padding:0px;
	background-color: #E57200;
	z-index: 200;
}



#popupClose {
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#E57200;
font-weight:700;
display:block;
}



#button{
text-align:center;
margin:0px;
}

#button2{
text-align:center;
margin:0px;
}




