/* Candle Section CSS */
#description {
	height: 400px;
	overflow: auto;
}

.description_individual {
	padding-left: 210px;	
}

#static_featured_description {
	float: right;
	width: 290px;
}

#featured_img {
	width: 200px;
	float: left;
}

.direct_link {
	color: #808080;
}

.direct_link:hover {
	font-weight: bold;
}

#candle_images {
	margin: 0px auto 0px auto;
}

.candle_image {
	width: 100px;
	padding: 10px;
}

.candle_image:hover {
	background-color: #2c921a;
}

#candle_images a {
	text-decoration: none;
	border-bottom: 0px;	
}

#candle_images a:hover {
	text-decoration: none;
	border-bottom: 0px;	
}

.candle_image_clickable {
	background-color: #2c921a;
}

.candle_image img {
	width: 100px;	
}

.arrow {
	font-size: 18px;
	margin-right: 10px;
}