#ftHolder { width: 500px; text-align: center; height: 332px; }
#ft { border: 5px solid #BAD340; -moz-border-radius: 5px; }

#example
{
	float: left;
}
.ft-title
{
	padding: 10px 10px;
	width: 490px;
	text-align: left;
	height: 15px;
	text-align: left; 
}
.ft-prev, .ft-next
{
	width: 30px;
	height: 30px;
	display:block;
	background-repeat: no-repeat;
}
.ft-prev
{
	background-image: url(fancy_left.png);
}
.ft-next
{
	background-image: url(fancy_right.png);
}
#ft a
{
	color: #bbb;
	text-decoration: none;
}
