ul.portfolio {
	width:450px;
	list-style:none;
	padding:0;
	margin:0 auto;
	text-align:center;
}

ul.portfolio li {
	margin:1%;
	padding:0;
	bottom:15%;
	/* border: 1px solid #ccc; */
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline-block;
}

ul.portfolio li a.thumb {
	width: 204px; /*--Width of image--*/
	height: 182px; /*--Height of image--*/
	border-bottom: 1px solid #ccc;
	padding: 5px;
	cursor: pointer;
}

ul.portfolio li span { /*--Used to crop image--*/
	width: 204px;
	height: 182px;
	overflow: hidden;
	display: block;
}

ul.portfolio li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.portfolio li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; --Subtle bevel effect--*/
}

ul.portfolio li a {
	text-decoration: none; color: #777; display: block;
}