/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	height:20px;
	margin:5px auto;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0 4px; 
	padding:0; 
	list-style-type:none;
	background: url(../images/fletxa.jpg) left top no-repeat;
}

/* a- tag inside single tab */
#flowtabs li a, #flowtabs li a:visited {
	background: url(../images/fletxa.jpg) left top no-repeat;
	height: 20px;   
	width: 20px; 	
	padding:0px;
}
#flowtabs li a, #flowtabs li a:hover {
	background: url(../images/fletxa.jpg) left top no-repeat;
	display:block;
	height: 20px;   
	width: 20px; 	
	padding:0px;
}
#flowtabs li a:hover {
	background: url(../images/fletxa-h.jpg) left top no-repeat;
}
#flowtabs #t1.current { background: url(../images/fletxa-h.jpg) left top no-repeat; }

 

/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	width:920px;
	height:263px;
	background:url(../images/bannerbg.jpg) left top no-repeat;
}

/* override single pane */
#flowpanes div.act_left  {
	float:left;
	margin:0;
	padding:20px 25px 20px 35px;
	height:263px;
}
#flowpanes div{
	float:left;
	margin:0;
	height:263px;
}
/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	margin:0;
	padding:0;
}
