 /* width and height required for cycle to work properly */
ul#headerimages,
ul#headerimages li,
#headerswf, 
#headervideo {
	width: 730px;
	height: 150px;
	margin: 20px 25px 0 0;
}

ul#headerimages { padding: 0; overflow: hidden; background-repeat: no-repeat;}
ul#headerimages li { list-style: none outside none; margin: 0; padding: 0;  }

ul#headerimages.header_full { width: 930px; background-color: #fff; height: 138px; margin: 0 0 20px 0; padding: 4px; border: 1px solid #CBCBCB;}
ul#headerimages.header_full li { width: 930px; height: 138px; }

ul#headerimages.header_main { background-repeat: no-repeat; width: 640px; background-color: #fff; border: 1px solid #CBCBCB; height: 137px; margin: 0 0 20px 0; padding: 4px; float: left; }
ul#headerimages.header_main li { width: 640px; height: 137px; }

ul#headerimages.header_main2 {
	width: 640px;
	background-color: #fff;
	margin: 0 0 20px 0;
	border: 1px solid #CBCBCB;
	padding: 4px;
	height: 137px;
	background-repeat: no-repeat;
	float: left;
}
ul#headerimages.header_main2 li { width: 640px; height: 137px; background-repeat: no-repeat;  }

ul#headerimages li a, ul#headerimages li span { display: block; text-indent: -9999px; }
