/**

171行目に選択時の色指定を記載



**/


html{
	overflow-y: auto;
}

#container{
	margin:5px auto 0;
	width: 704px;
	position:relative;
}
.ad-gallery, .ad-gallery * {
  	margin: 0;
  	padding: 0;
}
.ad-gallery .ad-image-wrapper {
	width: 100%;
    height: 470px;
    margin-bottom: 3px;
	padding-bottom:5px;
	/* border-bottom:1px solid #ddd; */
    position: relative;
    /* overflow: hidden; */
}

.ad-gallery .ad-image-wrapper .ad-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
	border: 1px solid #CCC;
}

.ad-prev,
.ad-next {
/* 	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	height: 100%;
 */	cursor: pointer;
	display: block;
	z-index: 100;
}

.ad-prev, .ad-next {
	/* Or else IE will hide it */
	background: url(non-existing.jpg)\9
}


.ad-gallery .ad-image-wrapper .ad-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
	border: 0;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 7px;
	text-align: left;
	width: 100%;
	z-index: 2;
	background: url(opa75.png);
	color: #000;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
	display: block;
}


.ad-slideshow-controls {
	position:absolute;	
	top:488px;
	left:655px;
	z-index: 110;
}

.ad-gallery .ad-info {
	padding: 1px 3px 0px;
	font-size: 12px;
	color:#fff;
	font-family:Helvetica, sans-serif;
	position:absolute;	
	text-align:center;
	width:64px;/*70*/
	top: 510px;
	left:634px;
	vertical-align: middle;
	z-index: 100;
	background-color:#BC080A;
}

.ad-prev .ad-prev-image,
.ad-next .ad-next-image {
	background: url(btn_prev.gif);
	width: 21px;
	height: 18px;
	position: absolute;
	top: 488px;
	left:634px;
	z-index: 150;
}

.ad-next .ad-next-image {
	background: url(btn_next.gif);
	left:683px;
}


.ad-line{
	background: url("images/count/line.png") no-repeat scroll 6px 0 transparent
}



.show_start{
	background: url(btn_play.gif);
	width: 28px;
	height: 18px;
}

.show_stop{
	background: url(btn_stop.gif);
	width: 28px;
	height: 18px;
}


.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
	cursor: pointer;
}


.ad-gallery .ad-slideshow-running .ad-slideshow-start {
	cursor: default;
	font-style:italic;
}

.ad-gallery .ad-nav {
    width: 618px;
	height:55px;
    margin-left: 0px;
    position: relative;
}

.ad-gallery .ad-forward, .ad-gallery .ad-back {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 10;
}


.ad-gallery .ad-back {
	cursor: pointer;
	left: -20px;
	width: 13px;
	display: none;
/*	background: url(ad_scroll_back.png) 0px 22px no-repeat;*/
}

.ad-gallery .ad-forward {
	cursor: pointer;
	display: none;
	right: -20px;
	width: 13px;
/*	background: url(ad_scroll_forward.png) 0px 22px no-repeat;*/
}

.ad-gallery .ad-nav .ad-thumbs {
	overflow: hidden;
	width: 100%;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
	float: left;
	width: 9000px;
	list-style: none;
}

.ad-gallery .ad-thumbs li {
	float: left;
	padding-right: 1px;
}

.ad-gallery .ad-thumbs li a {
	display: block;
}

.ad-gallery .ad-thumbs li a img {
	border: 2px solid #fff;
	display: block;
	height:55px;
}

.ad-gallery .ad-thumbs li a.ad-active img {
	border: 2px solid #BC080A;
}

/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}