.photo1 {

background-color:blue;
}


.button1
{position:absolute;
top:700px;
left:550px;
background-image:url(../img/adown.png);
height:130px;
width:100px;
}
.button2
{position:absolute;
top:350px;
background-image:url(../img/aleft.png);
height:100px;
width:130px;
}
.button3
{position:absolute;
top:350px;
left:1050px;
background-image:url(../img/aright.png);
height:100px;
width:130px;
}

.button4
{position:absolute;
left:150px;
top:1px;
background-image:url(../img/aup.png);
height:130px;
width:100px;
}

.reset
{position:absolute;
top:661px;
left:1000px;
background-image:url(../img/home.jpg);
width:100px;
height:44px;
}

/*below this line is the border/3ds clickable buttons*/

.frontcamera {
position:absolute;
top:45px;
left:530px;
height:31px;
width:45px;
border:solid white 2px;
border-radius:25px;}

.circlepad {
position:absolute;
top:384px;
left:267px;
height:83px;
width:110px;
border:solid white 2px;
border-radius:25px;}

.controlpad {
position:absolute;
top:475px;
left:260px;
height:78px;
width:93px;
border:solid white 2px;
border-radius:25px;}

.topscreen{
position:absolute;
top:94px;
left:365px;
height:219px;
width:360px;
border:solid white 2px;
border-radius:25px;
}

.touchscreen {
position:absolute;
top:370px;
left:405px;
height:232px;
width:320px;
border:solid white 2px;
border-radius:25px;}

.headphones {
position:absolute;
top:605px;
left:543px;
height:32px;
width:45px;
border:solid white 2px;
border-radius:25px;}

.facebuttons {
position:absolute;
top:379px;
left:735px;
height:95px;
width:115px;
border:solid white 2px;
border-radius:25px;}

.powerbutton {
position:absolute;
top:545px;
left:761px;
height:32px;
width:78px;
border:solid white 2px;
border-radius:25px;}

.dsmeter {
position:absolute;
top:210px;
left:778px;
height:71px;
width:70px;
border:solid white 2px;
border-radius:25px;
z-index:200px;
}

/*below is for the sides and the back of the 3DS*/

.wireless {
position:absolute;
top:340px;
left:575px;
height:103px;
width:95px;
border:solid white 2px;
border-radius:25px;}

.volume {
position:absolute;
top:337px;
left:437px;
height:80px;
width:110px;
border:solid white 2px;
border-radius:25px;}

.sdcard {
position:absolute;
top:465px;
left:467px;
height:140px;
width:138px;
border:solid white 2px;
border-radius:25px;}

.outcamera {
position:absolute;
top:61px;
left:469px;
height:40px;
width:182px;
border:solid white 2px;
border-radius:25px;
}

.gamecardstylus {
position:absolute;
top:305px;
left:474px;
height:40px;
width:223px;
border:solid white 2px;
border-radius:25px;}

.kirby {
position:absolute;
top:106px;
left:441px;
height:195px;
width:251px;
border:solid white 2px;
border-radius:25px;}

.battery {
position:absolute;
top:372px;
left:308px;
height:227px;
width:521px;
border:solid white 2px;
border-radius:25px;}

/*infobox line*/

.infob {
background-color:white;width:400px;height:200px;margin:auto auto;border:solid 1px red;position:absolute;top:200px;left:350px;z-index:100;display:none;
}

.infobclose{
float:right;
height:15px;width:auto;
cursor:pointer;
}


.infotext{
font-size:1em;
font-family:helvetica, Sans-Serif;
padding:20px;
text-align:justify;
}
