#penthouse1, #penthouse2, #penthouse3, #penthouse4, #res1, #res2, #res3, #res4, #res5, #res6, #unit1, #unit2, #unit3, #unit3, #unit4, #unit5, #unit6, #unit7, #unit8, #unit9, #unit10, #unit11 {
	display: none; width: 600px }



div#nyroModalFull {
	font-size: 11px;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
}
div#nyroModalLoading {
	border: 4px solid #fff;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #fff;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #fff;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -30px;
	right: 15px;
	width: 75px;
	height: 32px;
	text-indent: -9999em;
	background: url(../images/lb/closelabel.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 5px 0 0 0;
	position: absolute;
	background: #fff;
	width: 100%;
	top: -35px;
	height: 35px;
	left: -4px;
	font-size: 12px;
	text-indent: 10px;
	color: #006;
	border: 4px solid #fff;
}

div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
	background: url(../images/prevlabel.gif) left 20% no-repeat;
}
a.nyroModalPrev:hover {
	background: url(../images/prevlabel.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
	background: url(../images/nextlabel.gif) right 20% no-repeat;

}
a.nyroModalNext:hover {
	background: url(../images/nextlabel.gif) right 20% no-repeat;
}