/* Post Views Box styles */

#post_views_container {
	/*width:50px;
	height:60px;*/
	position:relative;
	float:right;
}

.post_views,
.post_views_upcoming,
.post_views_hot {
	padding-left: 25px;
	display:block;
	/*position:absolute;*/
	bottom :0;
	left: 0;
}
	
.post_views {
	background: url("../img/views_gray.png") no-repeat scroll 0 center transparent;
}
.post_views_upcoming {
	background: url("../img/views_blue.png") no-repeat scroll 0 center transparent;
}
.post_views_hot {
	background: url("../img/views_hot.png") no-repeat scroll 0 center transparent;
}
