.jcarousel-prev{
	position:absolute;
	float:left;
	width:55px;
	height:133px;
	cursor:pointer;
	margin-left:-55px;
	background:url('../img/nav_left.gif') left top no-repeat;
}

.jcarousel-next{
	position:absolute;
	float:left;
	width:55px;
	height:133px;
	cursor:pointer;
	margin-left:879px;
	background:url('../img/nav_right.gif') left top no-repeat;
}

.jcarousel-prev-disabled{
	float:left;
	width:55px;
	height:133px;
	cursor:pointer;
	margin-left:-55px;
	background:url('../img/nav_left.gif') left top no-repeat;
}

.jcarousel-next-disabled{
	position:absolute;
	float:left;
	width:55px;
	height:133px;
	cursor:pointer;
	margin-left:879px;
	background:url('../img/nav_right.gif') left top no-repeat;
}
