/* CSS Document */
#leftColumn {
	padding:40px 33px;
	width:616px;
	height:472px;
}

* html #leftColumn {
	height:512px;
}


#leftColumn h2.intro, #leftColumn p {
	width:220px;
	text-align:justify;
}

#leftColumn img#monkey {
	position:absolute;
	top:311px;
	left:48%;
	margin-left:70px;
	z-index:2;
	behavior: url(/css/iepngfix.htc);
}

#leftColumn img#people {
	position:absolute;
	top:572px;
	left:50%;
	margin-left:-200px;
	z-index:1;
	behavior: url(/css/iepngfix.htc);
}

#leftColumn #video {
	position:absolute;
	top:361px;
	left:50%;
	margin-left:-180px;
	padding:2px 2px 9px 9px;
	width:253px;
	height:201px;
	z-index:1;
	background-image:url(../images/homepage_video.png);
	behavior: url(/css/iepngfix.htc);
}

#rightColumn {
	width:160px;
	height:512px;
	padding:20px 28px;
	margin:0 0 0 20px;
}

#rightColumn a#booknow {
	display:block;
	width:160px;
	padding:57px 0 0 0;
	height:0;
	overflow:hidden;
	background-image:url(../images/booknow.png);
	behavior: url(/css/iepngfix.htc);
}


/**************************************/
/********* HOZ IMAGE SLIDER **********/
/************************************/
#sliderWrapper {
	width:160px;
	height:372px;
	height: 452px;
	padding:0;
	/*margin:0 0 0 25px;  */
}

#sliderListWrapper {
	width:160px;
	height:372px;
	height: 452px;
	overflow:hidden;
}

#sliderListWrapper ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	display:block;
	width:160px;
	height:372px;
	height:452px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#sliderListWrapper ul li {
	background-repeat:no-repeat;
	width:160px;
	height:104px;
	display:block;
	float:left;
	padding:10px 0;
}

#sliderListWrapper ul li a {
	width:156px;
	height:100px;
	display:block;
	margin:0;
	padding:0;	
	overflow:hidden;
	border:2px solid #e3c9e3;
}

#sliderListWrapper img{
	border:none;
}

#topArrow {
	background-image:url(../images/top-arrow.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
	width:66px;
	height:50px;
	top:215px;
	left:50%;
	margin:0 0 0 305px;
	position:absolute;
	
}

#bottomArrow {
	background-image:url(../images/bottom-arrow.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
	width:66px;
	height:50px;
	top:743px;
	left:50%;
	margin:0 0 0 305px;
	position:absolute;
}


#latest-updates {
position: absolute;
	top: 312px;
	left: 39%;
	background-image:url(../images/latest-updates.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
	padding-top: 20px;
	}
	
#latest-updates p {
	font-weight: bold;
}
