	.fotobloc_tabPane{
		
		height:35px;	/* Height of tabs */
		
		
	}
	.fotobloc_aTab{
		
		
		text-align:center;	
		font-weight: normal;
  		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
		padding:10px 4px 0px 4px;
		background-color:#e5eafa;
	 	
	}
	h4 {
		text-align:center;}
	
	.fotobloc_tabPane DIV{
		float:left;
		height:35px;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-2px;
		margin-left:0px;
		margin-right:0px;
	}
	.fotobloc_tabPane .tabActive{
		background-image:url(images/fotobloc/f-tab_left_active.gif);
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.fotobloc_tabPane .tabInactive{
		background-image:url(images/fotobloc/f-tab_left_inactive.gif);
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.fotobloc_tabPane .inactiveTabOver{
		background-image:url(images/fotobloc/f-tab_left_over.gif);
		margin-left:0px;
		margin-right:0px;
	}
	.fotobloc_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:16px;
		font-weight:bold;
		padding-left:3px;
		padding-right:3px;		
		line-height:35px;
		color:#1d3ca2;
		float:left;
	}
	.fotobloc_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:35px;
	}
	
	.fotobloc_tabPane img{
		float:left;
	}
	
