/* Slider */

.tabbed-content {

	position: relative;

/*	width: 601px;

	padding: 7px;*/

	height: 283px;

	font-size: 12px;

/*	background: #000;*/

	overflow: hidden;

}

/*.tabbed-content strong { color: #ff008a; }*/

.tabs {

	position: relative;

	float: right;

	display: inline;

/*	width: 128px;*/

	margin: 20px 15px 0 0;

	z-index: 22;

}

.tab_item {

	display: block;

	width: 112px;

	height: 59px !important;

	padding-left: 0 !important;

	cursor: pointer;

	text-align: center;

	margin-bottom: 6px;

/*	background: url(../imgs/bg-tabslide.gif) #000 126px 0 repeat-y;*/

}

/*.tab_item a { color: #fff; }*/

.tab_item span {

	display: block;

	padding-left: 145px;

	padding-right: 10px;

	line-height: 16px;

	margin-top: -62px !important;

}

.tab_item strong { display: block; }

.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);

}

.tab_item a.xshow, .tab_item a.xhidden {

	display: block;

	width: 100%;

	height: 100%;

/*	margin-right: 7px;*/

}

.tab_item a.xshow, .tab_item a.xhidden:hover {

/*	background: url(../imgs/bg-tabslide.gif) #343434 126px 0 repeat-y !important;

	color: #fff;*/

	text-decoration: none;

}

.tab_item a.xhidden:hover { display:block; width:112px; height:59px;/* border: 1px solid #999;*/ }

.tabs .moving_bg {

	left: 0;

	top: 0;

	position: absolute;

	width: 112px;

	height: 59px;

	cursor: pointer;

	background: url(../imgs/border-hv.png) no-repeat 0 0 !important;

	z-index: 22;

}

.tabbed-content .slide_content {

	position: absolute;

	top: 0;

	left: 0;

/*	width: 300px;

	height: 283px;

	overflow: hidden;

	background: #000;*/

	z-index: 20;

}

.tabslider { width: 5000px; }

.tabslider ul {

	list-style: none;

	width: 5000px;

/*	height: 283px;*/

}

.tabslider ul li {

	position: absolute;

	top: 0;

	left: 0;

/*	width: 608px;

	height: 276px;*/

	display: none;

/*	1padding: 7px 0 0 7px;

	background: #000;*/

}

.tabslider ul li p.hl-info {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 170px;

	height: 263px;

	line-height: 16px;

/*	color: #fff;*/

	padding: 10px;

	background: url(../imgs/bg-hl-info2.png); 

}

.tabslider ul li p.hl-info strong, .tabslider ul li p.hl-info span {

	display: block;

/*	line-height: 120%;*/

}

.tabslider ul li p.hl-info strong { font-size: 1.2em; color: #c9dbff !important; }


.tabslider ul li p.hl-info span { color: #FFF; }

/*.tabslider ul li p.hl-info strong {

	margin-bottom: 5px;

	color: #ffd800;

}*/


