@charset "utf-8";

/* CSS Document */
/** image viewer */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}


li { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

img { vertical-align: bottom; }

:focus { outline: 0; }

.mod-image {
  width: 750px;
}
.mod-image .main {
	width: 750px;
	height: 200px;
	margin-bottom: 10px;
}
.mod-image .main li { display: none; position: absolute; }
.mod-image .thumb {
  padding: 0 2px 5px;
  _margin: 0 -3px;
  overflow: hidden;
  _zoom: 1;
  background-color: #e5e5e5;
  margin-bottom: 10px;
}
.mod-image .thumb li { position: relative; float: left; margin: 5px 3px 0; width: 50px; height: 50px; background: #fff; cursor: pointer; }
.mod-image .thumb img {
	position: absolute;
	top: 1px;
	background: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	left: -1px;
}
.mod-image .thumb .current { position: absolute; top: -5px; width: 50px; height: 60px; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0;  background: url(../slideimg/common/target.gif) no-repeat; }

.mod-image { position: relative; }
#dogthumb {
height:50px;
}
#top_slide_backgrand {
  background-image: url(../img/top_slide_backgrand.jpg);
  background-repeat: no-repeat;
  height: 200px;
}


#gallery {
	width: 750px;
	background-image: url(../slideimg/bg.jpg);
	background-repeat: no-repeat;
}
#gallery .main {
	margin-right: auto;
	margin-left: auto;
}
/** image viewer */
.main li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
