/* Global Styles */

html {
	color: #4c4d43;
	}

.gallery_image {
	float: center;
	background: none;
	display:block;

	}

#main_image {
	background: none;
	font-size: .875em;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;


	}
	
#main_image img {

	margin: auto;
	float: center;
	}
		
#main_image #loader {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 43px;
	height: 11px;
}

#image_description {	


	margin-bottom: 20px;
	font-size: .875em;
text-align: center;
}

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

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

#thumbnails {
	padding: 5px 0 0 0;
	background: #ececec;
	}

#thumbnails ul {
	float: left;
	margin-left: 53px;

	}

#thumbnails li {
	display: inline;
	
	}

#thumbnails li, #thumbnails div {

	width: 50px;
	height: 15px;
	}

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






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

#left_arrow {
	background: transparent url('http://www.richardsrunforlife.org/images/gallery/prev.png') no-repeat scroll top left;
	padding: 0 0 0 3px;
	margin: 0 0 0 3px;
		width: 50px;
	height: 10px;	
}




.nl_thumb {
	margin:0;
}

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






