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

.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(file:///C|/Users/Scott%20Ace/Desktop/PENCIL2PAPER/left1.png) no-repeat;
white-space: nowrap;
display: block;
width: 54px;
height: 61px;

}

.cssnavR
{
position: absolute;
left:0px;
top:0px;
font-family: arial, helvetica, sans-serif;
background: url(file:///C|/Users/Scott%20Ace/Desktop/PENCIL2PAPER/right1.png);
white-space: nowrap;
display: block;
width: 54px;
height: 61px;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 54px;
height: 61px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnavR a
{
	position:absolute;
	left:0px; top:0px;
display: block;
color: #000000;
font-size: 11px;
width: 54px;
height: 61px;
display: block;
color: black;
text-decoration: none;
}

.cssnav img
{
	
width: 54px;
height: 61px;
border: 0
}

.cssnavR img
{
	
width: 54px;
height: 61px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnavR a:hover img
{
visibility:hidden
}


.cssnav span
{
	position: absolute;
	left: 30px;
	top: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 

.cssnavR span
{
	position: absolute;
	left: 30px;
	top: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 

#buttoncase
{
	position:absolute;
	width:49px;
	height:55px;
	left:-49px;
	top: 100px;
}

#buttoncaseR
{
	position:absolute;
	width:49px;
	height:55px;
	right:-49px;
	top: 100px;

}
