/*======= PL CONTENT SLIDER ========*/
.pl-cs {
	position: relative;
	border: none;
}
.slides_container {
	overflow: hidden;
	position: relative;
}
.pl-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
*/
.pl-cs .next, .pl-cs .prev {
	display: none;
	width: 40px;
	height: 100%;
	top: 0;
	opacity: 0.7;
}
.pl-cs:hover .next, .pl-cs:hover .prev {
	display: block;
}
.pl-cs .next:hover, .pl-cs .prev:hover {
	opacity: 1;
}
.pl-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;
}
.pl-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 */
.pl-cs .pl_handles {
	border: 1px solid red;
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index: 101;
}
.pl-cs .pl_handles li {
	float: left;
	margin: 0 1px !important;
	list-style: none;
	padding: 0px !important;
	background: none !important;
}
.pl_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;
}
.pl_handles li.current a {
	background-position: 0 -12px;
}
/*numbering */
.pl-cs .pl_handles_num {
	border: 1px solid red;
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index: 101;
}
.pl-cs .pl_handles_num li {
	float: left;
	margin: 0 1px !important;
	list-style: none;
	padding: 0px !important;
	background: none !important;
}
.pl_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;
}
.pl_handles_num li a:hover {
	opacity: 0.8;
}
.pl_handles_num li.current a {
	background: orange;
}
/*** CSS STYLE FOR ITEM ****/
.pl-cs .pl-row {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 8px 0;
}
.pl-cs .pl-inner {
	margin: 0;
	position: relative;
	padding: 0 10px;
}
.pl-cs .pl-inner a {
	text-decoration: none;
}
.pl-cs .pl-inner img {
	outline: 0px;
	max-width: 99%;
	margin: 5px 0px;
}
.pl-cs .pl-inner .pl-title {
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 150%;
	display: inline-block;
}
.pl-cs .pl-inner .pl-category {
	clear: both;
	color: #4A4A4A;
	font-weight: bold;
	line-height: 150%;
}
.pl-cs .pl-center {
	text-align: center;
}
.pl-cs .pl-extra {
	clear: both;
	margin-top: 5px;
}
.pl-cs .pl-date, .pl-cs .pl-author {
	font-weight: normal;
	font-size: 80%;
}
.pl-row-separate {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #959595;
	margin: 0px 10px;
	margin-bottom: 15px;
}
