.gallery {
	margin-top:		30px;
	padding-top:	30px;
	border-top:		2px solid #AAAAAA;
}

.thumb {
	float:			left;
	width:			160px;
	text-align:		center;
	padding:		5px;
	margin:			10px;
	background:		transparent url("../img/bgcont.png") repeat;
	border:			1px solid #AAAAAA;
}

.thumb:hover, .current-thumb {
	border-color:	#32a86a;
}

.thumb:focus, .thumb:active {
	border-color:	#a83253;
}

.thumb .img {
	display:		table-cell;
	width:			160px;
	height:			160px;
	vertical-align:	middle;
}

.thumb .img img {
	margin:			0;
	border:			none;
}

.thumb .caption {
	display:		block;
	width:			160px;
}

.thumb a {
	display:		block;
	text-decoration:none;
}

.thumb a .caption {
	text-decoration:underline;
}

.thumb a:focus .caption, .thumb a:active .caption {
	text-decoration:none;
}

.pic_nav {
	font-size:		75px;
	position:		absolute;
	top:			50%;
}

.pic_nav#prev-pic {
	left:			0;
}

.pic_nav#next-pic {
	right:			0;
}

.pic_nav a, .pic_nav a:visited, .pic_nav a:hover, .pic_nav a:focus, .pic_nav a:active {
	text-decoration:none;
}

.pic {
	margin:			10px;
	position:		relative;
}

.pic img {
	display:		block;
	margin:			0 auto;
	padding:		15px 15px 45px 15px;
	background:		transparent url("../img/bgcont.png") repeat;
	border:			1px solid #AAAAAA;
}
