/* For more font-face options, visit http://www.fontsquirrel.com/fontface */



/* The outer banner div */	
#cj-banner {
			
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 20px;
	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: 40px;
	height: 40px;
	z-index: 9999;
	cursor: pointer;
	background: url(images/galerie_papier/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: 40px;
	height: 40px;
	z-index: 9999;
	cursor: pointer;
	background: url(images/galerie_papier/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;
	z-index: 0;
				
}






