/**************************************************************************************\
**		
**		iMedia
**		
**		Gallery system
**
** 		LICENSE: This source file is subject to version 1.0 of the
**		colombeen.be license that is available through the world-wide-web
**		at the following URI: http://projects.colombeen.be/iMedia/license.txt
**		If you did not receive a copy of the License and are unable 
**		to obtain it through the web, please send a note to one of the 
**		authors so we can mail you a copy immediately.
**
**		@type		Gallery
**		@version	v1.5
** 		@author		Jarno Colombeen <jarno@colombeen.be>
** 		@copyright	2008-2009, colombeen.be
**		@license	http://projects.colombeen.be/iMedia/license.txt [License 1.0]
**		
\***************************************************************************************/

@charset "utf-8";

div#iMedia ul
{
	list-style:				none;
	margin:					0px;
	padding:				0px;
	padding-bottom:			20px;
	vertical-align: 		middle;
}
div#iMedia ul li
{
	text-align:				center;
	float:					left;
	padding:				1px;
	width:					140px;
	margin:					10px;
	vertical-align:			middle;
	border:					0px solid #666;
}
div#iMedia ul li img
{
	padding:				0px;
	border:					0px;
	vertical-align: 		middle;
	width:					140px;
	height:					140px;
	background-position:	center center;
	background-repeat:		no-repeat;
}
div#iMedia ul a
{
	color:					#666;
	text-decoration:		none;
	font-weight:			bold;
}
