* {
	margin:0;
	padding:0;
}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
/*	background:#666 url(http://www.dinosaur-gr.com/common/css/images/bg.gif);*/
}
#gallery {
	height:418px;
	padding:0 0 60px 0;
	width:960px;
	overflow:hidden;
	background: url(../../img/bg_main.jpg) no-repeat bottom;
}
#images {
	border:2px solid #9ac1c9;
	height:225px;
	background:#eef5f6;
	margin-bottom:20px;
}
#image {
	position:relative;
	height:418px;
	background:#FFF url(http://www.dinosaur-gr.com/img/loading.gif) center center no-repeat;
}
/*#image img {
	position:absolute;
	top:5px;
	left:5px;
}*/
#thumbwrapper {
	margin-top:10px;
	padding:5px 0;
	width:682px;
	height:100px;
	border:2px solid #666;
	background:#FFF
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:682px;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:51px;
	width:235px;
	top:330px;
	left:700px;
	background: url(http://www.dinosaur-gr.com/img/bgtop.png) repeat-x;
}
#thumbs li {
	float:left;
	padding:5px 0 0 4px;
	cursor:pointer;
}
.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:375px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;
}
#previmg {
	background:url(../../img/btn_top1.png) no-repeat left center;
	width:18px;
	height:74px;
	top:182px;
	left:6px;
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#nextimg {
	right:4px;
	background:url(../../img/btn_top2.png) right center no-repeat;
	width:18px;
	height:74px;
	top:182px;
}
#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
div#gallery #imagearea #image #thumbs li a:link{
	border: 1px solid #333;
	float:left;
	cursor:pointer;
}
div#gallery #imagearea #image #thumbs li a:active{
	border: 1px solid #FFF;
	float:left;
	cursor:pointer;
	}
div#gallery #imagearea #image #thumbs li a:visited{
	border: 1px solid #333;
	float:left;
	cursor:pointer;
	}	
div#gallery #imagearea #image #thumbs li a:hover{
	border: 1px solid #FFF;
	float:left;
	cursor:pointer;
	}
#preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(http://www.dinosaur-gr.com/common/css/img/fullsize/1.jpg); /* 読ませたいイメージ1 */
       background-image: url(http://www.dinosaur-gr.com/common/css/img/fullsize/2.jpg); /* 読ませたいイメージ2 */
			 background-image: url(http://www.dinosaur-gr.com/common/css/img/fullsize/3.jpg); /* 読ませたいイメージ2 */
			 background-image: url(http://www.dinosaur-gr.com/common/css/img/fullsize/4.jpg); /* 読ませたいイメージ2 */
			 background-image: url(http://www.dinosaur-gr.com/common/css/img/fullsize/5.jpg); /* 読ませたいイメージ2 */
}