﻿#imagegallery {
background-color:Black;
text-align:center;
width:540px;
padding:10px;
}

#gallery-items {
list-style:none;
list-style-image:none;
background-color:Transparent;
}

#gallery-items .gallery-item {
display:block;
overflow:visible;
float:left;
list-style:none;
cursor:pointer;
padding:1px 2px;
}

#gallery-items .gallery-item .info {
display:none;
}

#imagegallery .large-container {}

#imagegallery .thumbnail-container {
text-align:center;
padding:10px;
}

#gallery-items .gallery-item img {
width:80px;
max-height:80px;
border-color:#fbed13;
border-style:solid;
border-width:1px;
}

#large {
border:1px solid #DFDFDF;
background-color:#d5d5d5;
text-align:center;
font-family:Georgia, Times, san-serif;
font-size:12px;
padding:10px;
}

#large img {
width:500px;
height:500px;
max-width:500px;
max-height:500px;
}

#large .gallery-item {
list-style:none;
}

#large .info {
margin-top:5px;
font-family:Tahoma;
font-size:12px;
color:#434445;
}
