/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

.owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width:220px;
	height: 200px;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
	cursor: pointer;
}

#owl-demo {
	position: relative;
	width: 220px;
	height: 200px;
	margin: 0;
	z-index: 0;
}

#owl-demo .item {
	position: relative;
	display: block;
	width: 220px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin: 0;
}

#owl-demo img {
	display: block;
	width: 220px;
	height: 200px;
}
#owl-demo em {
	position: absolute;
	left:0;
	top:0;
	width: 220px;
	height: 200px;
	background: url("../img/ijqp.png") left top no-repeat;
	background-size: cover;
	display: block;
}

#owl-demo bb {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity = 50);
}

#owl-demo .icnt {
	position: absolute;
	left: 10px;
	top:0;
	width: 100%;
	color: #000;
	text-align: left;
}

.owl-pagination {
	position: absolute;
	bottom: 0;
	right:2px;
	left:90px;
	height: 22px;
	text-align: right;
}

.owl-page {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	background: url("../img/bg15.png") center center no-repeat;
	float:left;
	display: none;
}

.owl-pagination .active {
	width: 20px;
	background: url("../img/bg16.png") center no-repeat;
}