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


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

#MediaLibraryList{
}


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

#MediaThumbList{
	margin-top:10px;
	width:400px;
	background-color:#5A666D;
}
		#MediaThumbList .photo{
			width:126px;
			height:94px;
			float:left;
			text-align:center;
			font-size:0px;
			overflow:hidden;
			margin:3px;
		}

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

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