﻿body {
}
.prevButton
{
	background-image: url(     'images/PageElements/buttons/button_small_prev_resize.bmp' );
	background-repeat: no-repeat;
	background-position: center center;
	padding: 27px 0 0 60px;
	
	width: 99px;
	height: 49px;
	
}
.nextButton
{
	background-image: url(  'images/PageElements/buttons/button_small_next_resize.bmp' );
	background-repeat: no-repeat;
	background-position: center center;
	
	width: 99px;
	height: 49px;
	padding: 27px 0 0 58px;
	
}

