/* override the root element to enable scrolling */ 
#flowpanes { 
	background:#eee;
    position:relative; 
    overflow:hidden; 
    clear:both; 
	width:868px;
	height:312px;
} 
 
/* override single pane */ 
#flowpanes div {
	background:#fff url('../images/comingsoon.png') no-repeat;
    float:left; 
    display:block; 
    width:868px; 
    cursor:pointer; 
    font-size:14px; 
	height:400px;
	 float:left;
	 border:1px solid #fff;
} 
 
/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width:5000px; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0;
    float:left;
    left:0;
} 
 
#flowpanes .less, #flowpanes .less a { 
    color:#999 !important; 
    font-size:11px; 
}
#flowtabs{
	background:url('../images/slider.png')  bottom no-repeat;
	height:64px;

	list-style:none;
	
}
#flowtabs li{
	float:left;
	margin-right:100px;
	width:68px;
	height:71px;
	z-index:10005;
	
}
#flowtabs li a button{
	width:68px;height:71px;border:none;cursor:pointer; float:left; margin-top:0px;
}
#flowtabs a.current		{width:68px;height:71px; }
#flowtabs #t1 button { background:url('../images/2010.png');  }
#flowtabs #t2 button{ background:url('../images/2009.png'); }
#flowtabs #t3 button{ background:url('../images/2008.png'); }
#flowtabs #t4 button{ background:url('../images/2007.png'); }
#flowtabs #t5 button{ background:url('../images/2006.png'); }

#flowtabs #t1.current button { background:url('../images/2010s.png');  }
#flowtabs #t2.current button{ background:url('../images/2009s.png'); }
#flowtabs #t3.current button{ background:url('../images/2008s.png'); }
#flowtabs #t4.current button{ background:url('../images/2007s.png'); }
#flowtabs #t5.current button{ background:url('../images/2006s.png'); }
.prev{
	background:url('../images/arrow_06.png') no-repeat;
	width:27px;
	height:27px;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	position:absolute;
	top:130px;
	left:10px;
	z-index:10000;
}
.next{
	background:url('../images/arrow_08.png') no-repeat;
	width:27px;
	height:27px;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	position:absolute;
	top:130px;
	right:10px;
	z-index:10001;
}
#slider{
	height:380px;
	width:868px;
	position:relative;
	margin-left:-3px;
	margin-bottom:20px;
	margin-top: 10px;
}
