#content div.scrollable {  
	position: relative;
	overflow:hidden;
	padding-top: 30px;
	width: 635px;
	height:158px;
}

#content #scrollblock {	
	position:absolute;
	width:20000em;	
	clear:both;
}

#content #scrollblock div div {
	float:left;
	width:198px;
	height:160px;
	color:#000;
	margin-left: 10px;
	overflow: hidden;
}

#content #scrollblock div div .hotshot {
	float:left;
	width: 198px;
	height: 110px;
	overflow: hidden;
}

	#content #scrollblock div div a {
		text-transform: uppercase;
		font-size: 10px;
		text-decoration: none;
		color: #901ec8;
	}
		#content #scrollblock div div a:hover {
			color: #000;
		}
	#content #scrollblock div div .date, #content #scrollblock div div .summary {
		visibility:hidden !important;		
	}

#content div.scrollable {
	float:left;		
}

a.prev, a.prevPage, a.next, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	margin:0 5px 0 5px;
	cursor:pointer;
}

a.prev, a.prevPage {
	background:url(/images/left.png) no-repeat;
	float:left;
}

a.next, a.nextPage {
	background-image:url(/images/right.png);
	clear:right;	
	float:right;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}

#content div.navi {
	margin:3px 0 0 300px;
	width:200px;
	height:18px;
}

#content div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

#content div.navi a:hover {
	background-position:0 -8px;      
}

#content div.navi a.active {
	background-position:0 -16px;     
}