.pro_kwicks-wrapper {
	width: 714px;
	height: 415px;
	position: relative;
	/*background: #1e1d1c;*/

	/*border: #262524 5px solid;*/
	border-radius: 5px;
	margin-bottom:20px;
	margin-left: 5px;
}
.pro_kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0 !important;
	height: 415px;
	overflow: hidden;
	border-radius: 5px;
}
.pro_kwicks li {
	width: 238px;
	height: 415px;
	display: block;
	overflow: hidden;
	padding: 0 !important;
	cursor: pointer;
	background: none !important;
	box-shadow: -5px -1px 5px rgba(0,0,0,.3);
	z-index:1;
	
}

.pro_kwicks li.active {
	opacity: 1;
}
.pro_kwicks.pro_horizontal li {
	margin-right: 0;
	float: left
}
.pro_slide-kwicks {
	position: relative;
	width: 714px;
}
.pro_kwicks-banner {
	position: absolute;
	top: 125px;
	left: 15px;
	width: 285px;
	height:270px;
	color: #fff;
	z-index:100000000;
	
	

}
.pro_kwicks-banner .prol-bg{
	opacity: 0.5;
	width: inherit;
	height: inherit;
	background: url(images/pro_images/bg-banner.png) 0 0 repeat;
	opacity: 0.6;
	border-radius:5px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1
}
.pro_kwicks-banner .prol-body{
	position:absolute;
	width: inherit;
	height: inherit;
	left:0px;
	top:0px;
	z-index:2
}
.pro_kwicks-banner span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
	display: block;
	padding: 15px 0 0px 15px;
}
.pro_kwicks-banner p {
	padding: 0 20px 20px 20px;
}

.prol-body-list{
		padding:25px 0px 0px 20px;
}
.pbl-item{
		position:relative;
		padding-left:30px;
		margin-bottom:7px;
}
.pbl-item div{
	position:absolute;
	width:20px;
	height:1px;
	left:0px;
	top:9px;
	background:#FFF
}
.prol-body-more{
		padding:20px 0px 0px 18px;
}


.pro_kwicks li img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pro_kwicks:hover li img {
	opacity: .4
}
.pro_kwicks:hover li:hover img{
	opacity: 1;
}