.hosting {
	top: 13px;
	width:160px;
	height:136px;
	z-index:1;
}
#easy{
	left: 35px;
	background: url(../img/hosting_easy.png);
}
#mini {
	left:35px;
	background:url(../img/hosting_02.png);
}
#standard {
	left:225px;
	background:url(../img/hosting_03.png);
	
}
#plus {
	left:415px;
	background:url(../img/hosting_04.png);
}
#premium {
	left:605px;
	background:url(../img/hosting_05.png);
}
#panel {
	position: relative;
	top:13px;
	left:35px;
	width:730px;
	height:136px;
	/*background:url(../img/s_banner_01.png);*/
	background:url(../img/s_banner_bg.png);
	background-repeat: no-repeat; 
	z-index:10;
}
#panel div.button{
	display: block;
	position: absolute;
	top: 80px;
	margin-left: 305px;
	background: url(../img/button_05.png);
}
#panel div a {
	display: block;
	width: 97px;
	height: 25px;
}
#comp1 {
	width:355px;
	height:210px;
	top:0;
	right:0;
	background:url(../img/s_comp_01.png);
	z-index:999;
}
#comp2 {
	width:54px;
	height:8px;
	right:355px;
	bottom:0;
	background:url(../img/s_comp_02.png);
	z-index:998;
}
#support-panel-1 {
	position: relative;
	background: url(../img/bg.png);
	top: 13px;
	left: 35px;
	width: 138px;
	height: 114px;
	border: 1px solid #999;
	padding: 10px;
	z-index: 900;
}
#support-panel-2 {
	position: relative;
	background: url(../img/bg.png);
	top: 13px;
	left: 210px;
	width: 138px;
	height: 114px;
	border: 1px solid #999;
	padding: 10px;
	z-index: 900;
}
#support-panel-3 {
	position: relative;
	background: url(../img/bg.png);
	top: 13px;
	left: 385px;
	width: 138px;
	height: 114px;
	border: 1px solid #999;
	padding: 10px;
	z-index: 900;
}

.prevPage, .nextPage{
	position: absolute;
	top: 160px;
	cursor: pointer;
}

.prevPage{
	left: 350px;
	background: transparent url(../img/pager_left.png) no-repeat left top;
	display: block;
	width: 40px;
	height: 44px;
}

.prevPage:hover{
	background: transparent url(../img/pager_left_hover.png) no-repeat left top;
}

.nextPage{
	left: 390px;
	background: transparent url(../img/pager_right.png) no-repeat left top;
	display: block;
	width: 40px;
	height: 44px;
}

.nextPage:hover{
	background: transparent url(../img/pager_right_hover.png) no-repeat left top;
}
