*  {margin: 0; padding: 0;}
img, img a {border: none;}

html,body
{
	margin: 0;
	padding:0;
	background-color: #E5E5E5;
}


a {
text-decoration:  none;
font-weight: bold;
border: none;
color: #333333;
 }
a:hover {
text-decoration:  underline; 
border: none;
 }



#title
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 23px;
  background-image: url(../interface_images/bck_title.gif);
  background-repeat: repeat-x; 
  background-position: 60% 60%;
  font: 80% Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight:bold;
  padding-left: 15px;
  padding-top: 5px;
}

#zoom_div
{
  position: absolute;
  top: 30px;
  left: 10px;
  width: 700px;
  height: 500px;
  border: 1px solid #959595;

  background-repeat: no-repeat; 
  background-position: 60% 60%;
}


#img_div
{
  position: absolute;
  top: 40px;
  left: 665px;
  width: 264px;
  height: 176px;
  background-color: #E5E5E5;
  border: 2px solid #959595;
  filter: alpha(opacity=95);
  z-index: 60;
}


#selector_zoom
{
	position: absolute;
	top: 40px;
	left: 665px;
	width: 75px;
	height: 50px;
	border: 2px solid #00FF00;
	padding-top:2px;
	padding-left:2px;
	z-index: 62;
}


#toolbar
{
  position: absolute;
  left: 728px;
  top: 222px;
  width: 176px;
  height: 25px;
  border: 1px solid #959595;
  background-color: #ffffff; 
  font-family: Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size:10px;
  padding-top:2px;
  padding-bottom:1px;
  filter: alpha(opacity=100);
  z-index: 61;
}


#toolbar360
{
  position: absolute;
  left: 640px;
  top: 510px;
  width: 176px;
  height: 28px;
  padding-top:2px;
  padding-bottom:2px;
  filter: alpha(opacity=100);
  z-index: 69;
}



#footer
{
  position: absolute;
  top: 480px;
  left: 735px;
  height: 80px;
  background-repeat: no-repeat; 
  background-position: 60% 60%;
}


#footer2
{
  position: absolute;
  top: 240px;
  left: 908px;
  height: 80px;
  font-family: Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size:10px;
  font-weight:bold;
  color: #CCCCCC;
  padding-top:2px;
  background-repeat: no-repeat; 
  background-position: 60% 60%;
}

#img_div_Large
{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 800px;
  height: 537px;
  background-color: #E5E5E5;
  border: 1px solid #959595;
  filter: alpha(opacity=100);
}


#T_Closeup_1
{
  position: absolute;
  top: 263px;
  left: 720px;
  width: 90px;
  height: 60px;
  background-color: #E5E5E5;
  border: 1px solid #959595;

}

#T_Closeup_2
{
  position: absolute;
  top: 263px;
  left: 820px;
  width: 90px;
  height: 60px;
  background-color: #E5E5E5;
  border: 1px solid #959595;

}

#T_Closeup_3
{
  position: absolute;
  top: 333px;
  left: 720px;
  width: 90px;
  height: 60px;
  background-color: #E5E5E5;
  border: 1px solid #959595;

}

#T_Closeup_4
{
  position: absolute;
  top: 333px;
  left: 820px;
  width: 90px;
  height: 60px;
  background-color: #E5E5E5;
  border: 1px solid #959595;

}


#Closeup1
{
  position: absolute;
  top: 30px;
  left: 10px;
  width: 700px;
  height: 500px;
  border: 1px solid #959595;
  display: none;
  background-repeat: no-repeat; 
  background-position: 60% 60%;
}

#Closeup2
{
  position: absolute;
  top: 30px;
  left: 10px;
  width: 700px;
  height: 500px;
  border: 1px solid #959595;
  display: none;
  background-repeat: no-repeat; 
  background-position: 60% 60%;
}

#Closeup3
{
  position: absolute;
  top: 30px;
  left: 10px;
  width: 700px;
  height: 500px;
  border: 1px solid #959595;
  display: none;
  background-repeat: no-repeat; 
  background-position: 60% 60%;
}

#Closeup4
{
  position: absolute;
  top: 30px;
  left: 10px;
  width: 700px;
  height: 500px;
  border: 1px solid #959595;
  display: none;
  background-repeat: no-repeat; 
  background-position: 60% 60%;
}


.drag
{
	cursor:move;
}