div.scrollable 
{
    width: 100%; /* need this because of overflow:hidden-IE6-BUG ! */
	position: relative; /* need this because of overflow:hidden-IE7-BUG ! */
	overflow: hidden;
}

div.scrollable div.mask {
	width:1000%;
	position: relative;
}

div.scrollable div.mask div.item {
	width:710px;
	float: left;
}
	
div.scrollable div.mask div.item div.content {
	margin: 0 auto; 
	text-align: center;
	font-family: 'Segoe UI', Verdana; 
	color: #000;
}

.clear {
	clear:both;
}
