/*
** 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;
}

li.qg_thumb_li
{
	display: block;
	list-style: none;
	float: left;
	margin: 5px 5px 6px 5px;
	padding: 0;
	background-color: transparent;
}

a.qg_thumb_link
{}

img.qg_thumb
{
	box-shadow: 0 0 5px #333333, 0 27px 29px -26px #000000;
	border-radius: 5px;
	margin: 5px;
	border: none;
}

img.qg_thumb:hover
{
	box-shadow: 0 0 10px #000000, 0 0 20px #000000, 0 29px 32px -26px #000000;
	border-radius: 10px;
}

/*
** Last LI (clear)
*/
li.clear
{
	margin: 0;
	padding: 0;
	float: none;
	height: 0;
	clear: both;
	line-height: 0;
	background: none;
	width: auto;
	border: none;
}