
/* ------------------------------------------------------------------ */
/* -                            MEDIALIBRARY                          */
/* ------------------------------------------------------------------ *

#ControlMedialibrary{	
}

		#ControlMedialibrary .photo{
			background:url('images/bg-control_a11.gif') 0px 0px no-repeat;
			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----------------- */
#mediaLibrary_MediaLibraryList {}

	#mediaLibrary_MediaLibraryList h1 {}

	#mediaLibrary_MediaLibraryList .cadreMediaList {
		display:block;
		padding:10px;
		margin-bottom:15px;
		border:1px solid #7289c9;
	}

		#mediaLibrary_MediaLibraryList .cadreMediaList .title {
			font-size:14px;
			margin-bottom:6px;
			padding-bottom:2px;
			border-bottom:1px solid #7289c9;
		}
	
	#mediaLibrary_MediaLibraryList .cadreMediaList a {
		display:block;

		padding: 3px 0px 3px 13px;

		color: #d7def2;
		text-decoration: none;

		background: url('../../../../app_themes/default/images/customer/bg_li.png') 3px 9px no-repeat;
	}

		#mediaLibrary_MediaLibraryList .cadreMediaList a:hover {
			background: url('images/bg_cadreMediaList_a_hover.png') 0px 0px no-repeat;
		}
	
	#mediaLibrary_MediaLibraryList .cadreMediaList .separator {}


/* ------------------------------ GALLERIES THUMB LIST----------------- */

#MediaThumbList {
	display:block;
	margin-bottom:15px;
	padding: 4px;
	border:1px solid #7289c9;
}
		#MediaThumbList .photo {
			width: 112px;
			height:84px;
			text-align:center;
			float:left;
			overflow:hidden;
			margin:3px;
			background-color:#334287;

			overflow: hidden;
		}

		#MediaThumbList .photo:hover {}

		#MediaThumbList .photo img {
			display: table-cell;
			vertical-align: middle; 
			max-height: 84px;
			max-width: 112px;

			border:0px;
			font-size: 0px;
			line-height: 0px;
			padding: 0px;
		}

		#MediaThumbList .photo:hover img {
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity: 0.50;
		}

/* ------------- ticker ----------------------- */
	#dhtmltooltip {
	position:absolute;
	background-color:white;
	visibility: hidden;
	z-index: 100;
	}

		.dhtmltooltip_inner {
			border: 1px solid #ECE8E5;	
			background-color:#FFFFFFF;		
			padding:3px;
			position:relative;
			font-size:0px;
		}

/* ------------------------------ SHOWMEDIA POPUP----------------- *

#ShowMediaLibrary{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	font-family:arial;
	font-weight:bold;
	padding:5px;
	color:#3F3021;
}

#ShowMediaLibrary .PhotoName{	
	font-size:17px;
	height:28px;
	padding-top:10px;
	padding-left:40px;
	width:100%;
}

#ShowMediaLibrary .BtnPrevious{
	float:left;
	width:40px;
	padding-top:580px;
}

#ShowMediaLibrary .BtnNext{
	float:left;
	width:40px;
	padding-top:580px;
	text-align:right;
}

#ShowMediaLibrary #Media{
	float:left;
	width:810px;
	height:610px;
	background-color:#3F3021;
	border:1px dotted #A5D51E;
}

#ShowMediaLibrary #Media .photo{
	border:1px red solid;
	position:absolute;
}

#ShowMediaLibrary .NbrOfPicture{
	clear:both;
	width:810px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* ------------------------------ PAGES -------------------------- *

.MedialibraryLink{
	display:block;
	width:160px;
	height:22px;
	background:url('images/bg_medialibrarylink.jpg') 0px 0px no-repeat;
	color:#271609;
	font-size:12px;
	padding-top:78px;
	padding-left:40px;
	text-decoration:none;
}


.MedialibraryLink:hover{
	background-position: 0px -105px;
}
