#flowpanes {
	background: transparent;
	height: 87px;
	width: 554px;	
}

#flowpanes div {
	display:none;	
	height: 87px;
	width: 554px;
	overflow: hidden;
}

/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#flowpanes div {
	float:right;
	display:block;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:2224px;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

.first{
	background:url(images/1.jpg);
	text-align:left;
	color: #FFFFFF;
	text-decoration:none;
	text-weight:Bold;
	font-size:25px;
	padding: 25px 30px;
}

.secound{
	background:url(images/2.jpg);
	text-align:left;
	color: #e6d16b;
	text-decoration:none;
	text-weight:Bold;
	font-size:25px;
	padding: 25px 30px;
}

.third{
	background:url(images/3.jpg);
}

.forth{
	background:url(images/4.jpg);
}