@charset "utf-8";
/* CSS Document */

/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
    		
.kwicks li{
	float: left;
	width: 316px;
	height: 300px;
}
#prbl { 
	background-color: #fff;
	background-image: url(../assets/prblBg.png);
	background-position:center;
}
#hbys {
	background-color: #fff;
	background-image: url(../assets/hbysBg.png);
}
#bbys {
	background-color: #fff;
	background-image: url(../assets/bbysBg.png) ;
}

        				
