#cj-banner {
			
	font-family:Arial, Helvetica, sans-serif
	font-size: 20px;
	position: relative;
	margin:0 auto
			
}

/* We hide the unordered list */
#cj-banner ul {
			
	display: none;
				
}

/* Text links for any given slide */
#cj-banner a {
			
	outline: none;
	/* text-decoration: none; */
				
}

/* The left arrow, a background image is used to prevent roll-over loading delays */
.cj-left-arrow {
				
	width: 40px;
	height: 40px;
	z-index: 9999;
	cursor: pointer;
	background: url(images/lefty.png);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	margin-top:-180px;
	margin-left:15px
				
}

/* Left arrow on mouse over */
.cj-left-arrow:hover {

	background-position: bottom;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				
}

/* The right arrow, a background image is used to prevent roll-over loading delays */	
.cj-right-arrow {
				
	width: 40px;
	height: 40px;
	z-index: 9999;
	cursor: pointer;
	background: url(images/righty.png);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	margin-top:-180px;
	margin-left:-15px
				
}

/* Right arrow on mouse over */	
.cj-right-arrow:hover {

	background-position: bottom;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				
}

/* The text slogans, changing the padding here if you like */	
.cj-info-text {
				
	position: absolute;
	padding: 8px;
				
}