@charset "UTF-8";

/* **********************************************************************
 *
 *slide.css
 *
 ********************************************************************** */


#topimg2 {
  text-align: center;
  margin: 0 auto 8px;
  padding-top: 5px;
  background: #e5e1d6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.6, #e5e1d6), color-stop(0.00, #4a260e));
  background-image: -webkit-linear-gradient(top, #4a260e 0, #e5e1d6 60%);
  background-image: -moz-linear-gradient(top, #4a260e 0, #e5e1d6 60%);
  background-image: -ms-linear-gradient(top, #4a260e 0, #e5e1d6 60%);
  background-image: -o-linear-gradient(top, #4a260e 0, #e5e1d6 60%);
  background-image: linear-gradient(top, #4a260e 0, #e5e1d6 60%)
}
#topimg2 img{
max-width:290px;
height:auto;
}

/* .viewer
------------------------- */
.viewer {
	margin: 0 auto 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-width: 100%;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: -20px;
	left: -19px;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}
.viewer .btnPrev {
	left: 10px;
	background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
	right: 10px;
	background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.viewer ul {
	display: inline-block;
	overflow: hidden;
}


#summary {
	width:90%;
	padding:0px 0px 0px 15px;
}
.summary1 {
	width:100%;
	text-align: left;
}




