/* CSS Document */
.pl-tickercnt{  display:table; border:3px solid #eaeaea; height:50px; width:100%;  }
	.pl-tickercnt.pl-fixedticker-top { position:fixed; top:0; left:0; z-index:999; }
	.pl-tickercnt.pl-fixedticker-bottom { position:fixed; bottom:0; left:0; z-index:999; }
	.pl-ticker-title { float:left; position:relative; background:#09C; color:#fff;  height:inherit; width:120px; line-height:50px; padding:0 10px;  }
	.pl-ticker-title:after { content:''; position:absolute; right:-25px; top:0; width: 0;height: 0;border-style: solid;border-width: 25px 0 25px 25px;border-color: transparent transparent transparent #2376cf;line-height: 0px;_border-color: #000000 #000000 #000000 #09C;_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');}
		.pl-ticker-title i{margin-right:5px;line-height:50px;}
		.pl-ticker-title.pl-rtl{ float:right; text-align:right;  }
			.pl-ticker-title.pl-rtl i{ float:right; margin-left:5px; }
	.pl-ticker-items{ display:block; overflow:hidden;  color:#fff; height:inherit;   }
		.pl-ticker-items  ul { margin:0 0; padding:0 10px;color:#fff; line-height:50px; }
			.pl-ticker-items ul.pl-rtl{ text-align:right!important; direction:rtl!important; }
			
			.pl-ticker-items  ul li { list-style: none inside none!important; }
				.pl-ticker-items  ul li a{ color:#fff; text-decoration:none; -webkit-transition: all 0.3s ease-in-out;	-moz-transition: all 0.3s ease-in-out;	-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
				.pl-ticker-items  ul li a:hover{ color:#09C; }
		.pl-ticker-items  ul li .pl-mar-date { background:#06C; padding:1px 5px; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; text-transform:uppercase; }
		.pl-ticker-items ul.pl-ltr li a span.pl-dated-title { float:left; margin-right:10px;}
		.pl-ticker-items ul.pl-rtl li a span.pl-dated-title { float:right; margin-left:10px;}
		
	.pl-ticker-items ul li img.pw-ticker-img { float:left; display:inline-block; margin-right:5px; margin-top:5px; padding:1px; }
	.pl-ticker-items ul li img.pw-ticker-img.pl-rtl { float:right; display:inline-block; margin-left:5px;margin-top:5px;  padding:2px; }