/* @override http://localhost:8888/css/style.css */

img {
	padding: 0;
	margin: 0;
	border: none;
}

#content {
	padding: 15px;
}

.page_title {
	font-size: 16px;
	font-weight: bold;
	color: #EE3123;
	margin-bottom: 10px;
}

.page_description {
	font-size: 12px;
	margin-bottom: 20px;
}

/* @group gallery */

#gallery .thumb {
	float: left;
	width: 167px;
	text-align: center;
	margin-bottom: 20px;
	height: 160px;
	position: relative;
}

#gallery .thumb_wrapper {
	float: left;
	width: 167px;
	text-align: center;
	position: absolute;
	bottom: 0;
}

/* @end */

/* @group team page */

.galleries  {
	display: inline-block;
}

.galleries .gallery {
	float: left;
	width: 125px;
	text-align: center;
}

.galleries .gallery .img {
	margin-bottom: 3px;
	height: 100px;
}

.galleries .gallery .text {
	margin-bottom: 10px;
	height: 20px;
	font-weight: bold;
}

/* @end */