/* other buttons start */
.nextBtn {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:24px;
	width:60px;
	overflow:hidden;
	background-image:url(/images/siteWide/nextBtn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.nextBtn:hover {
	background-position:0px -24px;
}
.previousBtn {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:24px;
	width:60px;
	overflow:hidden;
	background-image:url(/images/siteWide/previousBtn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.previousBtn:hover {
	background-position:0px -24px;
}
.downBtn {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:24px;
	width:50px;
	overflow:hidden;
	background-image:url(/images/siteWide/downBtn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.downBtn:hover {
	background-position:0px -24px;
}
.upBtn {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:24px;
	width:50px;
	overflow:hidden;
	background-image:url(/images/siteWide/upBtn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.upBtn:hover {
	background-position:0px -24px;
}
.moreWhiteBtn {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:24px;
	width:60px;
	overflow:hidden;
	background-image:url(/images/siteWide/moreWhiteBtn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.moreWhiteBtn:hover {
	background-position:0px -24px;
}
.moreBtn {
	display:block;
	height:24px;
	width:60px;
	overflow:hidden;
	background-image:url(/images/siteWide/moreBtn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.moreBtn:hover {
	background-position:0px -24px;
}