/* everything is constructed with a single background image */
/* panes */
#flowpanes {	
	width:560px;
	height:250px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:0px;
}
#flowpanes div img {
	width:560px;
	height:250px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#000;
	letter-spacing:1px;
	margin:0px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#cc9;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#000;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}
#scrollBtns {
	background: url(../../Images/banner_control_bg.gif) repeat-x;
	height: 30px;
	padding: 0px;
}
#scrollBtns #prev {
	width:100px;
	background: url(../../Images/left_dark_01.png) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0px;
}
/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:560px;
	cursor:pointer;
	font-size:14px;
	text-align: center;
}

/* 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;
}
#scrollBtns #next {
	width:100px;
	background: url(../../Images/right_dark_01.png) right no-repeat;
	margin-top: 10px;
	margin-left: 345px;
	margin-bottom: 10px;
	border: 0px;	
}
