
div.gallery-box-top-left {
  padding: 0;
  margin: 0;
	background-image: url(../img/gallery-box-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.gallery-box-top-right {
  padding: 0;
  margin: 0;
	background-image: url(../img/gallery-box-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.gallery-box-bottom-left {
  padding: 0;
  margin: 0;
	background-image: url(../img/gallery-box-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.gallery-box-bottom-right {
  padding: 5px 10px;
  margin: 0;
	background-image: url(../img/gallery-box-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.gallery-box-inner {
  width: 700px;
}

h2.gallery-title {
  padding: 0px 0px 10px;
  margin: 0;
  color: #F37322;
  font-size: 16px;
  font-weight: bold;
}

div.gallery-link-wrapper {
	margin: 0;
  padding: 0px 0px 35px 0px;
	width:700px;
}
div.gallery-link {
  background-image: url(../img/gallery-link-bullet.gif);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  float: left;
  font-size: 14px;
  padding: 2px 20px 2px 25px;
  font-family: "Verdana","Arial","Century Gothic";
}
div.gallery-link a, div.gallery-link a:visited  {
  color: #aaaaaa;
  white-space: nowrap;
  text-decoration: none;
}
div.gallery-link a:hover{
  color: #dddddd;
  text-decoration: none;
}
/* end of gallery style*/
div.thumbnail-container {
  margin: 0;
  padding: 0px 0px 20px 0px;
}

a.thumbnail-link, a.thumbnail-link:visited {
  float: left;
  padding: 5px 5px 17px 5px;
  background-image: url(../img/thumbnail-box.gif);
  background-repeat: no-repeat;
  border: none;
  text-decoration: none;
  opacity: 0.5;
  MozOpacity: 0.5;
  KhtmlOpacity: 0.5;
  filter: alpha(opacity=50);
}

a.thumbnail-link:hover, a.thumbnail-link-selected {
  float: left;
  padding: 5px 5px 17px 5px;
  background-image: url(../img/thumbnail-box-selected.gif);
  background-repeat: no-repeat;
  border: none;
  text-decoration: none;
  opacity: 1;
  MozOpacity: 1;
  KhtmlOpacity: 1;
  filter: alpha(opacity=100);
}

a.thumbnail-link img {
  padding: 0;
  margin: 0;
  border: none;
}

div.main-image-container {
}

a.button-previous, a.button-previous:hover a.button-previous:visited {
  border: none;
  text-decoration: none;
  margin: 197px 16px 0px 0px;
  float: left;
  display:block;
}
a.button-previous img {
  padding: 0;
  margin: 0;
  border: none;
}

a.button-next, a.button-next:hover a.button-next:visited {
  border: none;
  text-decoration: none;
  margin: 197px 0px 0px 16px;
  float: left;
  display:block;
}
a.button-next img {
  padding: 0;
  margin: 0;
  border: none;
}

div.main-image-wrapper-outer {
  background-color: #dddddd;
  padding: 1px;
  margin: 0px;
  float: left;
}
div.main-image-wrapper-inner {
  background-color: #000000;
  padding: 4px;
  margin: 0px;
}
div.main-image-wrapper-content {
  position: relative;
  width: 590px;
  height: 430px;
  padding: 0;
  margin: 0;
}
img.main-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
img.main-image-background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
div.main-image-loading-bar {
  width: 590px;
  height: 430px;
  padding: 0;
  margin: 0;
  opacity: 0.5;
  MozOpacity: 0.5;
  KhtmlOpacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000000;
}
div.main-image-loading-bar p {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding:213px 0 0 0;
  margin:0;
  width: 590px;
}
div.main-image-caption {
  text-align: center;
  padding: 15px 0;
  width: 700px;
  color: #dddddd;
  font-size: 11px;
}
form.add-to-cart-form {
  padding: 10px 0px 0px 0px;
  margin: 0;
}
form.add-to-cart-form input {
  padding: 0;
  margin: 0;
}
