div.scrollable
{	
    float: left;
	position: relative;
	overflow: hidden;	 	
	width: 680px;
    height: 170px;
}

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

div.scrollable div.items div
{
	float:left;
    text-align:center;
    margin-right: 30px;
}

div.movie-image
{
    background-color: #e0e0e0;
    width: 110px;
    text-align: center;
    height: 167px;
}

div.movie-image img
{
    margin: 5px;
    margin-bottom: 0px;
    border: 0px;
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../jquery.tools/img/scrollable/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

a.prev
{
    margin-left: -37px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
    background-position:0px -18px;		
}

a.disabled {
    visibility:hidden !important;		
}

a.next, a.nextPage {
    background-image:url(../jquery.tools/img/scrollable/right.png);
    clear:right;	
}

div.scrollable div.items div span.year
{
    font-size: 12px;
    color: #000;
}

