/** Gallery */


div.gallery:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

div.gallery
	{
	width:100%;
	padding:0;
	margin:10px 0 0 0;
	}
div.gallery ul
	{
	float:left;
	clear:both;
	padding:0 0 0 50px;
	margin:0 0 10px 0;
	}
div.gallery ul.photo
	{
	background:transparent url(img/gallery-photo-ico.gif) no-repeat 0 8px;
	}
div.gallery ul.video
	{
	background:transparent url(img/gallery-video-ico.gif) no-repeat 0 8px;
	}	
div.gallery ul.audio
	{
	background:transparent url(img/gallery-audio-ico.gif) no-repeat 0 8px;
	}		
div.gallery ul li
	{
	float:left;
	height:40px;
	width:40px;
	display:inline;
	list-style:none;
	margin:0 10px 0 0;
	}
div.gallery a
	{
	height:40px;
	width:40px;
	border:1px solid silver;
	display:block;
	position:absolute;
	}
div.gallery a:hover
	{
	background-color:gray;
	}
div.gallery img
	{
	margin:3px;
	border:0;
	}