@charset "utf-8";
/* CSS Document */


.heading-gallery {
	position:absolute;
	float:left;
	width:730px;
	padding-top:10px;
	padding-bottom:15px;
	left: 175px;
	z-index: 10;
}
.heading-gallery h1 {
	margin-bottom:0px;
	padding-bottom:0px;
}

#interiordesign-homeimage {
	position:relative;
	z-index:5;
	width:923px;
	height:492px;
	background:#000 url(../images/loading.gif) center center no-repeat

}

#interiordesign-homeimage img {position:absolute; }

#homepage-banner {
	height:492px;
	background-color:#000000;
	width:923px;
}

#thumbarea {
	position:absolute;
	overflow:hidden;
	width:720px;
	top: 515px;
	height:100px;
	left: 133px;
	z-index: 2;
}

#thumbs {
	position:absolute;
	width:9978px;
	top: 5px;
	z-index: 2;
	height: 90px;
}
#thumbs ul {
	padding:0 10px;
	margin:0 0 0 0;
	list-style:none;
}

#thumbs li {float:left; padding-right:8px; padding-top:10px;  cursor:pointer; list-style:none;}

#thumbs li img{
	padding:2px;
	border:1px #d0d0d0 solid;
/*	margin:3px 2px 3px 2px;*/
}

.imgnav {
	position:absolute;
	height:79px;
	width:12px;
	z-index:100;
	outline:none;
	cursor:pointer;
	top:495px;
}


#previmg {
	position:absolute;
	left: 86px;
	top: 529px;
	width:30px;
	background:url(../images/left-scroll.jpg) left center no-repeat;
	background-color:#ffffff;
	border-top:6px #fff solid;
}

#previmg:hover {opacity:1; filter:alpha(opacity=100)}

#nextimg {
	position:absolute;
	left: 789px;
	top: 529px;
	width:30px;
	background:url(../images/right-scroll.jpg) right center no-repeat;
	background-color:#ffffff;
	border-top:6px #fff solid;
}

#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

