/*======= BT CONTENT SLIDER ========*/

.bt-cs {

	position: relative;

	border: none;

}

.slides_container {

	overflow: hidden;

	position: relative;
	padding-bottom: 5px;

}

.bt-cs h3 {

	color: #d67901;

	line-height: 37px;

	text-indent: 15px;

	text-transform: uppercase;

	background: url(../images/bg-header.png) repeat-x;

	height: 37px;

	border: 1px solid #cfcfcf;

	margin: 0 !important;

}



/*

	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 {

	border: 1px solid red;

	position: absolute !important;

	margin:  0 !important;

	padding: 0 !important;

	border: 0 !important;

	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;

	background-image: url(../images/pagination.png);

	background-position: 0 0;

	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 {

	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 2px!important;

	list-style:none;

	padding:1px!important;

	background:none!important;

}

.bt_handles_num li a {

	display: block !important;

	width:20px;

	height:22px;

	line-height:19px;

	background:grey;

	float:left;

	padding:0!important;

	overflow: hidden;

	text-align:center;

	text-decoration:none;

	color:#fff;

	font-size:18px;

}

.bt_handles_num li a:hover{

	opacity:0.8;

}

.bt_handles_num li.current a {

	background:#a44;

}



/*** CSS STYLE FOR ITEM ****/

.bt-cs .bt-row {

	float: left;

	position: relative;

	overflow: hidden;
	
	padding: 8px 0;
		
	padding-bottom: 22px;

}

.bt-cs .bt-inner {

	margin: 0;

	position: relative;
	
	min-height: 95px;
	
	vertical-align:text-bottom;

	padding: 0 10px;

}

.bt-cs .bt-inner a {

	text-decoration: none;

}

.bt-cs .bt-inner img {

	outline: 1px solid #eee;

	border: 2px solid #fff;

	max-width:99%;

	margin:0px 0px;

}

.bt-cs .bt-inner .bt-title {

	clear: both;

	color: #a00;
	
	font-family: 'Architects Daughter';

	font-weight:500;
	
	font-size:13px;
	
	line-height:150%;


}

.bt-cs_big .bt-inner .bt-title{
	/*position:absolute;
	top: 16px;
	left:100px;*/
	font-size:16pt;
	font-weight:500;
	letter-spacing: 1px;
	padding-right:1px;
	padding-left:95;

}

.bt-cs_big .bt-inner img {

	outline: 0px;
	border: 0px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
   -webkit-border-radius: 42px; 
   /* Firefox 1-3.6 */
   -moz-border-radius: 42px; 
   /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
   border-radius: 42px; 
   	/*background: url(../../../../images/system/ombra-highlights.png) bottom no-repeat ;  */

}

.bt-cs_big .bt-row {
   
   	background: url(../../../../images/system/ombra-highlights.png) bottom left no-repeat;
	vertical-align: middle;

}

.bt-cs_big .bt-inner .bt-inner-tt {
	display:table-cell;
	height: 75px;
	vertical-align:middle;
}

.bt-cs_all .bt-inner .bt-title{
	/*position:absolute;
	top: 6px;
	left:103px;*/
	font-size:14pt;
	line-height: 21px;
	/*font-family: 'Open Sans';*/
	font-weight:500;
	letter-spacing: 1px;
	padding-right:15px;
	padding-left:95;

}

.bt-cs_all .bt-row {

	float: left;
	position: relative;
	overflow: hidden;
	padding: 5px 0;
}

.bt-cs_all .bt-inner .bt-inner-tt{
	display:table-cell;
	height: 85px;
	vertical-align:middle;
}

.bt-cs_all .bt-inner img {
	outline: 0px;
	border: 0px;
	padding-right:10px;
	
}

.bt-cs_all .bt-inner p {
	padding-top: 0px !important;
	margin-top: 0px !important;
	color: #333 !important;
	font-size:12px;
	line-height: 14px;
}

.bt-cs_bn .bt-inner .bt-title{
	position:absolute;
	top: -18px;
	left:25px;
	font-size:17pt;
	font-weight:500;
	letter-spacing: 1px;
	padding-right:0px;
	padding-left:10;
	padding-bottom: 5px;

}

.bt-cs_bn .bt-row {

	padding-bottom: 17px;
	padding-top:14px;

}

.bt-cs_ln .bt-inner .bt-title{
	position:absolute;
	top: -10px;
	left:15px;
	font-size:13pt;
	letter-spacing: 0px;
	font-weight:500;
	padding-right:0px;
	padding-left:10;
	padding-bottom: 5px;

}

.bt-cs_ln .bt-row {

	padding-bottom: 17px;
	
	padding-top:14px;

}



.bt-introtext {
	position:absolute;
	top: 45px;
	left:110px;
	color: #a00;
	font-size:14px;

}

.bt-cs .bt-inner .bt-category {

	clear: both;

	color: #4a4a4a;

	font-weight: bold;

	line-height:150%;



}

.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 #ddd;

	margin: 15px 15px;
	

}

