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


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

#MediaLibraryList{

}

	#MediaLibraryList h1{
		display:none;
	}

	#MediaLibraryList .gallery{
		float:left;
		width:145px;
		border:1px solid #dbdbdb;
		text-align:center;
		cursor:pointer;
		padding:3px;
		margin-bottom: 10px;
	}

		#MediaLibraryList .gallery .photo{
			height:75px;
			overflow:hidden;
			margin-bottom:5px;
		}


		#MediaLibraryList .separator{
			float:left;
			width:10px;
			height: 113px;
		}

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

#MediaThumbList{
	
}


#MediaThumbList ul li a img {
	margin-right: 3px;	
}


#bigMediaContainer{
	width:679px;
	height:307px;
	overflow:hidden;
	text-align:center;
	margin-bottom: 33px;
}

	#bigMediaContainer img{
		width:679px;
	}

#MediaCategoryLink{
	margin-top:15px;
	margin-bottom:10px;
}

	#MediaCategoryLink A{
		float:left;
		width:145px;
		background-color:#ADA3A4;
		color:white;
		margin-right:10px;
		padding:3px;
		font-size:10px;
	}

		#MediaCategoryLink A:hover{
			background-color:#CD2566;
		}