/*
Template Name: PhotoMadness
File: Gallery CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

#gallery{
	display:block;
	width:100%;
	padding-bottom:20px;
	}

#gallery h2.title{
	display:block;
	clear:both;
	margin:0 0 15px 0;
	padding:0;
	font-size:32px;
	color:#333;
	background-color:#040000;
	}

#gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#gallery li{
	display:block;
	float:left;
	width:140px;
	height:140px;
	margin:0 24px 24px 0;
	padding:0;
	overflow:hidden;
	}

#gallery a img{
	display:block;
	width:130px;
	height:130px;
	margin:0;
	padding:4px;
	border:1px solid #333333;
	}

#gallery a:hover img{
	border-color:#CCCCCC;
	}

#gallery li.last{
	margin-right:0;
	}