/* CSS Document */
#leftColumn {
	padding:40px 33px;
	
	width:616px;
	/*height:382px;*/
	height: 462px;
	position: relative;
}

* html #leftColumn {
	height: 402px;
	padding-bottom: 12px;
}


#leftColumn h2.intro, #leftColumn p {
	text-align: justify;
	width: 400px;
/*	width:220px; */
}

#leftColumn img#monkey {
	behavior: url(/css/iepngfix.htc);
	position: absolute;
	right: 36px;
	top: 90px;
	z-index: 2;
}

#leftColumn img#flash{
	behavior: url(/css/iepngfix.htc);
	left: 50%;
	margin-left: -93px;
	position: absolute;
	top: 30px;
	z-index: 1;
}

#leftColumn img#people {
	display: none;
	behavior: url(/css/iepngfix.htc);
	left: 50%;
	margin-left: -120px;
	position: absolute;
	top: 345px;
	z-index: 1;
}

#leftColumn #offer {
	position: absolute;
	right: 34px;
	top: 290px;
	z-index: 3;
}

#leftColumn #video
{
	display: block;
	height: 169px;
	padding: 0;
	position: absolute;
	right: 34px;
	top: 353px;
	width: 300px;
	z-index: 1;
}
	
#leftColumn #video ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	height: 201px;
	width: 253px;
}

#leftColumn #video li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 201px;
	width: 253px;
}

#rightColumn {
	width:160px;
	/*height:422px;*/
	height:502px;
	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);
}

.showlink {
	margin-right: 10px;
}

/**************************************/
/********* HOZ IMAGE SLIDER **********/
/************************************/
#sliderWrapper {
	width:160px;
	/*height:372px;*/
	height:422px;
	padding:0;
	/*margin:0 0 0 25px;  */
}

#sliderListWrapper {
	width:160px;
	/*height:372px;*/
	height:422px;
	overflow:hidden;
}

#sliderListWrapper ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	display:block;
	width:160px;
	/*height:372px;*/
	height:422px;
	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;
}

#music-playhead {
	position: absolute;
	left: 20px;
	top: 170px;
	z-index: 10000;
}



#latest-updates {
	position: absolute;
	top: 320px;
	left: 39%;
	background-image:url(../images/latest-updates.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
	padding-top: 16px;
	}
	
#latest-updates p {
	font-weight: bold;
}

