#body {
	background-color: #FFF;
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
	border:none;
	background-image: url(images/background.png);
}


	
	img {
	border:0px;
} 



:focus { outline:none;
	-moz-outline-style: none;
}


a {
	border:none;
	outline:none;
	font-size: 11px;
	color: #666;
}
a:link { outline:none
	text-decoration: none;
}
a:visited {
	outline:none;
	text-decoration: none;
	color: #666;
}
a:hover {
	outline:none;
	text-decoration: none;
	color: #0FF;
}
a:active { outline:none;
	text-decoration: none;
}


#menu{ z-index:800; position: relative; left:-10px; bottom:5px;
}


#navbar li 	   { position:relative; bottom:0px; font-family:Arial, Helvetica, sans-serif; color:#bababa;
font-size:12px;  
display:inline; 
				 list-style:none; 
				 color:#bababa; 
				 padding-right:2.5em; 
				}


#footer {
background-color: #666666; repeat scroll 0 0;
bottom:-1px;
display:block;
height:40px;
margin:0;
position:fixed;
right:0;
text-align:right;
width:100%;
z-index:600;
}


#page #case .right {
	position: relative;
	top:50px;
	width: 530px;
	height:400px;
	overflow: hidden;
	z-index: 200;
}
#page #case .right .arrowleft {
	position: absolute;
	top: 0px;
	left: -20px;
	background-image: none;
	background-repeat: no-repeat;
	_background-color: transparent;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image/arrow.image.left.png", sizingMethod="crop");
	width:324px;
	height: 400px;
	cursor: pointer;
	z-index: 500;
}

#page #case .right .arrowright {
	position: absolute;
	top: 0px;
	right: 20px;
	background-image:none;
	background-repeat: no-repeat;
	_background-color: transparent;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image/arrow.image.right.png", sizingMethod="crop");
	width: 324px;
	height: 400px;
	cursor: pointer;
	z-index: 500;
	margin-right: -10px;
}

#page #case .right #imagetweener {
	position: relative;
	top: 0px;
	left: 0px;
	height: 500px;
	width: 538px;
	overflow: hidden;
}
#page #case .right #imagetweener .image {
	position: absolute;
	top: -10px;
	float: left;
	background-repeat: no-repeat;
	width: 530px;
	height: 485px;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
#container #maincontent #body #tweencase {
	margin-top: -60px;
	margin-left: 30px;
}
