#wowslider-container {
	background: url('../images/slider.png') repeat-y;
	padding: 0 15px;
	position: relative;
	width:960px;
	height: 386px;
	margin:auto;
	overflow: hidden;
}
.ws-title {
	position:absolute;
	left:14px;
	bottom: 46px;
	width: 400px;
	height: 76px;
	background: url('../images/slide-title.png') no-repeat;
	color: white;
}
.ws-title p {
	width: 300px;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 12.5px;
	text-transform: uppercase;
	font-family: BPGMrgvlovaniCaps2010Regular;
}
.wrapper.eng .ws-title p {
	font-family: arial;
}
#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
	position:absolute;
	display:block;
	top:160px;
	z-index:60;
	overflow: hidden;
}
#wowslider-container a.ws_prev {
	background-image: url('../images/prev.png');
	left:28px;
	width: 42px;
	height: 43px;
}
#wowslider-container a.ws_next{
	background-image: url('../images/next.png');
	right:28px;
	width: 43px;
	height: 42px;
}

.sl-bg {
	left: 15px;
}

