@charset "utf-8";
/* CSS Document */

#imageCycle {
	float:left;
	width:419px;	
}
#imageCycle div {
	border:0 none;
	height:107px;
	margin:0;
	padding:0;
	width:419px;
	z-index:1000;
}
#imageCycle div a {
	border:0 none;
}
#imageCycle div img {
	border:0 none;
}
#imageContainer {
	border:0 none;
	height:107px;
	margin:0;
	padding:0;
	position:relative;
	width:419px;
}
#imagePager {
	border:0 solid #222222;
	bottom:10px;
	position:absolute;
	right:0;
	z-index:3000;
}
#imagePager a {
	background-color:#000000;
	border:1px solid #222222;
	color:#666666;
	font-family:Helvetica,sans-serif;
	font-size:9px;
	height:15px;
	margin-right:7px;
	padding:5px;
	width:15px;
}
#imagePager a.activeSlide {
	background-color:#000000;
	border:1px solid #666666;
	color:#CCCCCC;
}
#imagePager a:hover {
	background-color:#000000;
	border:1px solid #555555;
	color:#999999;
}
#imagePagder a:focus {
	border:medium none;
}

