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