@charset "utf-8";
/* CSS Document */

html, body {background: #000000;
}

* {
	padding:0;
	margin:0;
	border:0;
}

.hide-title {
	display:none;
}

#home-info-container {
	float:left;
	display:inline;
	width:960px;
	height:520px;
}

#top-slider{
	float:left;
	display:inline;
	width:960px;
	height:520px;
	overflow:hidden;
	position:relative;
	z-index:5;
	background: url(image-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 5px;
}

#move-top {
	position:relative;
	height:326px;
	width:960px;
	left: 0;
}

.content-holder {
	float:left;
	display:inline;
	width:960px;
	height:520px;
	overflow:hidden;
	color:#fff;
}

.main-image {
	float:left;
	display:inline;
	width:960px;
	height:520px;
}

#top-left {
	float:left;
	display:inline;
	width:31px;
	height:30px;
	padding-left:8px;
	padding-right:4px;
	cursor:pointer;
}

#top-right {
	float:left;
	display:inline;
	width:31px;
	height:30px;
	padding-left:4px;
	cursor:pointer;
}
#bottom-left {
	float:left;
	display:inline;
	width:15px;
	height:120px;
	cursor:pointer;
}

#bottom-right {
	float:left;
	display:inline;
	width:15px;
	height:120px;
	cursor:pointer;
}

#property-thumbs {
	position:relative;
	float:left;
	display:inline;
	width:930px;
	height:120px;
	overflow:hidden;
	z-index:10;
}

div.thumb{
	float:left;
	display:inline;
	padding-right:9px;
	cursor:pointer;
	position:relative;
	z-index:1;
}

#move-thumbs {
	position:relative;
	height:120px;
	width:900px;
	left: 0;
	z-index:4;
}

.thumbs, .large-image {
	position:absolute;
	z-index:0;
}

#bottom-column{
	float:left;
	display:inline;
	width:960px;
	height:120px;
	margin-top:15px;
}

#blob{
	position:relative;
	clear:both;
	top:5px;
	left:15px;
	background-image:url(../images/blob.gif);
	width:13px;
	height:12px;
	background-repeat:no-repeat;
}

.center-one {padding-left: 105px;
}

.center-two {padding-left: 313px;
}

.center-three {padding-left: 220px;
}

.center-four {padding-left: 313px;
}
