@charset "UTF-8";

.plans-row {
	width: 100%;
	height: 127px;
	clear: left;
	margin: 10px 0;
	float: left;
}

	.plans-single {
		margin: 0 10px;
		width: 144px;
		height: 127px;
		display: block;
		float: left;
	}
	
		#plan-1 {
			background: url(../images/home-plans/1-th.jpg) no-repeat;
		}
		
		#plan-2 {
			background: url(../images/home-plans/2-th.jpg) no-repeat;
		}
		
		#plan-3 {
			background: url(../images/home-plans/3-th.jpg) no-repeat;
		}
		
		#plan-4 {
			background: url(../images/home-plans/4-th.jpg) no-repeat;
		}
		
		#plan-5 {
			background: url(../images/home-plans/5-th.jpg) no-repeat;
		}
		
		#plan-6 {
			background: url(../images/home-plans/6-th.jpg) no-repeat;
		}
		
		#plan-7 {
			background: url(../images/home-plans/7-th.jpg) no-repeat;
		}
		
		#plan-8 {
			background: url(../images/home-plans/8-th.jpg) no-repeat;
		}
		
		#plan-9 {
			background: url(../images/home-plans/9-th.jpg) no-repeat;
		}
		
		
	.plan-link {
		width: 100%;
		height: 100%;
		display: block;
	}