/*======= BT CONTENT SLIDER ========*/
.bt-cs {
	position: relative;
	border: none;
}
.slides_container {
	overflow: hidden;
	position: relative;
}
.bt-cs h3 {
	color: #ff6600;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	margin: 0 !important;
	padding-bottom: 35px;
}
@media (min-width:768px){
	.bt-cs h3 {
		text-align: left;
	}
}
.bt-cs h3 span {
	color: #ddd;
}
/*
	Handles - Next/prev buttons
*/
.bt-cs .next,.bt-cs .prev {
	display: none;
	width: 40px;
	height: 100%;
	top:0;
	opacity:0.7;
}
.bt-cs:hover .next, .bt-cs:hover .prev{
	display:block;
}
.bt-cs .next:hover, .bt-cs .prev:hover{
	opacity:1;
}
.bt-cs a.next {
	background: url(../images/re-right.png) right center no-repeat !important;
	text-indent: -9999px;
	position:absolute;
	z-index:100;
	margin:0;
	padding:0;
	right:0;
}
.bt-cs a.prev {
	background: url(../images/re-left.png) left center no-repeat !important;
	text-indent: -9999px;
	position:absolute;
	z-index:999;
	margin:0;
	padding:0;
	left:0;
}

/*bullet */
.bt-cs .bt_handles {
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index:101;
	width: 100%; 
	text-align:center; 
	bottom: -35px;
	}
.bt-cs .bt_handles li {
	margin: 0 1px!important;
	list-style:none;
	padding:0px!important;
	background:none!important;
	display: inline-block;

}
.bt_handles li a {
	display:inline-block !important;
	width: 11px;
	height: 0;
	padding-top: 12px;
	background-color: #b5b5b5;
	border-radius: 11px;
	padding: 11px 0 0 0 !important;
	overflow: hidden;
	margin: 0px 2px;
	transition: width 0.5s;
-moz-transition: width 0.5s;	/* Firefox 4 */
-webkit-transition: width 0.5s;	/* Safari 和 Chrome */
-o-transition: width 0.5s;	/* Opera */

}
.bt_handles li.current a {
	background-color: #ff6600;
	width: 32px;
}

/*numbering */
.bt-cs .bt_handles_num {
	border: 1px solid red;
	position: absolute !important;
	margin:  0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index:101;
}
.bt-cs .bt_handles_num li {
	float: left;
	margin: 0 1px!important;
	list-style:none;
	padding:0px!important;
	background:none!important;
}
.bt_handles_num li a {
	display: block !important;
	width:12px;
	height:15px;
	line-height:15px;
	background:grey;
	float: left;
	padding:0!important;
	overflow: hidden;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:10px;
}
.bt_handles_num li a:hover{
	opacity:0.8;
}
.bt_handles_num li.current a {
	background:orange;
}

/*** CSS STYLE FOR ITEM ****/
.bt-cs .bt-row {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 8px 10px;
}
.bt-cs .bt-inner {
	margin: 0;
	position: relative;
	padding: 0px;
}
.bt-cs .bt-inner a {
	text-decoration: none;
}
.bt-cs .bt-inner img {
	max-width:99%;
	margin:0px;
	transition: all 0.6s;  
}
.bt-cs .bt-inner img:hover {
transform: scale(1.1);  
}
.bt-cs .bt-inner .bt-title {
	clear: both;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height:150%;
}
.bt-cs .bt-inner .bt-category {
	clear: both;
	color: #fff;
	font-weight: bold;
	line-height:150%;
	background-color: #ff6600;
	border-radius: 5px;
	padding: 2px 10px;
white-space : nowrap;
}
.bt-cs .bt-center{
	text-align:center;
	overflow: hidden;  
	margin: 0px 0px 15px 0px;
	
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
}
.bt-cs .bt-center:hover{
box-shadow:5px 5px 10px #ccc; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:5px 5px 10px #ccc; /*Safari shadow version*/
-moz-box-shadow:5px 5px 10px #ccc; /*Mozilla shadow version*/
	
}
.bt-cs .bt-extra {
	clear: both;
	margin-top: 5px;
}
.bt-cs .bt-date,.bt-cs .bt-author {
	font-weight: normal;
	font-size: 14px;
	color: #ff6600;
}
.bt-row-separate {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #959595;
	margin: 0px 10px;
	margin-bottom: 15px;
}
