﻿@charset "UTF-8";
/*******************
Key Image
*******************/
#KeyImage{
	width:480px;
	height:360px;
	margin:10px auto 10px auto;
	background:#fff;
	/*overflow:hidden;*/
}
* html #KeyImage  { margin-top: 0px; }

#KeyImage img { vertical-align: text-bottom; border:none;}

#KeyImage .slideInner{
	height:360px;
}

#KeyImage #ui-tabs-nav_container{
	width:480px;
}
#KeyImage ul.ui-tabs-nav{
	padding:0;
	margin:0;
	list-style:none;
}
#KeyImage ul.ui-tabs-nav li{
	font-size:12px;
	color:#666;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	display: block;
	float: left;
}
#KeyImage ul.ui-tabs-nav li img{
	float:left;
	margin-top:2px;
	margin-left:2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#KeyImage ul.ui-tabs-nav li span{ 
	font-size:11px;
	font-family:Verdana;
	line-height:18px; 
}
#KeyImage li.ui-tabs-nav-item a{
	width:97px;
	height:73px;
	display:block;
	color:#333;
	line-height:15px;
	text-align: center;
	background-color: #CCCCCC;
}
#KeyImage li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}

#KeyImage ul.ui-tabs-nav li.ui-tabs-selected a{
	background-color: #04263B;
}
#KeyImage .ui-tabs-panel{
	width:480px;
	height:360px;
	background-color: #FFFFFF;
}

#KeyImage .ui-tabs-hide{ 
	display:none; 
}
