/*p#nextprev_links { padding-bottom: 12px }
a#prev_link { float: left }
a#next_link { float: right }*/

#nextprev_links{
	position: absolute;
	top: 3px;
	width: 100%;
}
.previous_product{
	float: left;
	margin: 0 10px 0 0;
}
a#prev_link{
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 15px;
	background: url(../images/prod_left.png) no-repeat;
}
.next_product{
	float: right;
	margin: 0 0 0 10px
}
a#next_link{
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 15px;
	background: url(../images/prod_right.png) no-repeat;
}