


/* PAGE SPECIFIC STYLES */

/* home */
#slideshow {
	position:relative;
	width:100%;
	top:0px;
	left:0;
	height:154px;
	overflow:hidden;
	margin-top:10px;
}
	#slides {
	}
		#slides .slide {
			background-repeat:no-repeat;
			background-position:top center;
			width:100%;
			height:154px;
		}
	#slideshow .absolute {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index:100;
		top:0px;
	}
		#slideshow .wrap {
			height:26px;
		}
			#slideshow #prev,
			#slideshow #next {
				height:30px;
				width:30px;
			}
			#slideshow #prev {
				float:left;
			}
			#slideshow #next {
				float:right;
			}
