﻿/*
* Copyrights by Finance Fircle
*
* Contact:	info@finance-circle.de.de
* Website:	www.finance-circle.de.de
* Design:	Cem Akgündüz
*/



/* SLIDE MENUE */

#moving_tab 
	{
	overflow:hidden;
	width: 780px;
	position:relative;
	z-index: 98;
	}
	
#moving_tab .tabs 
	{
	position:relative;	
	height:30px;
	padding-top:5px;
	cursor:default;
	}


#moving_tab .tabs .lava 
	{
	/* Set it to absolute */
	}

#moving_tab .content 
	{
	position:relative;
	overflow:hidden;
	background:#abe3eb;
	border-top:1px solid #d9fafa;
	}
		
#moving_tab .panel 
	{
	position:relative;
	width:3200px;
	}
			
#moving_tab .panel div 
	{
	float:left;
	width:780px;
	padding:0;
	margin: 0px 20px 0px 0px;
	z-index: 99;
	}

/* ENDE SLIDE MENUE */
