#siteExamples {
	display: none;
	background-color: #000000;
	background-image: url('../images/siteExamples-bg.jpg');
	z-index: 50;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 53px;
	width: 432px;
	height: 369px;
    font: normal normal normal 9pt Arial, Verdana, sans-serif;
    color: #ffffff;
	margin: -185px 0px 0px 0px;
}
#siteExamples a {
	color: #666699;
}
.siteExample {
	display: none;
	width: 382px;
	float: left;
	padding: 12px 5px 0px 5px;
	text-align: center;
}
.close {
	margin-left: 410px;
	width: 22px;
	clear: both;
}
.siteincrement {
	width: 20px;
	height: 190px;
	min-height: 190px;
	margin-top: 120px;
}
.prev {
	float: left;
}
.next {
	float: right;
}
#sitesNumberList {
	width: 412px;
	margin-left: 40px;
	text-align: center;
}
.sitenum {
	float: left;
	background-color: black;
	padding: 5px;
	margin: 5px;
}
.sitenum.selected {
	background-color: white;
}
.clear {
	clear: both;
}