/*
** Quick Gallery CSS
**
** @version 0.3
** @date 11-14-2009
** @author Dylan Marsh <webdev.dylan@gmail.com>
*/

img
{ border: none; }

/*
** Thumbnails layout
*/
ul.qg_thumbs_ul
{
	margin: 12px auto;
	padding: 4px 0;
	list-style: none;
	clear: both;
	overflow: hidden;
}

li.qg_thumb_li
{
	display: block;
	list-style: none;
	float: left;
	margin: 5px 5px 6px 5px;
	padding: 0;
	background-color: #FFF;
}

a.qg_thumb_link
{}

img.qg_thumb
{}

/*
** Last LI (clear)
*/
li.clear
{
	margin: 0;
	padding: 0;
	float: none;
	height: 0;
	clear: both;
	line-height: 0;
	background: none;
	width: auto;
	border: none;
}