#bannerUI a, #bannerUI a img {
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#bannerUI {
	margin-top: -270px;
	height: 270px;
	z-index: 99;
	position: relative;
}



#bannerUI #img-head {
	width: 345px;
	background: url(/images/cycle/caption-bg.png) top left repeat;
	font-size: 23px;
	font-weight: normal;
	padding-top: 5px;
	height: 65px;	
	font-family: "Lucida Grande",Tahoma, Arial, sans-serif;
}

#bannerUI #img-caption {
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 154px;
	background: url(/images/cycle/caption-bg.png) top left repeat;
	width: 833px;
	height: 36px;
	font-size: 16px;
	font-weight: normal;
	padding-top:10px;
}

#bannerUI #img-head, #bannerUI #img-caption {
	padding-left: 15px;
}


#bannerUI .nav { 
	display: block;
	margin: 0;
	padding: 0;

	margin-top: 154px;
	width: 56px;
	height: 0;
	padding-top:46px;
	overflow: hidden;
}



#bannerUI #slideLeft { 
	float: left;
	margin-left: 0px;
	background: url(/images/cycle/l-arrow.gif) top left no-repeat;
}


#bannerUI #slideRight { 
	margin-left: 0;
	background: url(/images/cycle/r-arrow.gif) top left no-repeat;	
}

