@charset "utf-8";
/* CSS Document */

a#prev2{
	float:left; 
	margin:-427px 0 0 5px;
	height:427px;
	width:285px;
	position:absolute;
	z-index:2000;
}

a#prev2:hover{
	float:left; 
	margin:-427px 0 0 5px;
	height:427px;
	width:285px;
	background-image:url(../design/control_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
}

a#next2{
	float:right; 
	margin:-427px 0 0 285px; 
	height:427px;
	width:289px;
	position:absolute;
	z-index:2000;
}

a#next2:hover{
	float:right; 
	margin:-427px 0 0 285px; 
	height:427px;
	width:289px;
	background-image:url(../design/control_right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	position:absolute;
}
