html { height:100%; }
body { height:100%; }
.content_layers {
	margin:0;
	padding:0px;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-height:100%;
	display:none;
	position:fixed; 
	background-image: url('../images/overlay90.png');
	z-index:100000;
}
.flashcontent {
	height: 100%;
/*	margin:80px 5% 0 5%;
        background: #181818;
*/
}
.close {
	display:block;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor:pointer;
	z-index:100000;
}
#albumadslayer {
z-index:100000;
margin:0 5%;
background:#181818;
text-align:center;
position:fixed;
top:0px;
left:0px;
height:70px;
width:90%;
padding-top:10px;
display: none !important;
}

.album-post{
    overflow: hidden;
    margin-top: 15px;
}
.album-post .album-thumb{
    float: left;
    padding-right: 10px;
    border-right: 1px solid gray;
    cursor: pointer;
}
.album-post .album-desc{
    float: left;
    padding-left: 10px;
}
.album-post .album-images-count{
    font-style: italic;
}
.ctn-album{
    float: left;
    border: 1px solid #ccc;
    margin: 2px;
}
.ctn-album p{
    margin:0;
    padding:0;
 /*   padding-bottom: 5px; */
}
.ctn-album .ctn-txt{
    height: 95px;
}
.ctn-album .titre-album{
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 13px;
}
.ctn-album .col-album-img{
    width: 150px;
    height: 150px;
    overflow: hidden;
    float: left;
    text-align: center;
}
.ctn-album .ctn-album-icon{
    display: table-cell;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
}
.ctn-album .col-album-desc{
    float: left;
    width: 180px;
    padding: 0 10px;
    background: #FFF;
    height: 150px;
}

.form-table .form-field th{
    width: 120px;
}

.album-resume{
    border: 1px solid #B2B2B2;
    border: 1px solid #B2B2B2;
    -moz-box-shadow: 1px 1px 1px #ddd;
    -webkit-box-shadow: 1px 1px 1px #ddd;
}
.album-resume td{
    padding: 5px;
    vertical-align: top;
}

.album-media-item{
    text-align:center;
/*    background:#D1E2EF; */
    width:140px;
    height:160px;
    overflow:hidden;
    font-size: 11px;
}
.album-cell-media-item{
    width: 150px;
    border: 1px solid #B2B2B2;
    -moz-box-shadow: 1px 1px 1px #ddd;
    -webkit-box-shadow: 1px 1px 1px #ddd;
    box-shadow: 1px 1px 1px #ddd;
    padding: 5px;
    background: #FFF;
}
.album-item-icon{
    margin: 0 10px;
}
