.spinner {
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 999;
    background: #fff;
}
.spinner-msg {
    text-align: center;
    font-weight: bold;
}

.spinner-img {
    background: url(../images/spinner.gif) no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
 .pFirst
{
	background: url(../images/first.gif) no-repeat ;
}

.pPrev
{
	background: url(../images/prev.gif) no-repeat;
}

.pNext
{
	background: url(../images/next.gif) no-repeat;
}

.pLast
{
	background: url(../images/last.gif) no-repeat;
}
div.pButton
{
	float: left;
	width:16px;
	height:16px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
	margin-top:3px;
}

div.pButton:hover, div.pButton.pBtnOver
{
	background-position:-16px 0;
}

.hide
{
	display:none !important;
}