#bannerImage {
	margin-top:16px;
	position:relative;
	display:block;
	overflow:hidden;
	height:390px;     
}

#bannerImage .blc {
	position:absolute;
	bottom:0;
	left:0;
	width:10px;
	height:10px;
	/* background:url('../images/blc.png') 0 0 no-repeat; */
	z-index:10;
}

#bannerImage .brc {
	position:absolute;
	bottom:0;
	right:0;
	width:10px;
	height:10px;
	/* background:url('../images/brc.png') 0 0 no-repeat; */
	z-index:10;
}

#bannerImage .banner {
	position:relative;
	/*width:825px;*/
	height:320px;
	overflow:hidden;
}

#bannerImage .caption {
 	padding:10px;
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:805px;
	font-weight:bold;
	/* background:url('http://www.experiencewyndham.com.au/themes/experience/public/images/overlay.png'); */
	background:#E8DAB9;
	overflow:hidden;
	opacity: 0.75;
	
}

#bannerImage .caption span {
	display:block;
	width:600px;
	color:#333333;
	float:left;
}

#bannerImage .moreLink {
	margin-right:10px;
	display:block;
	width:120px;
	text-align:center;
	text-decoration:none;
	float:right;
}

#bannerImage .caption a:hover {
	text-decoration:none;
}

#bannerImage .controls {
	position:absolute;
	top:30px;
	right:10px;
	z-index:15;
}

#bannerImage .previous,
#bannerImage .next,
#bannerImage .pause,
#bannerImage .resume,
#bannerImage .slides {
	float:left;
}

#bannerImage .previous,
#bannerImage .next,
#bannerImage .pause,
#bannerImage .resume,
#bannerImage .slides a {
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999em;
	/* background:url('../images/controls.png') no-repeat 0 0; */
	overflow:hidden;
}

#bannerImage .previous {
	margin-right:5px;
	background-position:0 -80px;
}

#bannerImage .previous:hover {
	background-position:0 -120px;
}

#bannerImage .next {
	margin-left:5px;
	background-position:0 -160px;
}

#bannerImage .next:hover {
	background-position:0 -200px;
}

#bannerImage .pause {
	margin-left:10px;
	background-position:0 -240px;
}

#bannerImage .pause:hover {
	background-position:0 -280px;
}

#bannerImage .resume {
	margin-left:10px;
	background-position:0 -280px;
}

#bannerImage .slides a {
	margin:0 5px;
	float:left;
}

#bannerImage .slides a:hover,
#bannerImage .slides .activeSlide {
	background-position:0 -40px;
}