/* Tour page tabs
---------------------------------------------------------------------------------------------------- */
#tour_top {
	width: 727px;
	height: 320px;
	float: left;
}

#tour_tabs_wrapper {
	_bottom: -1px;
	width: 232px;
	height: 360px;
	float: left;
	background-color: #f7f7f7;
	margin: 5px 0px 0px 0px;
}

#tour_tabs_nav {
	float: right;
	padding-right: 20px;
}

#tour_tabs {
	float: left;
}

	#tour_tabs a {
		display: inline-block;
		height: 24px;
		background: transparent none no-repeat left top;
		_behavior: url(../script/iepngfix.htc);
		outline: none;
		_cursor: pointer;
	}
	
	#tour_tabs a#tour_tab_1 {
		width: 232px;
		height: 72px;
		background-image: url(../images/t_1.png);
	}
	
	#tour_tabs a#tour_tab_1:hover { 
		background-image: url(../images/t_1_RO.png);
	}
	#tour_tabs a#tour_tab_1.selected {
		background-image: url(../images/t_1_select.png);
	}

	#tour_tabs a#tour_tab_2 {
		width: 232px;
		height: 72px;
		background: url(../images/t_2.png);
	}
	
	#tour_tabs a#tour_tab_2:hover {
		background-image: url(../images/t_2_RO.png);
	}
	#tour_tabs a#tour_tab_2.selected {
		background-image: url(../images/t_2_select.png);
	}
	
	#tour_tabs a#tour_tab_3 {
		width: 232px;
		height: 72px;
		background: url(../images/t_3.png);
	}

	#tour_tabs a#tour_tab_3:hover {
		background-image: url(../images/t_3_RO.png);
	}
	#tour_tabs a#tour_tab_3.selected {
		background: url(../images/t_3_select.png);
	}

	#tour_tabs a#tour_tab_4 {
		width: 232px;
		height: 72px;
		background-image: url(../images/t_4.png);
	}
	
	#tour_tabs a#tour_tab_4:hover {
		background-image: url(../images/t_4_RO.png);
	}
	#tour_tabs a#tour_tab_4.selected {
		background-image: url(../images/t_4_select.png);
	}

	#tour_tabs a#tour_tab_5 {
		width: 232px;
		height: 72px;
		background-image: url(../images/t_5.png);
	}
	
	#tour_tabs a#tour_tab_5:hover {
		background-image: url(../images/t_5_RO.png);
	}
	#tour_tabs a#tour_tab_5.selected {
		background-image: url(../images/t_5_select.png);	
	}

	/*#tour_tabs a#tour_tab_6 {
		width: 125px;
		background-image: url(btn-photos.png);
	}

	#tour_tabs a#tour_tab_6:hover,
	#tour_tabs a#tour_tab_6.selected {
		background-image: url(btn-photos_s.png);
	}*/

#tour_tab_home,
#tour_tab_prev,
#tour_tab_next {
	display: inline-block;
	width: 48px;
	height: 24px;
	_behavior: url(/scripts/iepngfix.htc);
	outline: none;
	_cursor: pointer;
}

.tour_top_class_1 {
	background: transparent url(../images/tour_1.png) no-repeat left top;
}
.tour_top_class_2 {
	background: transparent url(../images/tour_2.png) no-repeat left top;
}
.tour_top_class_3 {
	background: transparent url(../images/tour_3.png) no-repeat left top;
}
.tour_top_class_4 {
	background: transparent url(../images/tour_4.png) no-repeat left top;
}
.tour_top_class_5 {
	background: transparent url(../images/tour_5.png) no-repeat left top;
}

#tour_text_1 {
	display: block;
	float: right;
	width: 337px; /* - padding */
	padding:  30px 0px 0px 0px;
	background-image: url(../images/text-background.jpg);
	background-repeat: no-repeat;
	height: 290px;
}

#tour_text_2 {
	display: none;
	float: right;
	width: 337px; /* - padding */
	height: 290px; /* - padding */
	padding:  30px 0px 0px 0px;
	background-image: url(../images/text-background.jpg);
	background-repeat: no-repeat;
}

#tour_text_3 {
	display: none;
	float: right;
	width: 337px; /* - padding */
	height: 290px; /* - padding */
	padding:  30px 0px 0px 0px;
	background-image: url(../images/text-background.jpg);
	background-repeat: no-repeat;
}

#tour_text_4 {
	display: none;	
	float: right;
	width: 337px; /* - padding */
	height: 290px; /* - padding */
	padding:  30px 0px 0px 0px;
	background-image: url(../images/text-background.jpg);
	background-repeat: no-repeat;
}

#tour_text_5 {
	display: none;
	float: right;
	width: 337px; /* - padding */
	height: 290px; /* - padding */
	padding:  30px 0px 0px 0px;
	background-image: url(../images/text-background.jpg);
	background-repeat: no-repeat;
}
#tour_h_1 {
	float: left;
	width: 337px; /* - padding */
	padding:  30px 0px 0px 40px;
}
#tour_h_2 {
	display: none;
	float: left;
	width: 337px; /* - padding */
	padding:  30px 0px 0px 40px;
}
#tour_h_3 {
	display: none;
	float: left;
	width: 337px; /* - padding */
	padding:  30px 0px 0px 40px;
}
#tour_h_4 {
	display: none;
	float: left;
	width: 337px; /* - padding */
	padding:  30px 0px 0px 40px;
}
#tour_h_5 {
	display: none;
	float: left;
	width: 337px; /* - padding */
	padding:  30px 0px 0px 40px;
}
#tour_top p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	width: 300px;

}
h2 {
	font-family:"Trebuchet MS";
	font-size:36px;
}
.tour-buttom {
	float: left;
	width: 727px;
}
.blurdiv {
	background-image: url(../images/blur-bar.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 800px;
	height: 10px;
}
.buttom-slide {
	float: left;
	width: 980px;
	margin: 0px 0px 0px 0px;
	position: relative;
	background-image: url(../images/slide-bg-strip.png);
	background-repeat: repeat-y;
	height: auto;
}
