
/* ------------------------------------------------------------------ */
/* -                            MEDIALIBRARY                          */
/* ------------------------------------------------------------------ *


#ControlMedialibrary{	
}
		
		#ControlMedialibrary .photo{
			background-color:orange;
			width:91px;
			height:88px;
			display:block;
			float:left;
			padding-top:20px;
			padding-left:6px;
			text-align:center;
		}

		#ControlMedialibrary .photo IMG{
			height:60px;	
			position:relative;
			left:-5px;
		}

		#ControlMedialibrary .photo:hover IMG{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity: 0.50;
		}

/* ------------------------------ GALLERIES LIST----------------- */

#MediaLibraryList{
}

	#MediaLibraryList .cadre{
		border:0px;
		padding:0px;
	}

		#MediaLibraryList .title{
			margin-bottom:10px;
			padding-left:18px;
			background:url('images/puce.gif') 0px 2px no-repeat;
		}

	#MediaLibraryList .cadre A{
		width:380px;
		height:19px;
		display:block;
		color:#634837;
		margin-bottom:15px;
		margin-left:20px;
		padding-left:25px;
		padding-top:3px;
		text-decoration:none;
		background:url('images/bg_link.gif') 0px 0px no-repeat;
	}

	#MediaLibraryList .cadre A:hover{
		background:url('images/bg_link.gif') 0px bottom no-repeat;
	}

	#MediaLibraryList .cadre .separator{
	}


/* ------------------------------ GALLERIES THUMB LIST----------------- */
#MediaThumbList{
	margin-top:10px;
}
		
		#MediaThumbList .photo{
			display:block;
			width:102px;
			height:77px;
			border:0px;
			float:left;
			text-align:center;
			margin-right:2px;
			margin-top:2px;
		}

			#MediaThumbList .photo:hover{
			}

		#MediaThumbList .photo IMG{	
			border:0px;
		}

			#MediaThumbList .photo:hover IMG{
				filter:alpha(opacity=50);  
				-moz-opacity:0.50;
				opacity: 0.50;
			}

/* ------------------------------ MedialibraryLink -------------------------- *

.MedialibraryLink{
}


.MedialibraryLink:hover{
}

/* ------------------------------ SHOWMEDIA POPUP----------------- 

#ShowMediaLibrary{
	width:100%;
	height:100%;
	font-family:arial;
	font-weight:bold;
	padding:5px;
	color:#FFFFFF;
	background-image:url("../../images/bg_showmedialibrary.jpg");
}

#ShowMediaLibrary .PhotoName{	
	font-size:17px;
	height:28px;
	padding-top:10px;
	padding-left:45px;
	width:100%;
}

#ShowMediaLibrary .BtnPrevious{
	float:left;
	width:40px;
	padding-top:300px;
	text-align:left;
	margin-left:9px;
}

#ShowMediaLibrary .BtnNext{
	float:left;
	width:40px;
	padding-top:300px;
	text-align:left;

}

#ShowMediaLibrary #Media{
	float:left;
	width:800px;
	height:600px;
}

#ShowMediaLibrary #Media .photo{
	border:1px red solid;
	position:absolute;
}

#ShowMediaLibrary .NbrOfPicture{
	clear:both;
	width:800px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align:center;
}
*/