/*------------------------------------*/
#container-4 ul.ui-tabs-nav
{
background: transparent url(../images/tabs_adondi.jpg) top no-repeat ;
height: 26px;
}

#container-4 ul.ui-tabs-nav li
{
    float:left;
    display: block;
    color: #fff;

}
#container-4 ul.ui-tabs-nav li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding:5px 0 0 10px;
	height: 21px;
	font-size: 14px;
	font-family:arial;
	
}
#container-4 ul.ui-tabs-nav a.filtre
{
	
	background: transparent url(../images/slect_filtre.png) no-repeat 0 0;
	color:#c8fa00;
	margin-left:123px;
    width:62px;
    font-size: 11px;
	
	
}
#container-4 ul.ui-tabs-nav a.video
{
	background: transparent url(../images/video.png) no-repeat 0 0;
	width: 173px;
	color:#c8fa00;
	
}

.clears{
clear: both;
}

/*--------------------------------------------*/
/*--------------TABS--------------------------*/
/*--------------------------------------------*/
.ui-tabs-hide { 
	display: none; 
}
#explorerSelection ul.ui-tabs-nav li {
	float:left;
	display: inline;
	background: transparent url(../images/bgTab.png) no-repeat 0 0;
	width:130px;
	height:27px;
	text-align:center;
	margin-left:2px;
	opacity: 0.5;
	filter: alpha(opacity="50");
	position: relative;
	top: 2px;
	z-index: 0;
}




#explorerSelection ul li.ui-tabs-selected

{
	opacity: 1;
	filter: alpha(opacity="100");
	z-index: 2;
}
#explorerSelection ul.ui-tabs-nav li a,

 {
	display:block;
	width:100%;
	height:100%;
}
#explorerSelection ul.ui-tabs-nav li a img {
	margin-top: 9px;
}
#explorerSelection div div {
	clear:left;
}
#explorerSelection div div.coverflow {
	margin-top: 20px;
}
#rightColumn #explorerSelection #explorerLinks {
	border-left: 2px solid #323232;
	border-right: 2px solid #323232;
	border-top: 2px solid #323232;
	background-color: #0c0c0c;
	margin-left: 2px;
	width: 433px;
}
#rightColumn #explorerSelection #explorerLinks img {
	margin: 5px 19px 0;
}
#explorerSelection .bottom {
	background: transparent url(../images/bgExplorerBlockBottom.png) no-repeat 2px 0;
	height:7px;
	overflow: hidden;
}
#explorerSelection .tabContent {
	width:433px;
	background: #0c0c0c url(../images/bgExplorerBlockTop.png) no-repeat 0 0;
	border-left:2px #333 solid;
	border-right:2px #333 solid;
	margin-left:2px;	
	height: 121px;
	padding-top: 10px;
	overflow: hidden;
}

#explorerSelection .nextButton,
#explorerSelection .previousButton
{
	margin-top:8px;
}

