/* For more information, Visit http://ibrahimjabbari.com */

/* For more font-face options, visit http://www.fontsquirrel.com/fontface */
@font-face { 
				
	font-family: "Verdana";

	font-weight: normal;
	font-style: normal;
			
}

/* The outer banner div */	
#cj-banner {
			
	font-family: Verdana, sans-serif;
	font-size: 14px;
	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 text slogans, changing the padding here if you like */	
.cj-info-text {
				
	position: absolute;
	padding: 10px;
				
}






