

* {
	margin: 0;
	padding: 0;
}

ul {
	margin-bottom: 0;
	list-style: none;
}


/////////////////////////////////////////////////////////////////////////// 
// Gallery
/////////////////////////////////////////////////////////////////////////// */

	.gallery {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.gallery li {
		width: 179px;
		float: left;
		padding:1px;
		position: relative;
	}
	
	.gallery h6 {
		position: absolute;
		top: 115px;
		background: url(images/linkbg.jpg) repeat-x top left;
		padding: 2px;
		opacity: 0.75;
		width: 170px;
		text-align: center;
		border-radius: 0 0 10px 10px;
	}
	
	.gallery img {
		border-radius: 10px;
	}
	


.poptrox-popup
{
	background: #111111;
	border-radius: 8px;
	padding: 20px 20px 60px 20px;
	color: #aaaaaa;
}

	.poptrox-popup .closer
	{
		position: absolute;
		width: 80px;
		height: 30px;
		bottom: 15px;
		right: 20px;
		background: url(images/linkbg.jpg) repeat-x top left;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		outline: 0;
		border-radius: 8px;
		line-height: 30px;
		text-shadow: 0 1px 1px #003A6C;
	}

	.poptrox-popup .closer:hover
	{
		background: #2094E6;
	}

	.poptrox-popup .caption
	{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 60px;
		line-height: 60px;
		padding: 0 20px 0 20px;
	}

