.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 580px;
	height:288px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.resumnot {
	position:relative;
	float:left;
	margin:0px 20px 0px 0px;
	cursor:auto;
	width:180px;
	height:288px;
}
.resumnot h5 {
	margin:3px 0 5px 0;
	background:#bc2e1a;
	font-weight:lighter;
	font-family:swiftR, Georgia;
	color:#FFF;
	padding:3px 13px 2px 9px;
	font-size:12px;
}
.resumnot p.excerptmini {
	padding:10px 13px 7px 9px;
	margin-bottom:5px;
	font-size:11px;
	line-height:14px;
	width:158px;
	color:#000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande","Lucida Sans", Arial, sans-serif;
	background:#FFF;
}
.resumnot p a {	color:#000;	text-decoration:none; }

.resumnot p.autormini {
	font-family:Helvetica;
	position:absolute;
	bottom:0px;
	width:154px;
	text-transform:uppercase;
	color:#FFF;
	font-size:9px;
	padding:5px 13px 7px 12px;
	height:13px;
	background:#999966;
}
.resumnot p.autormini a:hover {
	text-decoration:underline;
}
.resumnot p.autormini a {
	color:#FFF;
	text-decoration:none;
}
.resumnot p.autormini span {
	font-size:12px!important;
	color:#000!important;
	text-transform:none;
	font-family:swiftBI!important;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}


