.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; 
  height: 10px;
  background-color: #8e8e8e;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 8px; 
  height: 365px;
  position: absolute;
  top: 10px;
  background-color: #d1d1d1;
}
.Scrollbar-Handle {
  position: absolute;
  width: 8px; height: 30px;
  background-color: #666666;
}
.Scrollbar-Down {
  position: absolute;
  top: 290px;
  width: 10px; 
  height: 10px;
  background-color: #8e8e8e;
  font-size: 0px;
}
#Scrollbar-Container {
    top: 160px; 
    left:147px;
    position: relative;
    cursor:pointer;
    height:370px;
    width:10px;
}

#Container {
  position: absolute;
  top: 290px; 
  width: 140px;
  height: 373px;
}
#europe, #usa, #canada, #russia, #asia, #middleeast, #web { 
  position: absolute;
  overflow: hidden;
  width: 140px;
  height: 373px;
  display: none;
}
#europe {display: block;}
p {
 	font-family:Arial;
	font-size:11px;
	color:#666666;

}
#Navigation {
  position: absolute; 
 }
#Navigation a {
  display: block;
  float: left;

}
#Navigation a:hover {
}
#Navigation a.current {
   color: #000000;
}

#thumbs {
	width:150px;
	height:154px;
	float:left;
}

#buttons {
	width:150px;
	height:15px;
	float:left;
	font:Arial;
	font-size:11px;
	text-decoration: none;
}
#spacer {
	width:111px;
	height:3px;
	float:left;
	clear: none;
}
#spacer1 {
	width:111px;
	height:30px;
	float:left;
	clear: none;
}
#spacerTop {
	width:155px;
	height:15px;
	float:left;
	clear: none;
}



/*///////////////////*/
#stockists_image {
	width:238px;
	height:571px;
	float:left;
}
#stockists_text {
	width:163px;
	height:551px;
	float:left;
	font-family:Arial;
	font-size:11px;
	background-image:url(../IMAGES/stock2.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:20px;
	color:#4f4f4f;
}
#stockists_line {
	width:120px;
	height:1px;
	background-color:#666666;
	float:left;
}




