/*======= BT CONTENT SLIDER ========*/

.bt-cs {	
	position:relative;
	border:none;
	border:1px solid #ccc;
	border-top:none;
	border-radius:0 0 4px 4px;
	display:inline-block;
}
.slides_container {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    position: relative;
}
.bt-cs a:hover {
	background-color: #fff;
	color: #363636;
}

.slides_container {
	overflow: hidden;
	position: relative;
	background: #fff;
}
/** custome ***/
.bt-cs h3 {
    border-bottom: 1px dotted #B6B6B6;
    color: #6A7F08;
    line-height: 36px;
    text-indent: 15px;
}

/*
	Next/prev buttons
*/
.bt-cs .next,.bt-cs .prev {
	display: block;
	width: 10px;
	height: 15px;
}

.bt-cs .bt_handles {
	border: 1px solid red;
	position: absolute !important;
	margin:  0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index:999;
}

.bt-cs a.next {
	background: url(../images/re-right.png) !important;
	text-indent: -9999px;
	position:absolute;
	z-index:999;
	margin:0;
	padding:0;
}

.bt-cs a.prev {
	background: url(../images/re-left.png) !important;
	text-indent: -9999px;
	position:absolute;
	z-index:999;
	margin:0;
	padding:0;
}

p.bt-readmore {
	text-align: left;
	clear:both;
}

p.bt-readmore a {
	color: #d67900;
}

p.bt-readmore a:hover,p.bt-readmore a:active {
	background: #ffffff;
}

.bt-cs .next:hover {
	background: url(../images/re-right-hover.png) scroll 0 0 transparent
		!important;
}

.bt-cs .prev:hover {
	background: url(../images/re-left-hover.png) scroll 0 0 transparent
		!important;
}

/*
	Handle
*/
.bt-cs .bt_handles li {
	float: left;
	margin: 0 1px;
	list-style: none;
	padding:0px;
}

.bt_handles li a {
	display: block !important;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	padding: 12px 0 0 0 !important;
	overflow: hidden;
}

.bt_handles li a:active,.bt_handles li a:focus,.bt_handles li a:hover {
	background-color: transparent !important;
}

.bt_handles li.current a {
	background-position: 0 -12px;
}

.bt-cs .bt-container {
	position: relative;
}

.bt-cs .bt-row { 
	float:left;	
	position:relative;
	overflow:hidden; 
	padding:18px 0 22px 0; 
}

/* main flash */
.bt-cs .bt-main-wapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bt-cs .bt-main-wapper .bt-main-item {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}

/*** CSS STYLE FOR ITEM ****/
.bt-cs .bt-inner {
	margin: 0;
	position: relative;
	padding: 0 10px;
}

.bt-cs .bt-inner a {
	text-decoration: none;
}

.bt-cs .bt-inner img {
	border: 3px solid #D0D0D0;
}

.bt-cs .bt-inner .bt-title {
	clear: both;
    display: block;
    font-weight: bold;
    padding: 15px 0 5px;
}
.bt-cs .bt-inner .bt-title-nointro {
	clear: both;
	padding: 0 0px 10px 0px;
	color: #d67900;
	font-weight: bold;
	text-transform: auto;
}

.bt-cs .bt-inner .bt-category {
	clear: both;
	color: #4a4a4a;
	margin: 0 0px 10px 0px;
	display: block;
	font-weight: bold;
}

.bt-cs .bt-inner .bt-introtext {
	clear: both;
	margin: 5px 0px 5px 0px;
	font:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	display: block;
	font-weight: normal;
}
.bt-cs .bt-inner .bt-introtext img {
	margin: 5px 0px;
	
}
.bt-cs .bt-extra {
	clear: both;
	margin-top: 5px;
}

.bt-cs .bt-date,.bt-cs .bt-author {
	font-weight: nomarl;
	font-size: 80%;
}

.bt-row-separate {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #959595;
	margin: 0px 10px;
	margin-bottom: 15px;
}