/* For more font-face options, visit http://www.fontsquirrel.com/fontface */
@font-face { 
				
	font-family: "YanoneKaffeesatzRegular";
	src: url("../fonts/YanoneKaffeesatz-Regular-webfont.eot");
	src: url("../fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix") format("embedded-opentype"),
			url("../fonts/YanoneKaffeesatz-Regular-webfont.woff") format("woff"),
			url("../fonts/YanoneKaffeesatz-Regular-webfont.ttf") format("truetype"),
			url("../fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular") format("svg");
	font-weight: normal;
	font-style: normal;
			
}

/* The outer banner div */	
#cj-banner {
			
	font-family: "YanoneKaffeesatzRegular", Geneva, sans-serif;
	font-size: 24px;
	position: relative;
	top: 0;
	left: 0;
			
}

/* 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: 25px;
	height: 60px;
	z-index: 9999;
	cursor: pointer;
	background: url(../images/lefty.png);
				
}

/* Left arrow on mouse over */
.cj-left-arrow:hover {

	background-position: bottom;
				
}

/* The right arrow, a background image is used to prevent roll-over loading delays */	
.cj-right-arrow {
				
	width: 25px;
	height: 60px;
	z-index: 9999;
	cursor: pointer;
	background: url(../images/righty.png);
				
}

/* Right arrow on mouse over */	
.cj-right-arrow:hover {

	background-position: bottom;
				
}

/* The text slogans, changing the padding here if you like */	
.cj-info-text {
				
	position: absolute;
	padding: 10px;
				
}






