
.clear_row{
clear:both;
}
	
.displayNone{
display:none;
}
#list_elibrary{
position:relative;
margin-top:10px;
}

.gallery_container {
background:#F0F0F0;
width:200px;
float:left;
padding:10px;
margin-right:10px;
margin-bottom:10px;
font-size: 0.75em;
/* 
min-height:0; 
*/
}
/* 
.gallery_container .video_box{
	height:auto;
} 
*/

.gallery_thumb_lk{
width:200px;
display:block;

margin-bottom:10px;
}
.gallery_thumb_lk img{
width:200px;
}

a.gallery_title_lk {
font-size: 120%;
/* color:#5A525C; */
color:#347C98;
text-decoration:none;
display:block;
margin-bottom:5px;
}
a.gallery_title_lk:hover {
	text-decoration:underline;
}
.gallery_date{
display: inline-block;
background:#dddddd;
color:#333333;
padding:2px;
font-size: 85%;
margin-bottom:5px;
}
.gallery_category, .gallery_category_lk {
display: inline-block;
background:#ffffff;
border:1px solid #cccccc;
color:#5A525C;
padding:2px 4px 2px 4px;
font-size: 85%;
margin-bottom:2px;
}

.gallery_category:hover, 
.gallery_category_lk:hover 
{
cursor:pointer;
}

.gallery_container  p{
/* margin:10px 0px 5px 0px;
font-size: 85%; */

}

.gallery_pages{
list-style:none;
margin:0px 0px 5px 0px;
padding: 0px 0px 0px 15px ;
overflow:auto;
}
.gallery_pages li{
margin:0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
list-style-image: url("http://eeas.europa.eu/images/template/arrow-double-blue-2.gif");
font-size: 90%;
}

.gallery_pages li a{
color: #1376bf;
text-decoration:none;
}

.gallery_pages li ahover{
text-decoration:underline;
}