.slideHolder {
	display: table;
	margin-top: 30px;
}
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:870px;
	height:34px !important;
	margin:0 !important; 
	padding:0;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(../images/blue_panes.png) no-repeat;
	display:block;
	height: 34px;   
	width: 174px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	font-size:18px;
	line-height:35px;
	text-align:center;
	text-decoration:none;
	color: #069;
	font-family: Georgia; /* Change 12px as desired */
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -174px 0; }
#flowtabs #t3 			{ background-position: -348px 0; }
#flowtabs #t4 			{ background-position: -522px 0; width:174px;}
#flowtabs #t5 			{ background-position: -696px 0; width:174px;}


/* mouseover state */
#flowtabs a:hover 		{ color:#069;	 }
#flowtabs #t1:hover 	{ background-position:      0 -35px; }
#flowtabs #t2:hover 	{ background-position: -174px -35px; }
#flowtabs #t3:hover 	{ background-position: -348px -35px; }
#flowtabs #t4:hover 	{ background-position: -522px -35px; }
#flowtabs #t5:hover 	{ background-position: -696px -35px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:green; line-height:35px; }
#flowtabs #t1.current { background-position:      0 -72px; }
#flowtabs #t2.current { background-position: -174px -72px; }
#flowtabs #t3.current { background-position: -348px -72px; }
#flowtabs #t4.current { background-position: -522px -72px; }
#flowtabs #t5.current { background-position: -696px -72px; }


/* panes */
#flowpanes {
	background: url(../images/blue_panes.png) no-repeat 0 -106px;
	width:870px;
	height:450px;	
}


/* single pane */
#flowpanes div {
}


/* override the root element to enable scrolling */
	#flowpanes {
		position:relative;
		overflow:hidden;
		clear:both;
	}

	/* 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;
	}
	
.colLeft {
	margin: 0;
}

.gliderright {
	margin: 0;
}
