.scrollable_horizontal {
	position: relative;
	overflow: hidden;
	height: 300px;
	width: 480px;
}
.scrollable_horizontal .items {
	position: relative;
	height: 300px;
    width: 4000em;
}
.scrollable_horizontal .items .item {
    position: relative;
    float: left;
	height: 300px;
    width: 480px;
    overflow: hidden;
}

#right_inner #actions {
	width: 100%;
	margin: 0px 0px 15px 0px;
}
#right_inner #actions a {
	font-size:12px;
	cursor: pointer;
	color: #000000;
    font-weight: bold;
    text-decoration: none;
}
#right_inner #actions a:hover {
	color: #000000;
    text-decoration: underline;
}
#right_inner #actions a.disabled {
	visibility: hidden;
}
#right_inner #actions a.nextPage {
	float: right;
}

