/* Global Styles */

html {
	color: #4c4d43;
	}

.gallery_image {
	float: center;
	background: none;
	display:block;
	max-width: 600px;
	}

#main_image {
	background: none;
	height: 360px;
	font-size: .875em;
	margin: 0 auto 10px auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 500px;
	padding-left: 20px;
	}
	
#main_image img {
	max-height: 360px;
	margin: auto;
	float: center;
	}
		
#main_image #loader {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 43px;
	height: 11px;
}

#image_description {	
	width: 500px;
	float: left;
	margin-bottom: 20px;
	font-size: .875em;
}

#image_title {
	font-size: 1.5em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#image_description, #image_title {
	margin-top: 0px;
	}

#thumbnails {
	margin: 2px;
	padding: 0 0 0 0;
	width: 620px;
	height: 60px;

	}

#thumbnails ul {
	float: left;
	}

#thumbnails li {

	}

#thumbnails li, #thumbnails div {
	margin: 5px 8px 5px 5px;
	width: 50px;
	height: 50px;
	}

#gallery_text p {
	color: gray;
	font-size: .875em;
	line-height: 1.429em;
	}






#right_arrow {
	background: transparent url('http://www.historyandnature.org/themes/blackcandya/images/next.png') no-repeat scroll top left;
	width: 50px;
	height: 50px;	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#left_arrow {
	background: transparent url('http://www.historyandnature.org/themes/blackcandya/images/back.png') no-repeat scroll top left;
	margin-bottom: 0px;
		width: 50px;
	height: 50px;	
}




.nl_thumb {
	margin:0;
}

h2 {
		color: #4c4d43;
	}
	
p {
		color: #4c4d43;
	}
	
.title, .description {
	color: #4c4d43;
	display: none;
}






