@import url('../fonts/fonts.css');

.peKenBurns {
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -999;
}
/* set border size to 0px */
.peKenBurns .peKb_slides {
	padding: 0px;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
	width: 100%;
	height: 100%;
}

/* set controls margins to 0px */
.peKenBurns .peKb_controlsInner .peKb_holder{
	margin: 0px;
	background: none;
}

.peKenBurns .peKb_controls .peKb_holder{
	height: 50px !important;
}

.peKenBurns .peKb_timer{
	display: none !important;
}
.peKb_controls .peKb_slideBtns{
	display: none !important;
}
.peKb_controls {
	margin-top: -132px !important;
}
.peKb_controls .peKb_arrows{
	border-left: 1px none !important;
	width: 110px !important;
	height: 50px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.peKb_mainPanel{
	position: absolute !important;
	right: 20px;
}
.peKb_arrows .peKb_prev,
.peKb_arrows .peKb_next{
	width: 50px !important;
	height: 50px !important;
	padding: 0 !important;
}
.peKb_arrows .peKb_prev{
	background: url("../images/black/slide_nav.png") no-repeat scroll 0 -100px transparent !important;
	margin-right: 2px !important;
}

.peKb_arrows .peKb_next{
	background: url("../images/black/slide_nav.png") no-repeat scroll 0 0 transparent !important;;
}


.peKenBurns .peKb_slides .peKb_caption .peKb_holder{
	width: 100% !important;
	height: 220px !important;
	margin: 0 !important;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 82px;
	text-align: right;
}
.peKenBurns .peKb_slides .peKb_caption .peKb_holder .peKb_real h5{
	line-height: 1px;
	height: 180px;
	color: #FFFFFF;
	font-family: "BebasNeueRegular" !important;
	font-weight: normal;
	font-size: 180px;
	opacity: 0.8;
	text-align: right;
	z-index: 12;
	color: rgba(255,255,255,0.8);
	margin-top: 75px;
}

.peKenBurns .peKb_slides .peKb_caption .peKb_holder .peKb_real{
	overflow: visible;
	right: 0;
}
.peKenBurns .peKb_slides .peKb_caption .peKb_holder .peKb_background{
	display: none !important;
}
.peKenBurns .peKb_slides .peKb_caption .peKb_holder .peKb_real h6{
	color: #fff;
	font: 14px/50px "Helvetica Neue",Helvetica,Arial,sans-serif;
	height: 50px;
	top: 170px;
	right: 131px;
	position: absolute;
	z-index: 13;
	padding: 0 15px;
	margin: 0 !important;
	background: url("../images/black/caption_bkg.png") repeat scroll 0 0 transparent;
}
#prevbutton, #nextbutton{
	position: absolute;
	cursor: pointer;
	width: 50px;
	height: 50px;
	bottom: 82px;
}
#prevbutton{
	right: 28px;
}

#nextbutton{
	right: 80px;
}
