#modalPageInstallation,
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    min-height: 100%;
   	top:0;
	left: 0;
}
.modalBackground
{
    filter: Alpha(Opacity=60); 
	-moz-opacity:0.6; 
	opacity: 0.6;
    width: 100%; 
	min-height: 100%; 
	background-color: #000000;
    position: absolute;
	top:0;
	left:0;
	clear:both;
	overflow:hidden;
    z-index: 500;

}
.modalContainer
{
    position:relative;
  	z-index:750;
	width:695px;
	margin:0 auto;
	text-align:center;
}
.modalInstallation,
.modal
{
    /* position: relative; */
	padding-bottom:20px;
	background-color: white;
    z-index: 1000;
	width:710px;
	height:500px;
  	margin-top:50px;
}

.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
	clear:both;
	overflow:hidden;
	width:695px;
	height:500px;
}

#slideshowInstallation,
#slideshow { 
	overflow:		hidden; 
	clear:both;
	width:510px;
	height:500px;
	float: left;
	padding-right:10px;
}

#slideshowInstallation img,
#slideshow img {
	max-width:510px;
	max-height:500px;
	clear:both;
	overflow:hidden;
}

.slideshow_desc { 
	width:			165px;
	float:			left;
	text-align:		left;
	clear:			right;
	border:			0px solid #CCC;
	overflow:		hidden;
}

p.img_desc {
	padding-top:	10px;
	float:			left;
}

p.commands {
	width:			165px;
	text-align:		left;
	overflow:		hidden;
	padding-left: 	0px;
	padding-top: 	10px;
	boder-bottom:1px solid #CCC;
}

#uniqueslideshow { 
	overflow:		hidden; 
	clear:both;
	width:510px;
	height:500px;
	float: left;
	padding-right:10px;
}

#uniqueslideshow img {
	max-width:510px;
	max-height:500px;
	clear:both;
	overflow:hidden;
}

#uniqueslideshow p.commands {
	display:none;
}

	
