	div.scrollable {  
		position:relative;
		overflow:hidden;
		width: 440px;	 
		height: 230px;	
	}
	#stories {	
		position:relative;
		width:20000em;	
		clear:both;
	}
	#stories div {
		float:left;
		width:440px;
		height:230px;
		cursor:pointer;
		display:block;
	}
	#stories div.hover {
		background-color:#FFF;	
	}
	#stories div.active {
		background-color:#FFF;
		cursor:default;
	}
	
	#stories h3, #stories p, #stories span {
		margin:13px;		
		font-size:13px;
		color:#000;	
	}
	#stories h3 em {
		font-style:normal;
		color:000;
	}

