div#wrapper {
	width: 768px;
	margin: 0 auto;
	position: relative;
}

div#wrapper div#homeContent {
	margin: 15px auto 0;
	position: relative;
	z-index: 200;
	overflow: hidden;
}

div#carouselContainer {
	height: 630px;
	overflow: hidden;
	position: relative;
	width: 3840px;
	z-index: 50;
}


div.sceneColumn div.sceneItem a.sceneTitle, div.sceneColumn div.sceneItem a.sceneTitle:hover, div.sceneColumn div.sceneItem a.sceneTitle:visited, div.sceneColumn div.sceneItem a.sceneTitle:active {
	color: #FF0000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: left;
	text-decoration: none;
}

div.sceneColumn {
	background-color: #e7e7e7;
	float:left;
	text-align: left;
	margin-right: 5px;
	width:187px;
}

div.sceneColumn div.sceneColumnHeader {
	color: #000;
	background: transparent url(../images/tour/col_header.gif) no-repeat scroll left top;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 100%;
}

div.sceneColumn div.sceneColumnFooter {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/tour/col_bottom.gif) no-repeat scroll right -3px;
	height: 16px;
	margin-top: 10px;
	width: 100%;
}

div.sceneColumnFooter a {
	width: 100px;
	height: 16px;
	display: block;
	float: right;
	clear: both;
}


div.sceneColumn div.sceneItem {
	position: relative;
	z-index: 100;
}

div.sceneColumn div.sceneItem img {
	width: 160px;
	height: 120px;
	margin: 10px auto 5px auto;
	display: block;
	border: 2px solid #8E8E8E;
}

div.sceneColumn div.sceneItem a.sceneTitle,
div.sceneColumn div.sceneItem a:hover.sceneTitle,
div.sceneColumn div.sceneItem a:visited.sceneTitle,
div.sceneColumn div.sceneItem a:active.sceneTitle {
	display: block;
	text-align: left;
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	margin-bottom: 3px;
	text-decoration: none;
	text-indent: 12px;
}
div.sceneColumn div.sceneItem a:hover.sceneTitle {
	text-decoration: underline;
}
div.sceneColumn div.sceneItem a:hover img {
	border-color: #FF0000;
}

div.sceneColumn div.sceneItem div.sceneInfo,
div.sceneColumn div.sceneItem div.sceneRating {
	float: left;
	clear: left;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
div.sceneColumn div.sceneItem div.sceneRating span,
div.sceneColumn div.sceneItem div.sceneInfo span {
	color: #ff0000;
	font-weight: normal;
}
div.sceneColumn div.sceneItem div.sceneInfo {
	width: 90px;
	padding-left: 12px;
}

div.sceneColumn div.sceneItem div.sceneRating div.ratingWrapper {
	color: #fff;
	width: 65px;
	height: 27px;
	margin: 0 auto 0 auto;
}

div.sceneColumn div.sceneItem div.sceneRating {
	float: left;
	clear: right;
	width: 80px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	font-variant: small-caps;
	background: transparent url('../images/tour/rtp_tour_rate_bg.png') no-repeat center top; /*65px X 27px*/
}
*html div.sceneColumn div.sceneItem div.sceneRating { behavior: url(/htc/iepngfix.htc) }

div.sceneColumn div.sceneItem a.sceneOverlayHD {
	width:38px;
	height: 28px;
	position: absolute;
	margin-top: 95px;
	margin-left: 15px;
	z-index: 10;
	opacity: 0.90;
	filter: alpha(opacity=90);
	background: transparent url('../images/tour/rtp_tour_overlay_hd.png') no-repeat left top;
}
*html div.sceneColumn div.sceneItem a.sceneOverlayHD { behavior: url(/htc/iepngfix.htc) }

div#carouselContainer {
	width: 3840px;
	height: 630px;
	overflow: hidden;
	position: relative;
	z-index: 50;
}

div#ccRight, div#ccLeft {
	width: 24px;
	height: 143px;
	position: absolute;
	top: 232px;
	z-index: 500;
}

div#ccRight a {
	width: 24px;
	height: 143px;
	display: block;
	background: transparent url('../images/tour/next_arrow.gif') no-repeat left top;
}


div#ccLeft a {
	width: 24px;
	height: 143px;
	display: block;
	background: transparent url('../images/tour/prev_arrow.gif') no-repeat left top;
}

div#ccRight {
	right: 0;
	margin-right: -20px;
}

div#ccLeft {
	left: 0;
	margin-left: -24px;
}

div#dvdWrapper {
	width: 100%;
	margin-top: 50px;
	clear: both;
	float: none;
}

div#dvdWrapper a img {
	border: none;
}

/**
 * Star ratings
 */
.starscontainer {
	background: url('../images/tour/rtp_tour_star_off.png') repeat-x left top;
	width: 55px;
	height: 11px;
	padding:0;
	margin: 0;
	margin:3px 5px 0 0;
	float: right;
	clear: both;
}

.activeStar {
	padding:0;
	margin: 0;
	height: 11px;
	background: url('../images/tour/rtp_tour_star.png') repeat-x left top;
}
*html .activeStar {margin-left: -15px;}

.activeStar.star00 {width: 0px;}
.activeStar.star05 {width: 6px;}

.activeStar.star10 {width: 11px;}
.activeStar.star15 {width: 17px;}

.activeStar.star20 {width: 22px;}
.activeStar.star25 {width: 27px;}

.activeStar.star30 {width: 33px;}
.activeStar.star35 {width: 38px;}

.activeStar.star40 {width: 44px;}
.activeStar.star45 {width: 49px;}

.activeStar.star50 {width: 55px;}

