/* tabs */
#flowtabs1 {
	margin:0 !important; 
	padding:0;
	width:903px;
	height:31px !important;
}

#flowtabs1 li {
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* every tab uses the same background image */
#flowtabs1 li a {
	display:block;
	height: 31px;  
	overflow: hidden; 
	text-indent: -999em; 
	width: 129px;
	background: url('../../images/dealerProducts/videoTabs.png') no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs1 a.current	{
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs1 #t1 			{ background-position: 0 0; }
#flowtabs1 #t2 			{ background-position: -128.5px 0; }
#flowtabs1 #t3 			{ background-position: -257px 0; }
#flowtabs1 #t4 			{ background-position: -385.5px 0; }
#flowtabs1 #t5 			{ background-position: -514px 0; }
#flowtabs1 #t6 			{ background-position: -642.5px 0; }
#flowtabs1 #t7 			{ background-position: -771px 0; width:128px;}
 
#flowtabs1 #t1:hover 	{ background-position:      0 -33px; }
#flowtabs1 #t2:hover 	{ background-position: -128.5px -33px; }
#flowtabs1 #t3:hover 	{ background-position: -257px -33px; }
#flowtabs1 #t4:hover 	{ background-position: -385.5px -33px; }
#flowtabs1 #t5:hover 	{ background-position: -514px -33px; }
#flowtabs1 #t6:hover 	{ background-position: -642.5px -33px; }
#flowtabs1 #t7:hover 	{ background-position: -771px -33px; }


#flowtabs1 #t1.current { background-position:      0 -66px; }
#flowtabs1 #t2.current { background-position: -128.5px -66px; }
#flowtabs1 #t3.current { background-position: -257px -66px; }
#flowtabs1 #t4.current { background-position: -385.5px -66px; }
#flowtabs1 #t5.current { background-position: -514px -66px; }
#flowtabs1 #t6.current { background-position: -642.5px -66px; }
#flowtabs1 #t7.current { background-position: -771px -66px; }



/* panes */
#flowpanes1 {
	background:transparent url(../../images/dealerProducts/tabsBottom.png) no-repeat;
	width:900px;
	height:320px;
}


/* single pane */
#flowpanes1 div {
	display:none;
	color:#ffffff;
	margin:10px 10px;
    text-align: left;
    font-size: 0.95em;
}

/* h2 inside pane */
#flowpanes1 div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
}

