/**
 * HOME FEATURE
****************/
#tat_slideshow {
	background-color: #B9CE1B;
	height: 185px;
	margin-top: 13px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#tat_slideshow .imgview1, #tat_slideshow .imgview2 {
	height: 149px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 106px;
	z-index: 1;
}
#tat_slideshow .imgview2 {
	z-index: 2;
}
#tat_slideshow .imgview1 img {
	height: 149px;
	width: 106px;
}
#tat_slideshow .head, #tat_slideshow .description, #tat_slideshow .button {	
	left: 0px;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
	width: 50%;
}
#tat_slideshow .head-desc {
	height: 149px;
	overflow: hidden;
	position:relative;/* IE6 fix */
}
#tat_slideshow .head {
	color: white;
	cursor: pointer;
	font: bold medium Verdana,Geneva,Tahoma,sans-serif;
	padding-top: 15px;
	max-height: 109px;
	text-transform: uppercase;
	top: 0;
}
#tat_slideshow .description {
	color: white;
	cursor: pointer;
	font: normal 1em Verdana,Geneva,Tahoma,sans-serif;
	margin-top: 5px;
	max-height: 52px;
	position: relative;
}
#tat_slideshow .button {
	bottom: 0;
	height: 46px;
	position: absolute;
	overflow: visible;
	width: 255px;
	text-align: left;
	z-index: 5;
}
#tat_slideshow .button ul {
	display: inline-block;
	margin: 15px 0 0 -7px;
	padding: 0;
}
#tat_slideshow .button ul li {
	float: left;
	list-style: none;
	margin-left: 0;
	margin-right: 4px;
	vertical-align: middle;
	text-align: center;
}
#tat_slideshow .button ul li a {
	background-color: white;
	color: #68696D;
	display: block;
	font: normal 9px Tahoma;
	height: 15px;
	padding-top: 2px;
	width: 15px;
	text-decoration: none;
}
#tat_slideshow .button ul li a:hover, #tat_slideshow .button .selected {
	background-color: #68696D;
	color: white;
}

