/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
/* dimensions */
width:760px;
height:31px !important;
margin:0 !important; 
padding:0;	
	
/* IE6 specific branch (prefixed with "_") */
_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { }

/* a- tag inside single tab */
#flowtabs li a { }

/* currently selected tabs */
#flowtabs a.current { 
cursor:default; 
color:#f5bc68; 
background: #1f1f1f url('/wp-content/themes/blowing-rock/images/arrow.jpg') no-repeat bottom center;
}


/* panes */
#flowpanes {
height: 544px;
width: 721px;
padding: 10px 0 0 0;
margin: 0;
}


/* single pane */
#flowpanes div {
display:none;
margin: 10px 20px;
padding: 0;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {}

#flowpanes a {}

#flowpanes p, #flowpanes samp {}

#flowpanes .narrow { padding-right:160px; }


.next, .prev {
position: absolute;
top: 250px;
right: -65px;
width: 37px;
height: 37px;
}

.prev { left: -65px; }