
.Previous {
    display:block;
    width:30px;
    height:150px;
    background:url(../images/LEFT.jpg) no-repeat 0 0;	
    cursor:hand;
    cursor:pointer ;

}

.PreviousDisable {
    display:block;
    width:30px;
    height:150px;
    background:url(../images/left_inactive.jpg) no-repeat 0 0;	
    cursor:hand;
    cursor:pointer ;

}

.Next {
    display:block;
    width:30px;
    height:150px;
    background:url(../images/RIGHT.jpg) no-repeat;	
    cursor:hand;
    cursor:pointer ;

}

.NextDisable {
    display:block;
    width:30px;
    height:150px;
    background:url(../images/right_inactive.jpg) no-repeat 0 0;	
    cursor:hand;
    cursor:pointer ;

}

.border
{
    border:1px solid #CCCCCC;
}	

									

.PreviousMat {
    display:block;
    width:30px;
    height:180px;
    background:url(../images/leftmat.jpg) no-repeat 0 0;	
    cursor:hand;
    cursor:pointer ;

}

.PreviousMatDisable {
    display:block;
    width:30px;
    height:180px;
    background:url(../images/leftmat_inactive.jpg) no-repeat 0 0;	
    cursor:hand;
    cursor:pointer ;

}

.NextMat {
    display:block;
    width:30px;
    height:180px;
    background:url(../images/rightmat.jpg) no-repeat;	
    cursor:hand;
    cursor:pointer ;

}

.NextMatDisable {
    display:block;
    width:30px;
    height:180px;
    background:url(../images/rightmat_inactive.jpg) no-repeat 0 0;	
    cursor:hand;
    cursor:pointer ;

}									
