#menu2 {
	width:768px;
	height:342px;
	/* background: url(../img/slide_002.jpg) no-repeat top left; */
}

a.back, p.back {
	display:block;
	width:103px;
	height:342px;
	background-image:url(../img/slideback_005.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

a.back:hover {
	background-position: 0 -342px;
}

a.next, p.next {
	display:block;
	width:103px;
	height:342px;
	background-image:url(../img/slidenext_005.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

a.next:hover {
	background-position:0 -342px;
} 

.leftpackage {
	display:block;
	width:190px;
	height:342px;
	background-image:url(../img/slide_005.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
}

.leftpackage:hover {
	background-position: 0 -342px;
}

.centerpackage {
	display:block;
	width:182px;
	height:342px;
	background-image:url(../img/slide_005.jpg);
	background-repeat:no-repeat;
	background-position:-190px 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
	/*cursor:default;*/
}

.centerpackage:hover {
	background-position:-190px -342px;
	/*cursor:default;*/
}

.rightpackage {
	display:block;
	width:190px;
	height:342px;
	background-image:url(../img/slide_005.jpg);
	background-repeat:no-repeat;
	background-position: -372px 0;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	float:left;
	/* cursor:default; */
}

.rightpackage:hover {
	background-position: -372px -342px;
	/* cursor:default; */
}