.menuLayer {background-color : #000000;	opacity : 0.5;	z-index : 510;	position : absolute;	top : 0;	left : 0;
}
.menu {background-color : #000000;	opacity : 0.75;	z-index : 512;	position : absolute;	top : 40px;	left :16px;	display : block !important;	padding-left : 12px;	padding-top : 4px;	overflow : auto;
}
.menuTitle {background-color : #000000;	width : auto;	opacity : 0.95;	z-index : 511;	position : absolute;	top : 16px;	left : 16px;	height : 32px;	font-family : Open Sans;	font-size : 18px;	font-weight : bold ;	color : #ffffff ;	padding-left : 16px;	padding-right : 16px;
}
.menuClose {background-color : #000000;	opacity : 0.95;	z-index : 511;	position : absolute;	top : 16px;	width : 48px;	height : 32px;	font-family : Arial;	font-size : 18px;	text-align : center ;	font-weight : bold ;	color : #ffffff ;	cursor : pointer ;
}
.figure {
    display: inline-block;
    float: left;
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 24%;
    height: 28%;
    position: relative;	z-index : 512;	cursor : pointer;
}
.menu_thumbnail {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
}
.menu_thumbnail img {
    width: 100%;
    height: 100%;	font-family : Open Sans;
}
.figcaption {
    position: relative;
    width: 100%;	height : 80%;	top : 20%;
    display: block;	background-color : #000000;	opacity : 0;	font-family : Open Sans;
    margin-left: auto;
    margin-right: auto;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.menu_thumbnail h1, .figcaption h1 {
    position: absolute;
    width: 100%;
    font-size: 11.5px;
    padding-top: 2px;
    margin-left: auto;
    margin-right: auto;
}
.menu_thumbnail h1 {
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;	font-weight : normal;
    margin-bottom: 0px;
    padding: 7px 4px 7px 4px;	font-family : Open Sans;
}
.figcaption h1 {
    color: #ffffff;
    padding: 7px 4px 7px 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0;
}
.description {
    font-family: Open Sans;
    font-size: 13px;
    color: #ffffff;
    padding: 0px;
    margin-top: 0px;
    position: relative;
    top: 20px;
    margin: 0px;
    height: 100%;	width : 100%;
    overflow: hidden; /* overflow:auto --> to show a scrollbar if the description is too long*/
}
.description p {font-weight : normal;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    margin-top: 0px;	font-family : Open Sans;
}
