/* ********************************** */
/* ************ CSS RESET *********** */
/* ********************************** */

#cj-gallery ul, 
#cj-gallery li, 
#cj-gallery img, 
#cj-gallery div, 
#cj-gallery span,
#cj-gallery h2, 
#cj-gallery p,
#cj-gallery a {

	margin: 0;
	padding: 0;
	border: 0;
	line-height: normal;
	
}

#cj-gallery li {

	list-style-type: none;
	
}

/* ********************************** */
/* ********* GENERAL STYLES ********* */
/* ********************************** */

/* Fullsize css, will be overriden by fixed sized if used */
#cj-gallery {

	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	color: #CCC;

}

#cj-gallery #cj-bg-images {
			
	display: none;
				
}

/* General link style */
#cj-gallery a {

	text-decoration: none;
	color: #FFF;
	
}

#cj-gallery a:visited {

	color: #FFF;

}

#cj-gallery a:hover {

	text-decoration: underline;
	
}

/* Cursive font class */
.cj-cursive-font {

	font-family: "Dancing Script", cursive !important;
	font-size: 22px !important;
	
}

/* Used for the "hit area" when clicking an image */
.cj-bg-click {
	
	background-color: #000;
	opacity: 0;
	
}

/* Removes unwanted content highlighting */
.cj-no-select {

	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

/* The image preloader */
#cj-gallery #cj-preloader {
	
	float: left;
	width: 35px;
	height: 27px;
	margin-right: 5px;
	padding-top: 8px;
	background: url(../img/cj_gallery/graphics/preloader_bg.png) no-repeat;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
		
}

/* Applied to noscript background image */
.cj-noscript {

	z-index: -1000;
	
}

/* Preload some icons */
#cj-gallery #cj-preload {
	
	position: fixed;
	visibility: hidden;
	font-family: "Dancing Script", cursive;
	
}







