/**
 * HOME BANNER
 **********************************************************/
#tat_home_banner {
	background-color: #FFFFFF;
	height: 200px;
	overflow: visible;
	position: relative;
	width: 100%;
}
#tat_home_banner .show {
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#tat_home_banner .buffer {
	z-index: 3;
}
#tat_home_banner .show .image {
	background-color: #EEEEEE;
	height: 200px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 75%;
}
#tat_home_banner .show .image a, #tat_home_banner .show .image a:hover, #tat_home_banner .show .image a:visited {
	border: none;
}
#tat_home_banner .show .detail {
	background-color: #313131;
	height: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 26%;
	overflow: hidden;/* pan16apr11:for ie */
}
#tat_home_banner .show .detail h3 {
	color: #F28214;
	font: normal normal normal 2em Century, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;	
	line-height: 27px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding-bottom: 0px;
	overflow: hidden;
	max-height: 90px;
}
#tat_home_banner .show .detail p {
	color: #FFFFFF;
	font: normal normal normal 1em Verdana, Geneva, Tahoma, sans-serif;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	max-height: 100px;
}
#tat_home_banner .show .detail p a {
	color: #F28214;
	text-decoration: none;
}
#tat_home_banner .button_bg {
	background-color: #313131;
	bottom: 0px;
	height: 30px;
	position: absolute;
	width: 75%;
	z-index: 3;
}
#tat_home_banner .caption {
	bottom: 7px;
	color: white;
	height: 30px;
	position: absolute;
	width: 75%;
	z-index: 4;
}
#tat_home_banner .caption p {
	color: white;
	font: normal normal normal small Arial, Helvetica, sans-serif;
	margin: 6px 20px 0px 0px;
	text-align: right;
	vertical-align: middle;
}
#tat_home_banner .button {
	bottom: 12px;
	height: 17px;
	overflow: visible;
	position: absolute;
	text-align: left;
	/*width: 255px;*/
	z-index: 5;
}
#tat_home_banner .button ul {
	display: inline-block;
	margin: 6px 0px 0px 35px;
	padding: 0px;
}
#tat_home_banner .button ul li {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
#tat_home_banner .button ul li a {
	border-style: none;
	background-color: white;
	color: #656565;
	display: block;
	font: normal normal normal 9px Arial, Helvetica, sans-serif;
	margin: 0px;
	overflow: hidden;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
}
#tat_home_banner .button ul li a:hover {
	color: white;
	background-color: #656565;
	border-style: none;
	text-decoration: none;
}
#tat_home_banner .button ul li a img {
	border-style: none;
}
#tat_home_banner .button .arrow {
	background: none;
	margin: 0px;
	padding: 0px;
}
#tat_home_banner .button .arrow:hover {
	background: none;
	margin: 0px;
	padding: 0px;
}
#tat_home_banner .button ul li a:hover, #tat_home_banner .button .selected {
	background-color: #68696D;
	color: white;
}

