	#btnprev
	{
		width: 21px;
		height: 430px;
		position: absolute;
		left: 10px;
		top: 97px;	
	}
	
	#btnprev a
	{
		display: block;		
		height: 100%;
		background:  url(../img/pl_prev_highlight.gif) no-repeat center;
	}
	
	#btnprev a:hover
	{
		display: block;		
		background: white url(../img/pl_prev_highlight.gif) no-repeat center;
		height: 100%;
	}
	
	#btnnext
	{
		width: 21px;
		height: 430px;
		position: absolute;
		left: 474px;
		top: 97px;	
	}
	
	#btnnext a
	{
		display: block;		
		height: 100%;
		background: url(../img/pl_next_highlight.gif) no-repeat center;
	}
	
	#btnnext a:hover
	{
		display: block;		
		background: white url(../img/pl_next_highlight.gif) no-repeat center;
		height: 100%;
	}
	
