.blogButton{
	cursor: pointer;
	background-color:transparent;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #343334;
	display:inline-block;
	color:#343334;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:120px;
	text-decoration:none;
	text-align:center;
	position: absolute;

}
#blogButtons{
	height: 34px;
	position: relative;
}

#blogBtnOlder .arrow{
	background: url('/img/content/blog/blogolder.png') no-repeat;
	width: 31px;
	height: 31px;
	display:block;
	float: left;
}

#blogBtnOlder:hover .arrow,#blogBtnNewer:hover .arrow{
	background-position: -31px;
}

#blogBtnOlder:active .arrow,#blogBtnNewer:active .arrow{
	background-position: 0px;
}


#blogBtnOlder{
	left: 0px;
	display: none;
}

#blogBtnNewer{
	right: 0px;
	display: none;
}
#blogBtnNewer .arrow{
	background: url('/img/content/blog/blognewer.png') no-repeat;
	width: 31px;
	height: 31px;
	display:block;
	float: right;
}
.nohover .arrow{
	background-position: 0px !important;
}
#blogPreloader{
	position: relative;
}
#blogPreloaderAsset{
	position: absolute;
	left:10px;
	width: 40px;
	height: 40px;
	margin-left: 46%;
	display: none;
}
.blogEntry h6{
	display: none;
}