/* Slider */
.tabbed-content {
	position: relative;
	width: 615px;
	background: #FFF;
	overflow: hidden;
}
.tabs {
	position: relative;
	float: right;
	display: inline;
	width: 125px;
	height: 283px;
	z-index: 22;
	border-left: 1px solid #FFF;
}
.tab_item {
	display: block;
	width: 117px;
	height: 62px;
	margin: 0 0 1px 0;
	padding: 8px 0 0 8px;
	cursor: pointer;
	background: url(../imgs/bg-tab-img-hilight.gif) no-repeat 0 0;
}
.tab_item img { margin-bottom: 1px; }
.tab_item a.xhidden img { opacity: .5; filter: alpha(opacity=50); }
.tab_item a.xshow:hover img, .tab_item a:hover img { opacity: 1; filter: alpha(opacity=100); }
.tabs .moving_bg {
	background: url(../imgs/tab-over.gif);
	left: 0;
	top: 0;
	position: absolute;
	width: 125px;
	height: 70px;
	z-index: 22;
	cursor: pointer;
}
.tabbed-content .slide_content {
	overflow: hidden;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 283px;
	z-index: 20;
}
.tabslider { width: 5000px; }
.tabslider ul {
	list-style: none;
	width: 5000px;
	height: 283px;
	background: #FFF;
}
.tabslider ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	display: none;
	background: #c5c5c5;
}
.tabslider ul li p {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 253px;
	color: #D6D6D6;
	padding: 10px;
	margin: 5px;
	line-height: 120%;
	background: url(../imgs/bg-description.png) no-repeat;
}
.tabslider ul li p strong, .tabslider ul li p span {
	display: block;
	line-height: 120%;
}
.tabslider ul li p strong {
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #ffd800;
}
