div.gallery_links_outbox {
  margin-bottom: 5px;
  clear: both;
  line-height:20px;
  text-align:center;
}

div.gallery_links {
	display: inline;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
  white-space: nowrap;
}

div.gallery_links img.dot {
  display: inline;
  padding: 1px 11px 1px 8px;
}

div.gallery_links a, div.gallery_links a:visited  {
  color: #777777;
	padding: 0px 3px 0px 0px;
  text-decoration: none;
  white-space: nowrap;
}

div.gallery_links a:hover {
  text-decoration: none;
  color: #a5a921;
}

div.gallery_links a.selected, div.gallery_links a.selected:visited {
  text-decoration: none;
  color: #000000;
}

div.gallery_links a.selected:hover {
  text-decoration: none;
  color: #000000;
}

div.main_img_box {
  padding: 0px 0px 7px 0px;
}

img.main_img {
  border: none;
  display: block;
  position: absolute;
}

img.main_img_bg {
  border: none;
}

a.img_anchor, a.img_anchor:visited {
  color: #555555;
  text-decoration:none;
}
a.img_anchor:hover {
  color: #a5a921;
  text-decoration:none;
}

div.thumb_box {
  padding: 0;
}

div.thumb_box a {
  display: block;
  float: left;
  /*border:1px dotted;*/
  color:#660000;
  cursor:pointer;
  padding:2px;
  margin: 1px 5px 3px 5px;
}

div.thumb_box a div.thumb_img_border {
  background: transparent url(../img/thumb_span_nobg.png);
  display: block;
  height: 64px;
  margin: 0;
  position: absolute;
  width: 80px;
  z-index: 1;
}

div.main_img_box div.main_img_top_left {
  background: transparent url(../img/background_main_img_top_left.gif);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  display: block;
  position: absolute;
  width: 480px;
  height: 360px;
  z-index: 1;
}

div.main_img_box div.main_img_top_right {
  background: transparent url(../img/background_main_img_top_right.gif);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  display: block;
  position: absolute;
  width: 480px;
  height: 360px;
  z-index: 1;
}

div.main_img_box div.main_img_bottom_right {
  background: transparent url(../img/background_main_img_bottom_right.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  display: block;
  position: absolute;
  width: 480px;
  height: 360px;
  z-index: 1;
}

div.main_img_box div.main_img_bottom_left {
  background: transparent url(../img/background_main_img_bottom_left.gif);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  display: block;
  position: absolute;
  width: 480px;
  height: 360px;
  z-index: 1;
}

a.selected {
  /*border:1px solid;*/
  color:#000000;
}

div.thumbs_outbox {
  width: 100%;
}

div.caption {
  font-size: 11px;
  color: #333333;
  padding: 10px 0px;
  width: 480px;
  text-align: center;
}

/*****   clearfix   *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.clearfix {
	display: inline-block;
}
/* hide from ie-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from ie-mac */

/*****   end of clearfix   *****/

div#main {
  margin-top: 0px;
}