@charset "utf-8";

#td_gallery_main {
	text-align: center;
}
#a_toggle_left {
	display: block;
	width: 29px;
	height: 26px;
	position: absolute;
	top: 41px;
	left: 179px;
	text-decoration: none;
	
	background-image: url(../__images/layout/gallery_toggle_l_both.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#a_toggle_left:hover {
	background-position: right top;
}
#a_toggle_left {
	display: block;
	width: 29px;
	height: 26px;
	position: absolute;
	top: 41px;
	left: 179px;
	text-decoration: none;
	
	background-image: url(../__images/layout/gallery_toggle_l_both.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#a_toggle_left:hover {
	background-position: right top;
}
#a_toggle_index {
	display: block;
	width: 72px;
	height: 26px;
	position: absolute;
	top: 41px;
	left: 208px;
	text-decoration: none;
	
	background-image: url(../__images/layout/gallery_index_both.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#a_toggle_index:hover {
	background-position: right top;
}
#a_toggle_right {
	display: block;
	width: 29px;
	height: 26px;
	position: absolute;
	top: 41px;
	left: 280px;
	text-decoration: none;
	
	background-image: url(../__images/layout/gallery_toggle_r_both.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#a_toggle_right:hover {
	background-position: right top;
}
.large-image {
	display: inline;
}

td.gallery_t {
	height: 55px;
}
td.gallery_b {
	height: 55px;
}

td.gallery_l.gallery_t {
	background: url(../__images/layout/gallery_border_lt.gif) no-repeat right bottom;
}
td.gallery_c.gallery_t {
	background: url(../__images/layout/gallery_border_t.gif) repeat-x left bottom;
}
td.gallery_r.gallery_t {
	background: url(../__images/layout/gallery_border_rt.gif) no-repeat left bottom;
}
td.gallery_l.gallery_c {
	background: url(../__images/layout/gallery_border_l.gif) repeat-y right top;
}
td.gallery_r.gallery_c  {
	background: url(../__images/layout/gallery_border_r.gif) repeat-y left top;
}
td.gallery_l.gallery_b {
	background: url(../__images/layout/gallery_border_lb.gif) no-repeat right top;
}
td.gallery_c.gallery_b {
	background: url(../__images/layout/gallery_border_b.gif) repeat-x left top;
	text-align: center;
}
td.gallery_r.gallery_b {
	background: url(../__images/layout/gallery_border_rb.gif) no-repeat left top;
}
.image-container {
	height: 488px;
	width: 488px;
	position: relative;
	overflow: visible;
}
.image {
	display: inline;
	z-index: 150;

}
.image-background {
	position: absolute;
	left: -10px;
	top: -2px;
	z-index: 50;
}

.thumb-container {
	overflow: visible;
	position: relative;
}

.thumb {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
}
.thumb-background {
	position: absolute;
	left: -7px;
	top: -2px;
	z-index: 50;
}
