
#right {
	width:80px;
}
#leftar {
	width:33px;
}
.arrow_end_left {
	width:14px;
	height:14px;
	background-image:url('inc_images/left_end.jpg');
	float:left;
	margin-right:2px;
}

.arrow_left {
	width:14px;
	height:14px;
	background-image:url('inc_images/left.jpg');
	float:left;
}

.arrow_end_right {
	width:14px;
	height:14px;
	background-image:url('inc_images/right_end.jpg');
	float:left;
	margin-left:2px;
}

.arrow_right {
	width:14px;
	height:14px;
	background-image:url('inc_images/right.jpg');
	float:left;
}