.scrollable {
	position:relative;
	overflow:hidden;
	width: 620px;
	height:120px;
	border:solid 1px #afafb4;
	margin-left:20px;
	background:#e7e7ea;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable img {
	width:137px;
	height:100px;
	margin:5px 0 0 0;
	padding:5px 8px 0 8px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#banner{
	background:url(../images/bg_banner.gif) no-repeat;
	width:660px;
	height:193px;
	padding-top:55px;
}
#bannerPublish{
	position:absolute;
	top:10px;
	right:15px;
}
.arrowLeft a {
	position:absolute;
	top:55px;
	left:2px;
	display:block;
	width:15px;
	height:122px;
	background:url(../images/arrowLeft.png) no-repeat;
}
.arrowLeft a:hover {
	position:absolute;
	top:55px;
	left:2px;
	display:block;
	width:15px;
	height:122px;
	background:url(../images/arrowLeft_over.png) no-repeat;
}
.arrowRight a {
	position:absolute;
	top:55px;
	right:0px;
	display:block;
	width:15px;
	height:122px;
	background:url(../images/arrowRight.png) no-repeat;
}
.arrowRight a:hover {
	position:absolute;
	top:55px;
	right:0px;
	display:block;
	width:15px;
	height:122px;
	background:url(../images/arrowRight_over.png) no-repeat;
}
