/**
 * Content
 */
#content .main {
	width: 75%;
}


/**
 * Gallery
 */
#content .gallery {
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

#content .gallery .item {
	display: inline-block;
	margin: 0 25px 35px 0;
	position: relative;
	vertical-align: top;
	width: 209px;
}

#content .gallery .with_border {
	border: 1px solid #c9c9c9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content .gallery .item_content {
	margin: 0;
	padding: 140px 0 5px 9px;
	position: relative;
	width: 191px;
}

#content .gallery img {
	left: 9px;
	position: absolute;
	top: 8px;
}

#content .gallery .cn_lt,
#content .gallery .cn_rt,
#content .gallery .cn_lb,
#content .gallery .cn_rb {
	background: url(border_corner_c9c9c9_on_f7f6f6.png) no-repeat;
	display: block;
	height: 4px;
	left: -1px;
	overflow: hidden;
	position: absolute;
	width: 4px;
}

#content .gallery .cn_lt,
#content .gallery .cn_rt {
	top: -1px;
}

#content .gallery .cn_rt,
#content .gallery .cn_rb {
	left: -3px;
	margin-left: 100%;
}

#content .gallery .cn_lb,
#content .gallery .cn_rb {
	margin-bottom: -1px;
	margin-top: -3px;
}

#content .gallery .cn_rt {
	background-position: -4px 0;
}

#content .gallery .cn_lb {
	background-position: 0 -4px;
}

#content .gallery .cn_rb {
	background-position: -4px -4px;
}
