.home_show {
	float: left;
	width: 950px;
	height: 340px;
	margin: 0 0 30px 0;
	position: relative;
	background: url("/pict/home_show_bg.jpg") no-repeat left top;
}

.home_show div.container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 290px;
}

.content_home .slidetabs {
	position: absolute;
	left: 80px;
	top: 275px;
	z-index: 10000;
}

.content_home .slidetabs a {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 2px;
	background: url("/pict/navigator.png") 0 0 no-repeat;
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.content_home .slidetabs a:hover {
	background-position: 0 -20px;
}

.content_home .slidetabs a.current {
	background-position: 0 -40px;
}

/* prev and next buttons */
.content_home .forward,.content_home .backward {
	position: absolute;
	top: 110px;
	width: 56px;
	height: 102px;
	cursor: pointer;
	font-size: 1px;
	text-indent: -9999em;
}

.content_home .backward {
	background: transparent url("/pict/home_show_arrow.png") no-repeat left top;
	left: 0;
}

.content_home .forward {
	background: transparent url("/pict/home_show_arrow.png") no-repeat right top;
	right: 0;
}

.disabled {
	visibility: hidden !important;
}

/*** content ***/
.home_show .block_image {
	height: 290px;
	width: 935px;
	padding: 15px 0 0 0;
	overflow: hidden;
	text-align: right;
}

.home_show .block_text {
	width: 230px;
	height: 310px;
	padding: 40px 20px 0 80px;
	background: url("/pict/home_show_text_bg.png") no-repeat left top;
	position: absolute;
	top: 6px;
	left: 4px;
	color: #fff;
	font-size: 36px;
	font-family: HeliosThinC, sans-serif;
	line-height: 100%;
}
