
/* define background image for the expose mask */
#mask {
	background:#123 url(../images/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
}

/* general settings for both scrollables */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
div.navi1,div.navi2{
	background-image:url(../images/arrow.jpg);
	width:101px;
	height:21px;
}
div.navi1{
	float:left;
}
div.navi2{
	float:right;
}

div.navi1:hover  		{ background-position:0 0; }
div.navi1:active  		{ background-position:0 0; }
div.navi2 			{ background-position: 0 -21px; clear:right; }
div.navi2:hover 	{ background-position:0 -21px; }
div.navi2:active 	{ background-position:0 -21px; } 


/*MAXになった場合はnext/prevを消す*/
div.navi1.disabled,div.navi2.disabled{
	visibility:hidden;		
}

div.navi3,div.navi4 {
	background-image:url(../images/arrow.png);
	width:101px;
	height:21px;
	margin-top:55px;
	cursor:pointer;
}
div.navi3{
	float:left;
}
div.navi4{
	float:right;
}

div.navi3:hover  		{ background-position:0 0; }
div.navi3:active  		{ background-position:0 0; }
div.navi4 			{ background-position: 0 -21px; clear:right; }
div.navi4:hover 	{ background-position:0 -21px; }
div.navi4:active 	{ background-position:0 -21px; } 


div.navi3.disabled,div.navi4.disabled {
	visibility:hidden;		
}
/* the thumbnail scrollable */
#thumbnails {
	margin:0 auto;
	position:relative;
	overflow:hidden;	 	
	width: 602px;	
	height:150px;
	background:url(../images/h150.jpg) repeat-x;
    text-align:left;
    clear:both;
}

#thumbnails div.items div {
	padding:10px 5px 5px 5px;
	float:left;		
}


/* box styling */
#box {
	background-image:url(../images/black.png);
	width:656px;
	height:524px;
	position:absolute;
	display:none;
    text-align:justify;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#close {
	text-align:center;
    color:#000;
}
/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:50px;
	width:557px;
	height:400px;
}

/* single image */
#images div.items div {
	float:left;
	width:557px;
	height:400px;
	margin-right:0px;
}

/* the tooltip */
#images div.items div.info {
	float:none;
	background:#333;
	color:#fff;
	font-size:13px;
	margin-top:-100px;
	padding:5px 75px;
	height:125px;
	display:none;
	width:470px;
}

#images div.items div.info h3 {
	color:#cde;
	margin-top:10px;
}
	

/* override button style on the overlay */
#box div.navi3,#box div.navi4 {
	position:absolute;
	bottom:33px;
	left:50px;
}

#box div.navi4 {
	left:505px;
}





