.scrollable {
	position:relative;
	overflow:hidden;
	width: 874px;
	height:65px;
	left:38px
}

.scrollable .topitems {
	width:20000em;
	position:absolute;
	clear:both;
	border:0px
}

.scrollable img {
	float:left;
	margin:0px 5px 0px 5px;
	background-color:#fff;
	padding:2px;
	cursor:pointer;	
}

.scrollable .active {
	border:1px solid #000;
	z-index:9;
	position:relative;
}



.scrollable_page {
	position:relative;
	overflow:hidden;
	width: 960px;
	height:865px;
}

.scrollable_page .items {
	width:20000em;
	position:absolute;
	clear:both;
	border:0px
}




#flowpanes { 
    position:relative; 
    overflow:hidden; 
    clear:both; 
} 
 
/* override single pane */ 
#flowpanes div { 
    float:left; 
    display:block; 
    width:960px;
	height:552px;
    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; 
}

#flowpanes a {color:#616264}



#flowpanes_guide { 
    position:relative; 
    overflow:hidden; 
    clear:both; 
} 
 
/* override single pane */ 
#flowpanes_guide div { 
    display:block; 
    width:960px;
	height:552px;
    font-size:14px; 

} 
 
/* our additional wrapper element for the items */ 
#flowpanes_guide .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0; 
} 
 
#flowpanes_guide .less, #flowpanes_guide .less a { 
    color:#999 !important; 
    font-size:11px; 
}

#flowpanes_guide a {color:#616264}

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

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



