/* jQuery Cycle Banner Stylesheet */

.pics {
	height: 212px;
	width: 584px;
	padding:0;
	margin:0;
	overflow:hidden;
}
.pics img { 
	height: 212px; 
	width: 584px;
	padding: 0px;
	top:0;
	left:0
}

/* Sample CSS Code for INDEX full width picture cycle */
.picswide {
	height: 212px;
	width: 765px;
	padding:0;
	margin:0;
	overflow:hidden;
	float: left;
}

/* Block Outline for Featured Area */
.featurepicture a {
	display: block;
}
