/*======= BT CONTENT SLIDER ========*/

.bt-cs {
	position: relative;
	border: none;
}
.slides_container {
	overflow: hidden;
	position: relative;
        background: #ffffff
	
}
.bt-cs h3 {}

/*	Handles - Next/prev buttons */
.bt-cs .next,.bt-cs .prev {
  	display: inline-block;
  	width: 50px;
  	height: 100%;
  	opacity:0.7;
}

.bt-cs .next:hover, .bt-cs .prev:hover{
	opacity:1;
}
.bt-cs a.next {
	background: url(../images/arrow_right.png) right center no-repeat !important;
	text-indent: -9999px;
	position:absolute;
	z-index:100;
	right:-30px;
}
.bt-cs a.prev {
	background: url(../images/arrow_left.png) left center no-repeat !important;
	text-indent: -9999px;
	position:absolute;
	z-index:999;
	left: -30px;
}

/*bullet */
.bt-cs .bt_handles {
	border: 0;
	z-index:101;
}
.bt-cs .bt_handles li {
	float: left;
	margin: 0 1px!important;
	list-style:none;
	padding:0px!important;
	background:none!important;
}
.bt_handles li a {
	display: block !important;
	width: 12px;
	height: 0;
	padding-top: 12px;
	float: left;
	padding: 12px 0 0 0 !important;
	overflow: hidden;
}
.bt_handles li.current a {
	background-position: 0 -12px;
}

/*numbering */
.bt-cs .bt_handles_num {
	z-index:101;
}
.bt-cs .bt_handles_num li {
	float: left;
	list-style:none;
}
.bt_handles_num li a {
	display: block;
	width:25px;
	height:25px;
	line-height:25px;
	background:#999;
	float: left;
	text-align:center;
	color:#fff;
	font-weight:600;
}
.bt_handles_num li a:hover{
	opacity:0.8;
}
.bt_handles_num li.current a {
	background:#010556;
}

/*** CSS STYLE FOR ITEM ****/
.bt-cs .bt-row {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 8px 0;
}
.bt-cs .bt-inner {
	margin: 0;
	position: relative;
	padding: 4px 8px;
	
}

.bt-introtext {
}

.bt-cs .bt-inner a {
	text-decoration: none;
}
.bt-cs .bt-inner img {
	outline: none;
	border: 0;
	max-width:100%;
}
.bt-cs .bt-inner .bt-title {
	color: #1b7dc3;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
}
.bt-cs .bt-inner .bt-category {
	color: #999;
	font-weight: bold;

}
.bt-cs .bt-center{
	text-align:center;
}

.bt-cs .bt-extra {
	clear: both;
	margin-top: 5px;
}
.bt-cs .bt-date,.bt-cs .bt-author {
	font-weight: normal;
	font-size: 80%;
}
.bt-row-separate {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #959595;
	margin: 0px 10px;
	margin-bottom: 15px;
}
