/****************** event gallery ******************/
/* japanese */
.list_carousel {
	position:relative;
	margin:0 0 20px 0;
	padding:8px 8px 8px 8px;
	width: 134px;
	background-color:#e6e6e6;
}
/* english */
.pageid-3757 .list_carousel {
	position:relative;
	margin:0 0 20px 0;
	padding:8px 8px 8px 8px;
	width: 134px;
	background-color:#e6e6e6;
}

.list_carousel ul#user_interaction {
	display: block;
}
.list_carousel li.box {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding:0 0 0 0;
/*	width: 126px;*/
/*	height: 178px;*/
	background:#fff;
}
.list_carousel li.importance {
	background:#fcfae3;
}

body.home div#container div.list_carousel li.importance {
	background:#fff;
}


.list_carousel li.box ul.post li.top{
	margin:0 0 0 0;
	width:134px;
	height:190px;
	vertical-align:middle;
	text-align:center;
}

.list_carousel li.box ul.post li.bot{
	padding:5px 0 0 0;
	height:18px;
	line-height:18px;
	text-align:center;
	background:#e6e6e6;
}
.list_carousel li.box ul.post li.bot a:hover,
.list_carousel li.box ul.post li.bot a:visited,
.list_carousel li.box ul.post li.bot a:link{
	text-decoration:underline;
}
div#container div.list_carousel div.caroufredsel_wrapper{
	overflow:hidden;
	/*top:50px;
	left:16px;*/
}

/*.list_carousel p#posterchaange-button{
	position:absolute;
	top:219px;
	left:0;
	width:150px;
}*/
#next1,
#prev1{
	display:block;
	width:19px;
	height:16px;
	text-decoration:none;
}
#prev1{
	position:absolute;
	top:205px;
	left:123px;
	background: url('/cahe/wp-content/themes/advancement/img-rn/top/poster-button_prev.png') no-repeat;
}
#next1{
	position:absolute;
	top:205px;
	left:8px;
	background: url('/cahe/wp-content/themes/advancement/img-rn/top/poster-button_next.png') no-repeat;
}
