/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 09 September 2010 10:37:44
*/


/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 190px;	
	height:270px;					
}

div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	width:210px;
}

/* active item */
div.scrollable div.items div.active {	
	background-color:#fff;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}


a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:19px !important;
	height:31px;
	background:url(./?a=14221) no-repeat;
	float:left;
	margin:30px 0px;
	cursor:pointer;
	font-size:1px;
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(./?a=14220);
	clear:right;	
}

.items img { 
float:left;
border:1px solid #BEBEBE;
padding:10px;
}

#leftCol #results .quote { 
width:175px;
}
