#bd-content {
	padding-left: 40px;
}
#bd-content > p {
	line-height: 26px;
}
#bd-content > p:last-child {
	text-align: center;
}
#bd-content > dl {
	margin-top: 30px;
}
#bd-content > dl > dd {
	display: none;
}
#bd-content > dl > dd.selected {
	display: block;
}
#bd-content > dl > dd > img {
	width: 100%;
}
#bd-content > div {
	max-width: 660px;
	margin: 20px auto;
	padding: 0 50px;
	position: relative;
}
#bd-content > div .item {
	position: relative;
	cursor: pointer;
}
#bd-content > div .owl-nav {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#bd-content > div .owl-prev, #bd-content > div .owl-next {
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 50px;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
}
#bd-content > div .owl-prev {
	left: 0;
	background-image: url(/images/btn_c_back.png);
}
#bd-content > div .owl-next {
	right: 0;
	background-image: url(/images/btn_c_next.png);
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#bd-content {
	padding: 10px;
}
#bd-content > div {
	padding: 0;
}
#bd-content > div .owl-controls {
	display: none;
}
}
