@charset "UTF-8";

/** new slider **/

.peKenBurns {
	width: 740px !important;
	height: 400px !important;
}

.peKenBurns.peActiveWidget {
	overflow: visible;
	position: relative;
}

.peKb_timer { display: none !important; }

.peKenBurns .peKb_slides {
	background: #dedede;
}

.peKenBurns .peKb_controlsInner {
	margin: 0 !important;
	position: absolute; top: -27px; right: 0;
}

	.peKenBurns .peKb_controlsInner .peKb_holder { 
		background: none; 
	}

	.peKenBurns .peKb_controls .peKb_slideBtns { border: none; }

	.peKenBurns .peKb_controls .peKb_slideBtns li {
		padding: 0 0 0 3px;
		text-indent: 0;
	}
	.peKenBurns .peKb_controls .peKb_slideBtns li a,
	.peKenBurns .peKb_controls .peKb_slideBtns li a:hover {
		width: 28px; height: 31px;
		background: url("./images/news-list-li-bg.png") center -3px no-repeat;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 0 #fff;
	}
	.peKenBurns .peKb_controls .peKb_slideBtns li a.peKb_currentSlide,
	.peKenBurns .peKb_controls .peKb_slideBtns li a.peKb_currentSlide:hover {
		background: url("./images/news-list-aa-bg.png") center top no-repeat;
		text-shadow: 1px 1px 0 #000;
		color: #fff;
	}


	.peKenBurns .peKb_controls .peKb_arrows { 
		padding-right: 0;
		padding-left: 0;
		width: 47px; 
		border: none;
		float: right; 
	}

	.peKenBurns .peKb_controls .peKb_arrows .peKb_prev, 
	.peKenBurns .peKb_controls .peKb_arrows .peKb_next {
		margin: 0; padding: 0; 
		width: 23px; height: 24px;
	}

	.peKenBurns .peKb_controls .peKb_arrows .peKb_prev,
	.peKenBurns .peKb_controls .peKb_arrows .peKb_prev:hover { background: url('./images/news-arr-l.png') center no-repeat !important; }
	.peKenBurns .peKb_controls .peKb_arrows .peKb_next,
	.peKenBurns .peKb_controls .peKb_arrows .peKb_next:hover { 
		margin-left: 1px;
		background: url('./images/news-arr-r.png') center no-repeat !important; 
	}
