
/* outmost wrapper element */
#scrollable {
float:left;
overflow: hidden;
}

/* container for the scrollable items */
div.items {
	margin-left:5px;
	float:left;
	width:140px !important;
	overflow: hidden;
	height: 230px;
}

/* single item */
div.items div.item {
padding:0;
cursor:pointer;
display:block;
float:left;
margin-right:7px;
text-decoration:none;
width:150px;
position: relative;
}

div.items a:hover img {
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}


#sub-content .article .picture.description p {
width: 80px;
margin: 0 0 0 10px;
padding: 0;
float: right;
display: inline;
font-size: 1.1em;
line-height:1.1em;
}