#prev{
	left: 0px;
	background-image: url(../../img/prev.png);
	background-repeat: no-repeat;
	background-position: right;
	bottom: 10px;
}
#next{
	float: right;
	right: 0px;
	background-image: url(../../img/next.png);
	background-repeat: no-repeat;
	bottom: 10px;
}
