@charset "utf-8";


/* outmost wrapper element */
#scrollable {
	padding:10px 0%;
	margin:0 auto;
	width:94%;
	height:120px;
}

/* container for the scrollable items */
#scrollable .items {
	height:120px;	
	float:left;
	width:96%;
	margin:0 2%;
}



/* single item */
#scrollable .items a {
	display:block;
	float:left;
	margin:5px 0 0 5px;
	padding:5px;
	width:100px;
	height:100px;
	cursor:pointer;
	background:url(../img/bg/ms_bg.png) left top no-repeat #FFFFFF;
	position:relative;
	text-decoration:none;
}

#scrollable .items a img {
	position:relative;
	z-index:0;
}

#scrollable .items a span {
	position:absolute;
	bottom:5px;
	right:5px;
	background:#FCF3E3;
	z-index:2;
	padding:0px 2px;
	color:#8b4513;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/* next / prev buttons */

#scrollable a.prev {
	background:url(../img/contents/allow.png) left top no-repeat;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:55px 10px 0 0;
	cursor:pointer;
	text-indent:-9999px;
}

#scrollable a.next {
	background:url(../img/contents/allow.png) right top no-repeat;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:55px 0px 0 0;
	cursor:pointer;
	text-indent:-9999px;
}

a.prev:hover,
a.next:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://www.flowplayer.org/img/playlist/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 
