#prev {
	FLOAT: left;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 60px;
	LEFT: 0px;
}
#next {
	FLOAT: left;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 60px;
	RIGHT: 0px;
}

a.prev {
POSITION: absolute;
TOP: 0px;
LEFT: 0px;
background-image: url('../jquery/left_arrow.png');
width:15px;
height:48px
}


a.next {
POSITION: absolute;
TOP: 0px;
RIGHT: 0px;
background-image: url(../jquery/right_arrow.png);
width:15px;
height:48px;
}


#carousel {
	DISPLAY: none;
	padding-top:10px;
	text-valign:meddle;
}
#carousel LI {
	WIDTH: 160px;
	background:#ffffff;
}