.slideshow {
	clear: both;
	float: left;
	width: 1000px;
	height: 330px;
	margin: 0;
	position: relative;
}

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

.content_show .slidetabs {
	position: absolute;
	left: 60px;
	top: 14px;
	z-index: 10000;
}

.content_show .slidetabs a {
	width: 100px;
	height: 40px;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 1px;
	cursor: pointer;
}

.content_show .slidetabs a.tab {
	margin: 0 0 80px;
}

.content_show .slidetabs a:hover {
	/*background-position: 0 -20px;*/
}

.content_show .slidetabs a.current {
	border: 2px solid #fff;
	/*margin: 78px 0 0;*/
}

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

.content_show .backward {
	background: transparent url("/pict/2/slideshow_arrow.png") no-repeat left top;
	left: 20px;
}

.content_show .forward {
	background: transparent url("/pict/2/slideshow_arrow.png") no-repeat right top;
	right: 20px;
}

.disabled {
	visibility: hidden !important;
}

/*** content ***/
.slideshow .block_image {
	height: 330px;
	width: 1000px;
	padding: 0;
	overflow: hidden;
	text-align: right;
}

.slideshow .block_text {
	width: 317px;
	height: 330px;
	padding: 0;
	background: url("/pict/2/show_text_bg.png") no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	font-size: 1px;
	line-height: 100%;
}
