#blog_container {
	position: relative;
	margin: 10px 0;
}

#blog_link {
	text-indent: -9999px;
	position: absolute;
	width: 140px;
	height: 40px;
	z-index: 2;
}

#blog {
  background: url(../images/homepage/tourblog_bg.jpg) no-repeat;
  width: 965px;
  height: 40px;
  margin: 10px 0;
}

#blog li {
  display: none;
}
#blog li.selected,
#blog div {
  display: block;
  padding: 0 0 0 160px;
  line-height: 40px;
}
#blog div a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
#blog div a:hover {
	text-decoration:underline;
	color:#990000;
}

#home_features {
	width: 966px;
}

#home_features .content {
  width: 954px;
}

#home_features ul {
	padding: 10px 0 0 0;
}

#home_features ul li {
	float: left;
	display: inline;
	margin: 0px 3px 0px 0px;
	_margin: 0px 5px 0px 0px;
	background: transparent;
	min-width: 187px;
	_width: 187px;
	width: auto;
}
#home_features ul li.end {
  height: 0;
  clear: both;
  float: none;
  padding: 0;
  margin: 0;
}

#home_features ul li img {
	display: block;
  margin: 2px;
}

#home_features ul li a {
	text-decoration: none;
	color: #666;
	outline: none;
}

#home_features ul li a b {
	/*display: block;*/
	padding: 5px 0 0 0;
	color: #000;
}

#home_features ul li a span {
	display: block;
	width: 160px;
	padding: 4px 8px 0 0;
	font-size: 12px;
	color: #666;
}

#home_features ul li a:hover, #home_features ul li a:hover span {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

#home_features ul a:hover img {
	cursor: pointer;
}

#homepage_subfeatures .pagination_window {
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 190px;
	margin: 0px;
	padding: 0px;
}

#homepage_subfeatures .pagination_scroller {
	position: absolute;
	left: 0;
	width: 9999px;
	margin: 0px;
	padding: 0px;
}



