/* CSS Document */


body{ 
  background-color: #f8f8f8;
}

a img {
   border-style: none;
}

#box{ 
  	position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top: -312px;
  	margin-left: -208px;	
  	width: 416px;
	height: 612px;
/*	border-width: 1px; 
	border-color: #b3b3b3; 
	border-style: dashed;  */  
}

p{ 
	position: relative;
	padding: 0;
	margin: 0; 
}

#mabd a{
	float: left;
	display:block;
	width: 206px;
	height: 99px;
	background: url("images/mabd_nav/mabd.svg") 0 0 no-repeat;
}	

#mabd a:active {
	background-position: -410px 0;
}

#next a{
	display: block;
	position: absolute;
	width: 45px;
	height: 99px;
	top: 513px;
	left: 410px;
	background: url("images/mabd_nav/next_idevice.gif") 0 0 no-repeat;
}	

#next a:hover  {	
		}

#next a:active {
}

#back a{
	display: block;
	position: absolute;
	width: 45px;
	height: 99px;
	top: 513px;
	left: -48px;
	background: url("images/mabd_nav/back_idevice.gif") 0 0 no-repeat;
}	

#back a:hover  {	
		}

#back a:active {
}