/* gallery */


.gallery
{
display:none;
float:left;
clear:both;
font-size:0px;
}

.gallery-content
{
float:left;
clear:both;
vertical-align:top;
}

.gallery-content > div
{
float:left;
clear:both;
}

.gallery-content div
{
}

.gallery-images
{
display:block;
float:left;
clear:both;
}

.gallery-images .file
{
vertical-align:middle;
padding:1px;
display:inline !important;
clear:none;
float:left;
}

.gallery-images .gallery-link
{
display:none;
}

.gallery-files > div
{
float:left;
clear:both;
}

.gallery-files .file
{
clear:both;
float:left;
display:block;
text-align:left;
white-space:nowrap;
width:inherit;
padding-bottom:4px;
}

.gallery-files .file a, .gallery-files .file .image
{
float:left;
display:inline-block;
}

/*
.gallery-files .file:nth-child(even)
{
background:#E3E8FF;
}*/

.thumbnail
{
display:none;
}

.thumbnail-content > img
{
float:left;
clear:both;
margin-right:10px;
margin-bottom:10px;
}

.file-icon
{
margin-right:10px;
float:left;
}

.file a,.file a:visited
{
font-size:12px;
text-decoration:none;
}

.file a:hover
{
text-decoration:underline;
}


