/* imagogallery css*/
body {
	background: #000000 url(http://www.foot5.jp/common/images/gallery/bg01.jpg) top left no-repeat;
	color: #666666;
	margin: 0px;
	font-family: sans-serif;
}

.imago_thumbImg {
	border: 5px solid #3a3a3a;
}

.imago_selectedThumb {
	border: 5px solid #797870;
}

#imagoError {
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	color: #FFFFFF;
}

#win_close {
	position: relative;
	left: 920px;
	top: -320px;
	width: 60px;
	height: 30px;
/*		background:#dddddd;	/**/
}
#imagoThumbMenu {
	position: relative;
	left: 50px;
	top: 80px;
	width: 300px;
	height: 330px;
	background:#202020 url(http://www.foot5.jp/common/images/gallery/bg02.gif) top center no-repeat;
	padding-bottom:50px;
}
#imagoFrame {
	position: relative;
	margin-top: -330px;
	margin-left: 370px;
}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 5px auto;
	padding: 5px;
	outline: 5px;
		border-color:#3a3a3a;
}

#imagoCurrentImageTitle {
	text-align: right;
	font-weight: normal;
	color: #dddddd;
	margin-top: 5px;
	margin-right:10px;
	z-index:11;
	font-size:80%;
}

#imagoGalleryTitle {
	text-align: left;
/*		font-size: larger;	/**/
	font-size:100%;
	font-weight: bold;
	font-family: monospace;
	font-family: sans-serif;
	color: #d0d0d0;
	padding:7px 5px 3px 20px;
/*		background:#003366;	/**/
}


#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
}

#imagoCurrentImg {
/*	border: 20px solid #000000;	/**/
}
.imagogallery{
    position: relative;
	top: 0px;
	left: 0px;

}

#imagoLoadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	width: 100%;
	height: 100%;
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	background: url('img/loading.gif') no-repeat center center;
	background-color: #000;
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 31px;
	width: 31px;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
		padding-bottom:10px;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}

a.imago_navPrev {
	left: 20px;
	bottom: 0px;
	background: url('img/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 20px;
	bottom: 0px;
	background: url('img/nextImg.png') no-repeat top right;
}

a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right: 20px;
	top: 0px;
}

a.imago_navPreviousImage {
	left: 20px;
	top: 0px;
}
a.imago_navPreviousImage:hover {
	background: url('img/prevImg.png') no-repeat center center;
}