/* Choco Dictionary */	
	
#content_dict { 
	width: 								800px;
	margin:								0px;	
	padding:							0px;
	background:						#FFFFFF;
	overflow:							hidden;	
	}
#content_dict #main { 
	width: 								730px;
	margin:								40px 35px 50px 35px;
	overflow:							hidden;
	}

#content_dict #main a { 
	outline: 								none;
	}



div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 430px;
	position: relative;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 0px;
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
	display: none;
}
div.nav-controls {

}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 180px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#gallery img {
	border: none;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/chocodict/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 430px;
	height: 180px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 430px;
	height: 180px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height:180px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 120px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 430px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0px;
	text-align: center;
}

div.image-title {
	color: #993300;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	background:#FFFFFF; /*Fixes the black outline bug in IE!!*/
}
div.image-title .en {
	font: 19px Georgia, "Times New Roman", Times, serif;
}
div.image-title .jp {
	font: 17px "MS UI Gothic", Osaka, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Tahoma, Arial, Helvetica, Helv, sans-serif;
	font-weight: bold;
}
div.image-title .div {
	font: 19px Georgia, "Times New Roman", Times, serif;
	padding: 0px 10px 0px 10px;
}
div.image-desc {
	padding: 10px 0px 0px 0px;
	width: 430px;
	/*background: url(../images/chocodict/divider.gif) no-repeat bottom;*/
}
div.image-desc p {
	color: #666666;
	line-height: 17px;
	padding: 5px 15px 20px 15px;
	margin:	0px; 
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 4px 5px 0px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #FFFFFF;
}
ul.thumbs li.selected a.thumb {
	border: 1px solid #BFBFBF;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	display: none;
}
div.navigation div.bottom {
	display: none;
}
div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

a.prev {
	width:								15px;
	height:								26px;
	display:								block;
	text-indent:						-99999px;
	background:						red url(http://img01.wisecart.ne.jp/co_img1/decadence/user/chocodict/btn_prev.gif) no-repeat;
	position:							absolute;
	top:									77px;
	left:									10px;
	z-index:								100;
	}
a.next {
	width:								15px;
	height:								26px;
	padding:							5px 5px 5px 0px;
	display:								block;
	text-indent:						-99999px;
	background:						red url(http://img01.wisecart.ne.jp/co_img1/decadence/user/chocodict/btn_next.gif) no-repeat;
	position:							absolute;
	top:									77px;
	right:									10px;
	z-index:								100;
	}

a.prev:hover,
a.next:hover{
	filter:									alpha(opacity=80);
	opacity:								0.80;
	-moz-opacity:						0.80;
	}
