.pricingpicker{
	margin-top: 30px;
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding: 8px 30px 10px 30px;
	border-radius: 40px;
	border: 1px solid #225b78;
	background-color: #2c93e3;
	height: 53px;
}

.pricingpicker li{
	display: inline-block;
	margin: 0px;
	font-size: 12px;
	color: #808080;
	padding: 0px 8px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #fff;
	margin-top: 40px;
	text-align: center;
	margin-top: -9px;
	height:80px;
}

.pricingpicker li div{
	height:104px;
	background: no-repeat center bottom;
}

.pricingpicker span{
	height: 68px;
	background-color: #095895;
	display: block;
	position: absolute;
	border-radius: 9px;
	top: 0px;
	left: 0px;
	padding: 0px 8px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: 2px;
}

.pricingpicker i{
	display:block;
	font-size:52px;
	margin-bottom: -4px;
}