/* Rotating Banner */
#banner {
	position:relative;
	height:250px;
	width: 1000px;
	overflow: hidden;
	clear: left;
}
#banner p {
	float:left;
	margin: 0px;
	line-height: 0px;
}
#banner p.show {
	z-index:1001;
}