
/*------------------------------------------------------------------

[Gallery Component Stylesheet]

	Project:		Slate Admin 2.0
	Version:		1.0
	Last change:	07/20/2012
	Assigned to:	Rod Howard (rh)
	

-------------------------------------------------------------------*/

.gallery {
	padding: 0;
	margin: 0;
	margin-top:25px;
	text-align: center;
}

.gallery li {
	position: relative;
	overflow: hidden;
	
	display: inline-block;
	
	width: 205px;
	height: 200px;
	min-height:200px;
	padding: 0;
	margin: 0 7px 1em;
	
	
	list-style: none;
	
	text-align: center;
}

.gallery-title
{
	font-size:8pt;
}

.gallery .frame {
	position: absolute;
	border:1px solid #eee;
}

.gallery .frame > img {
	max-width: 100%;
}

.gallery .img{
/*	position: absolute; */
	display:block;
	height:160px;
	top: 13px;
	left: 17px;
}

.gallery .img img {
	width: 160px;
}

