/* Previous entry button */
.previousEntryDetailFlag {
	border: none;
	background-repeat:no-repeat;
	background: url("../../../img/previousLine.png") no-repeat;
	width: 30px;
	height:25px;
	cursor: hand;
	vertical-align:bottom;
}

/* Next entry button */
.nextEntryDetailFlag {
	border: none;
	background-repeat:no-repeat;
	background: url("../../../img/nextLine.png") no-repeat;
	width: 30px;
	height:25px;
	cursor: hand;
	margin-left:5px;
	vertical-align:bottom;
}
