div.home_sample_websites {
	width:946px;
	display:block;
	padding-top:5px;
}
div.home_sample_websites_left {
	width:18px;
	height:154px;
	float:left;
	display:inline;
}
a.home_sample_websites_left {
	cursor:pointer;
	float:left;
	width:18px;
	height:154px;
	display:block;
	font-size:12px;
	background:url(/images/samplesites/arrow_left.gif) no-repeat 50% 50%;
}
a.home_sample_websites_right {
	cursor:pointer;
	float:left;
	width:18px;
	height:154px;
	display:block;
	font-size:12px;
	background:url(/images/samplesites/arrow_right.gif) no-repeat 50% 50%;
}
div.home_sample_websites_items{
	float:left;display:inline;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width:910px;
	height:154px;
}

.scrollable .items {
	width:10000px;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:910px;
	display:inline;
}

div.home_sample_websites_item_1 {
	width:223px;
	float:left;
}
div.home_sample_websites_item_2 {
	width:223px;
	float:left;
	padding-left:6px;
}

.scrollable .active {
	position:relative;
	cursor:default;
}