	#tabs_example ul.tabs {
		list-style:none;
		margin:0;
		padding:0;
		clear:both;
		border-bottom:1px solid #ccc;
		height:20px;
	}
	
	#tabs_example ul.tabs li {
		float:left;
		margin-right:5px;
		width:80px;
		text-align:center;
	}
	
	#tabs_example ul.tabs li a {
		display:block;
		height:20px;
		padding:0 3px 0 3px;
		background-color:#fff;
		color:#666;
	}
	
	#tabs_example ul.tabs li a:hover {
		color:#666;
	}
	
	#tabs_example ul.tabs li a.active {
		background-color:#ddd;
	}
	
	#tabs_example div {
		clear:both;		
  	background: #fff url(../imgs/KiroTV500_eclat_02.jpg) no-repeat top;
 		width:800px;
 		height:500px;
 		overflow:auto;
	}

/* Videos style
------------------ */
#tabs_example .vid {
	text-align: center;
	border:5px double red;
	background: none;
	padding:2px;
	width:auto;
	height:auto;
}

/* Photos style
------------------ */
#tabs_example .tof {
	text-align: left;
	border:1px  red;
	background: none;
	padding:2px;
	width:auto;
	height:auto;
}