/*
	HotPress Web Framework
	By: Team HotPress Web
	Created: 2011
*/

/* `Hero
----------------------------------------------------------------------------------------------------*/

.hero {
	height:292px;
	margin:-10px auto 0;
    overflow:hidden;
	padding:0;
	position:relative;
	width:960px;
	z-index:33;
	display:none;
}

/* Image --------------------------*/
.hero-images{
    display: inline;
    float: left;
    height: 268px;
    position: absolute;
    left:0px;
    top: 0px;
    width:688px;
}
.hero-image {
	height:268px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:688px;
	z-index:15;
}
.hero-images ul{
	margin:0;
	padding:0;
}
.hero-images ul li {
	position: absolute;
	padding:0;
	top:0;
    display:none;
    background:none;
}
	
/* Description --------------------------*/
.hero-descriptions {
    left: 0px;
    position: relative;
    top: 138px;
	width:300px;
	height:130px;
    z-index: 17;
	background:url(http://jklpm.siroccowebdesign.com.au//images/backgrounds/property-description-bg.png);
}
.hero-descriptions ul{
	margin:0;
	padding:0;
}
.hero-descriptions ul li {
	position: absolute;
	top:0;
    display:none;
    background:none;
}	
.hero-description{
	color: #333;
	display: block;
	left: 10px;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	position:absolute;
	top: 10px;
	width: 396px;
	z-index: 3;
}
.hero-description h1{
	font-size:20px;
	margin-bottom:7px;
	color:#fff;
}
.hero-description p {
	font-size:13px;
	color:#ebebeb;
	margin-bottom: 0px;
}		
	.hero-description a.hero-link:link,
	.hero-description a.hero-link:visited {
		color: #fff;
		display: inline-block;
		font-size: 13px;
		text-decoration: none;			
	}
	
	.hero-description a.hero-link:hover,
	.hero-description a.hero-link:active {
		color: #F5821F;
		text-decoration:none;
	}
	
	.hero-description a:link, .hero-description a:visited {
		color:#F5821F	!important;
		text-decoration:none;
	}
/* Overlay --------------------------*/

.hero-overlay {
	background: url("images/hero-overlay.png") no-repeat scroll 0 0;
	display: block;
	height: 300px;
	left: 0;
	position: absolute;
	top: 0;
	width: 960px;
	z-index: 2;
}
.hero-divider{
	display:none;
}

/* Controls --------------------------*/

.hero-controls {
    left: 0px;
    position: relative;
    top: 138px;
    width: 333px;
    z-index: 4;
}
.hero-controls ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.hero-controls ul li {
	background: #535353;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}
	.hero-controls ul li a:link,
	.hero-controls ul li a:visited {
		display:block;
		margin: 0;
		color:#fff;
		font-size:11px;
		padding: 3px 10px 5px;
		text-decoration: none;
		font: 12px/19px Helvetica, Arial;
	}
	.hero-controls ul li a:hover,
	.hero-controls ul li a:active,
	.hero-controls ul li.current a {
		background:#F5821F;
		font: 12px/19px Helvetica, Arial;
	}