div.yt_ajax_tabs_container{
	
}
div.yt_ajax_tabs_inner{
	position: relative;
}

div.yt_ajax_tabs_container div.yt_tabs_content{

	position: relative;
	overflow: hidden;	
}

div.yt_ajax_tabs_container div.tab_content{
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	display: block;
	visibility: hidden;
}
div.yt_ajax_tabs_container div.tab_content.active{
	visibility: visible;
	top: 0;
}

div.yt_tabs{
	bottom: 10px;
	width: auto;
	display: block;
	border: 0;
	padding:0 10px;
	margin: 0;
	position: absolute;
	z-index: 999;
}
div.yt_tabs, ul.yt_tabs, ul.yt_tabs li{
	float: left;
}
ul.yt_tabs{
	padding:0;
	margin: 0 auto;
	list-style: none;	
}

ul.yt_tabs div.tabseparator{
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

ul.yt_tabs div.tabseparator span.tab_icon{
	display: block;	
}
ul.yt_tabs div.tabseparator span.tab_title{
	line-height: 23px;
	display: block;
	white-space: nowrap;
	font-weight:bold;
	font-size: 92%;
	padding: 0 15px;
	text-transform: uppercase;
}
ul.yt_tabs div.tabseparator span.tab_desc{
	padding: 3px 0 25px 10px;
	line-height: 10px;
	display: block;
	white-space: nowrap;
	font-size:11px;
}

ul.yt_tabs.bottom li{
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
ul.yt_tabs.bottom li.active{
	
}


div.ajax_loading{
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 170px 0 0;
	width: 128px;
	height:15px;
}
div.ajax_loading img.loading{
	border: 0;
	/*width: 64px;
	height: 64px;*/
	display: block;
	background: transparent url(../image/loading_a.gif) scroll 0 0 none;	
}

div.yt_k2_ajax_tabs_content_inner{
	width: 991px;
	height: 342px;
	min-height: 342px;
	display: block;
	position: relative;
}

div.yt_buttons_container{
	position: absolute;
	bottom: 0;
	padding: 0;
	display: block;
	z-index: 100;
	background: #e5e5e5;
	height: 45px;
	width: 100%;
}

ul.yt_buttons{
	float: right;
	list-style: none outside;
	margin: 20px 15px 0 0;
}
div.yt_buttons_container ul.yt_buttons li.yt_button{
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	height: 9px;
	width: 9px;
	display: block;
	background: url(../../images/bg-slideshow-button.png) no-repeat;
	cursor: pointer;
}
div.yt_buttons_container ul.yt_buttons li.yt_button.active,
div.yt_buttons_container ul.yt_buttons li.yt_button:hover{
	background-image: url(../../images/bg-slideshow-button-hover.png);
}
div.yt_buttons_container ul.yt_buttons li.yt_button.prev{
	background-position: 0 0;
	display: none;
}
div.yt_buttons_container ul.yt_buttons li.yt_button.prev:hover{
	background-position: 0 -20px;
}
div.yt_buttons_container ul.yt_buttons li.yt_button.next{
	background-position: 0 -40px;
	display: none;
}
div.yt_buttons_container ul.yt_buttons li.yt_button.next:hover{
	background-position: 0 -60px;
}

div.yt_ajax_tabs_container div.yt_slider{
	height: 365px;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 99;
	padding: 0;
}
div.yt_ajax_tabs_container ul.yt_slider_content{
	height: 365px;
	width: 955px;
	overflow: hidden;	
	position: absolute;	
}
div.yt_ajax_tabs_container ul.yt_slider_content li{
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
div.yt_ajax_tabs_container div.yt_item_content{
	width: 955px;
	height: 365px;	
	display: block;
	overflow: hidden;
	position: relative;
}

div.yt_ajax_tabs_container div.yt_item_image{

	display: block;
	overflow: hidden;
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	
}
div.yt_ajax_tabs_container div.yt_item_image img {
	border: 5px solid #e5e5e5;
	border-bottom: 0;
}
div.yt_ajax_tabs_container div.yt_item_title,
div.yt_ajax_tabs_container div.yt_item_desciption,
div.yt_ajax_tabs_container div.yt_item_features,
div.yt_ajax_tabs_container div.yt_item_buttons{
	width: 365px;
	display: block;
	float: right;
	clear: both;
	padding: 10px 0;
	margin: 0;
	color:#FFF;
}
div.yt_ajax_tabs_container div.yt_item_desciption{
	color:#FFF !important;
	font-size:14px;
	line-height:25px;
}
div.yt_ajax_tabs_container div.yt_item_desciption a{
	color:#FFF;
	text-decoration:underline;
}
div.yt_ajax_tabs_container div.yt_item_desciption a:hover{
	text-decoration:none;
}
div.yt_ajax_tabs_container div.yt_item_title{
	padding: 10px 0 10px;
	font-size: 18px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
}
div.yt_ajax_tabs_container .yt_item_content .yt_item_buttons_hover {
    border-color: #E5E5E5 #E5E5E5 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 5px 5px 0;
}
div.yt_ajax_tabs_container .yt_item_content:hover .yt_item_buttons_hover {
	background: url(../../images/bg-slideshow-bg-button-hover.png);
	position: absolute;
	display:block;
}
div.yt_ajax_tabs_container .yt_item_content .yt_item_buttons_hover {
	display:none;
}
div.yt_ajax_tabs_container .yt_item_content div.yt_item_buttons {
	display: block;
}
div.yt_ajax_tabs_container div.yt_item_buttons{
	position: absolute;
	display: none;
	padding: 0;
	width: 320px;
	right: 120px;
}
div.yt_ajax_tabs_container div.yt_item_buttons .yt-item-button-inner {
/*	width:320px;
*/
}
.yt_ajax_tabs_container ul.yt_tabs.bottom li{
	color:#666;
	margin: 0 1px;
	/*background:url(../image/tag-bg.png) no-repeat top right;*/
}
.yt_ajax_tabs_container ul.yt_tabs.bottom li:last-child{
	/*background:none;*/
}
.yt_ajax_tabs_container ul.yt_tabs.bottom li:hover,
.yt_ajax_tabs_container ul.yt_tabs.bottom li.active{
	color:#FFF;
	background: #0460a0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.yt_button_item_demo{
	float:left;
}
.yt_button_item_detail{
	float:right;
}
.yt_button_item_demo a{
	float:left;
}

.yt-button-l:hover,
.yt-button-l {
/*	background:url(../../images/bg-slideshow-button-more-l.png) no-repeat left top;
*/	
	background:none;
	width: 100%;
	height: 41px;
}
.yt_button_item_browser .yt-button-l {
	background:url(../../images/bg-slideshow-button-l.png) no-repeat left top;
}

.yt_button_item_browser .yt-button-m {
	margin: 0 25px;
	padding: 0 30px;
}
.yt-button-m span {
	background:url(../../images/bg-slideshow-button-number.png) no-repeat center center;
	display: inline-block;
	font-family: georgia;
    font-size: 18px;
    height: 37px;
    text-align: center;
    width: 31px;
}
/*.yt_button_item_demo:hover .yt-button-l,
.yt_button_item_detail:hover .yt-button-l {
	background-position: 0 -41px;
}
*/
.yt-button-r {
/*	background: url(../../images/bg-slideshow-button-r.png) no-repeat right top;
*/ 
	background:none;
	width: 100%;
	height: 41px;
}
.yt-button-m {
/*	background: url(../../images/bg-slideshow-button-m.png) repeat-x left top;
*/	
	background:none;
	margin:0;
/*	margin: 0 25px 0 50px;
*/	height: 41px;
}
.yt_button_item_detail a{
	float:right;
}
.yt_button_item_browser{
	overflow:hidden;
	float:left;
}
.yt_button_item_demo:hover a{
	color:#ff0037;
	text-decoration:none;
	background-position:0px -41px;
}

.yt_button_item_demo a{
	height: 41px;
	padding:0;
	display:inline-block;
	line-height:37px;
	margin-right:-5px;
	color:#0062aa;
	font-size: 117%;
	background: url(../../images/bg-button-more.png) no-repeat 0 0;
	width: 157px;
	text-indent: 55px;
}
.yt_button_item_detail a{
	display:inline-block;
	height:41px; 
	line-height: 37px;
	font-size:12px;
	color:#0062aa;
	font-size: 117%;
	background: url(../../images/bg-button-more.png) no-repeat 0 0;
	width: 157px;
	text-indent: 55px;
}
.yt_button_item_detail a:hover{
	background-position:0px -41px;
	color:#ff0037;
	text-decoration:none;
}
.yt_button_item_browser a{
	display:inline-block;
	height:41px;
	line-height:31px;
	color:#0062aa;
	font-size: 117%;
}
.yt_button_item_browser a:hover{
	text-decoration:none;
	color:#ff0037;
}
.yt_clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.yt_clearfix {
	display: inline-block;
}

html[xmlns] .yt_clearfix {
	display: block;
}

* html .yt_clearfix {
	height: 1%;
}