ul.anp-news {
	max-height: 333px;
	overflow-y: scroll;
	position: relative;
}

	/*ul.anp-news li {
		overflow: hidden;
		height: auto;
		border-top: 1px solid #cdcdcd;
		padding: .4em 0;
	}

		ul.anp-news li:first-child {
			border: none;
			padding-top: 0;
		}

		ul.anp-news li .cp-left,
		ul.anp-news li .cp-right {
			float: left;
			width: 21%;
			margin-right: 4%;
		}

		ul.anp-news li .cp-right {
			width: 73%;
			margin-right: 0;
		}

		ul.anp-news li a {
			display: block;
		}

		ul.anp-news img {
			max-width: 60px;
			width: 100%;
		}

		ul.anp-news li a {
			font-size: .9em;
			line-height: 1.3em;
			font-family: Georgia, sans-serif;
			font-weight: normal;
			color: inherit;
			text-decoration: none;
		}

			ul.anp-news li a:hover {
				text-decoration: underline;
			}*/

/*.widget_cp_anp_news {
	background: #fff;
	padding: 10px;
}*/

.widget_cp_anp_news .loader {
	display: block;
	margin: 10px auto;
	background: url('ajax-loader.gif') no-repeat 50% 50%;
	height: 16px;
	width: 16px;
}

 .widget_cp_anp_news button {
 	background: #000;
 	color: #fff;
 	font: inherit;
 	border: none;
 	width: 100%;
	padding: .8em 0;
	font-size: 2em;
	font-family: Georgia, sans-serif;
	cursor: pointer;
 }

 .anp-copyright {
 	font-weight: normal !important;
 	font-style: italic;
 }