#kaiga_universe{
	position:relative;
	/*width:530px;
	height:390px;
	*/
	width:380px;
	height:270px;


	border-style:solid;
	border-width:1px;
	border-color:#DEDEDE;
	z-index:1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#kaiga_currentImageContainer{
	position:absolute;
	left:5px;
	top:5px;
	right:75px;
	bottom:5px;
	text-align:center;
	overflow:hidden;
}

#kaiga_currentImage{
	margin:0;
	padding:0;
	cursor:pointer;
	width:100%;
}

#kaiga_currentImageSubContainer{
	position:absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:30px;
	overflow:hidden;
}
	
#kaiga_thumbnailsContainer{
	position:absolute;
	right:10px;
	width:60px;
	top:10px;
	bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#DEDEDE;
	overflow:hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:0;
	margin:0;
	padding-top:6px;
	background-color:white;
}

#kaiga_prevPicBtn{
	background-image:url('kaiga_prev.gif');
	position:absolute;
	bottom:10px;
	left:10px;
	height:16px;
	width:16px;
	cursor:pointer;
}

#kaiga_prevPicBtn:hover{
	opacity:0.5;
	filter:alpha(opacity=50);	
}

#kaiga_rotatePicBtn{
	position:absolute;
	bottom:10px;
	left:70px;
	height:16px;
	width:16px;
	cursor:pointer;
	text-align:center;
}

#kaiga_rotatePicBtn:hover{
	opacity:0.5;
	filter:alpha(opacity=50);	
}

#kaiga_nextPicBtn{
	background-image:url('kaiga_next.gif');
	position:absolute;
	bottom:10px;
	right:10px;
	height:16px;
	width:16px;
	cursor:pointer;
}

#kaiga_nextPicBtn:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}

#kaiga_imageCount{
	position:absolute;
	bottom:10px;
	right:80px;
}

#kaiga_imageViewCloseBtn{
	background-image:url('kaiga_close.gif');
	position:relative;
	width:32px;
	height:32px;
	cursor:pointer;
/*	right:10px;
	top:10px;*/
	z-index:9;
	float:right;
}

#kaiga_imageViewCloseBtn:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}

#kaiga_imageViewUniverse{
	position:absolute;
	width:70%;
	top:5%;
	z-index:10;
}

#kaiga_imageView{
	margin:0 auto;
	width:700px;
	height:600px;
	border-style:solid;
	border-width:2px;
	border-color:white;
	text-align:center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-color:white;
}

#kaiga_imageViewContainer{
	position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	overflow:hidden;
	cursor:move;
}

#kaiga_hider{
	opacity:0.5;
	filter:alpha(opacity=50);
	width:100%;
	height:1000%;
	top:0;
	left:0;
	position:absolute;
	background-color:black;
	z-index:10;
}

.kaiga_thumbnail{
	position:relative;
	width:50px;
	height:50px;
	margin-bottom:10px;
	padding:0;
	margin-left:4px;
}

.kaiga_thumbnailImage{
	position:absolute;
	width:50px;
	height:50px;
	cursor:pointer;
	margin:0;
	padding:0;
	border-style:solid;
	border-width:1px;
	border-color:#DEDEDE;	
}

#kaiga_image{
/*	width:690px;*/
}

