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


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

#MediaLibraryList{
	_padding-bottom: 10px;
}

#MediaLibraryList .cadreMediaList a {
	display: block;
	margin-bottom: 3px;
	padding-left: 25px;
	text-decoration: none;

	background: url('images/bg_a.gif') 12px 5px no-repeat;
}

	#MediaLibraryList .cadreMediaList a:hover {
		color: white;
		background-color: #e0166c;
	}


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

#MediaThumbList{
	margin-top:10px;
	width:569px;
}
		#MediaThumbList .photo{
			width:136px;
			height:96px;
			float:left;
			text-align:center;
			font-size:0px;
			overflow:hidden;
			margin:3px;

			background-color:#ebe7df;
		}

		#MediaThumbList .photo IMG{	
			height:100px;
		}

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