#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;
	position: relative;
	margin-top: 18px;
}

#home_features .content {
  width: 954px;
}

#home_features ul {
	padding: 0px 0 0 0;
}

#home_features ul li {
	float: left;
	display: inline;
	margin: 0px 5px 0px 0px;
	background: transparent;
	width: 181px;
	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: 0px;
}

#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: 175px;
	padding: 10px 3px 0 3px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

#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: 925px;
	height: 238px;
	margin: 0px 0px 0px 18px;
	padding: 0px;
}

#homepage_subfeatures .pagination_scroller {
	position: absolute;
	left: 0;
	width: 9999px;
	margin: 0px;
	padding: 0px;
}

#home_features .content #homepage_subfeatures .features_pagination .selected a, #home_features .content #homepage_subfeatures .features_pagination a:hover {
    background: url("../images/shell/dot_dark.jpg") no-repeat scroll center center transparent;
}

#home_features .content #homepage_subfeatures .features_pagination a {
    background: url("../images/shell/dot_gray.jpg") no-repeat scroll center center transparent;
    cursor: pointer;
    display: block;
    height: 9px;
    text-indent: -999em;
    width: 18px;
}

#homepage_subfeatures .pagination_prev {
	position: absolute;
	left: -7px;
	top: 36px;
	width: 22px;
	height: 22px;
	display: block;
	background: url(../images/shell/left_arrow.jpg) no-repeat left top;
	text-indent: -9999em;
}

#homepage_subfeatures .pagination_prev:hover {
	background-position: left bottom;
}

#homepage_subfeatures .pagination_next {
	position: absolute;
	right: -3px;
	top: 36px;
	width: 22px;
	height: 22px;
	display: block;
	background: url(../images/shell/right_arrow.jpg) no-repeat left top;
	text-indent: -9999em;
}

#homepage_subfeatures .pagination_next:hover {
	background-position: right bottom;
}

