.scroll {
	position:relative;
	overflow:hidden;
	width: 500px;
	height: 375px;
	float:left;
}
 
/* root element for the scroll pics */
.scroll .pics {
	width:20000em;
	position:absolute;
	clear:both;
}
 
/* single scroll item */
.pics img {
	float:left;
	cursor:pointer;
	width:500px;
	margin:0px;
}
 
/* possible settings for the active scroll */
.scroll.active {
 
}
#flowpanes {
	width:210px;
	height:223px;
	margin:3px 7px 5px 7px;
	border:solid #E9E9E9 1px;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#000;
	background-color:#FFFFFF;
	padding:7px 0 10px 0;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color: #666666;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:16px;
	font-weight:bold;	
	
}

#flowpanes a {
	color: #FF3333;		
	font-size:12px;
}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
}

#flowpanes { 
    position:relative; 
    overflow:hidden; 
    clear:both; 
} 
 
/* override single pane */ 
#flowpanes div { 
    float:left; 
    display:block; 
    width:180px; 
    font-size:14px; 
} 
 
/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0; 
} 
 
#flowpanes .less, #flowpanes .less a { 
    color:#999 !important; 
    font-size:11px; 
}

div.scrollable {} /*main container for the slider*/
div.scrollable div.items { background-color:#FFEEDD} /*container for all agent/listing groups*/
div.scrollable div.items div {} /*container for each agent/listing group*/
div.agt_title {font-size:14px} /*container for the agent title*/
div.agt_listings { font-size:10px; text-transform:capitalize} /*container for each listing*/
