@charset "EUC-JP";

/*------------------

carousel slideÀßÄê

------------------*/

#carousel {
	width:715px;
	height:288px;
	overflow:hidden;
	position:relative;
	left:0;
	top:-312px;
}

#slides {
	overflow:hidden;
	position:absolute;
	width:665px;
	height:288px;
	left:25px;
}

/* remove the list styles */	
#slides ul {
	position:absolute;
	left: 0;
	top: 0;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

/* width of the total items */
div.over4 #slides ul { width:835px; /* over 4 items */}
div.under4 #slides ul { width:715px; /* under 4 items */}

/* width of One item */
#slides li {
	position:relative;
	background:url("/etc/cinema/fujitvmovie/img/slide/pickup_back.jpg") 0px 0px no-repeat;
	width:164px;
	height:288px;
	float:left;
	text-align:center;
	padding-right : 3px;
}

#slides li img{
	position:absolute;
	left: 2px;
	top: 2px;
}

#slides li p{
	position:absolute;
	text-align:center;
	left: 7px;
	top: 235px;
	padding: 0;
	width:150px;
	height:49px;
}

#slides li p a{
	font-size:12px;
	line-height: 16px;
	font-weight: bold;
}


/* Styling for prev and next buttons */
#buttons {
	width:715px;
	height:288px;
	position:absolute;
	top:0px;
	left:0;
}

#buttons a {
	display:block; 
	width:19px; 
	height:288px;
	text-indent:-999em;
	outline:0;
}

#buttons a#prev {
	background:url("/etc/cinema/fujitvmovie/img/slide/btn_l_out.png") 0 0 no-repeat;
	position:absolute;
	top:0;
	left:4px;
}

#buttons a#prev:hover {
	background:url("/etc/cinema/fujitvmovie/img/slide/btn_l_over.png") 0 0 no-repeat;
}

#buttons a#next {
	background:url("/etc/cinema/fujitvmovie/img/slide/btn_r_out.png") 0 0 no-repeat;
	position:absolute;
	top:0;
	right:4px;
}

#buttons a#next:hover {
	background:url("/etc/cinema/fujitvmovie/img/slide/btn_r_over.png") 0 0 no-repeat;
}

div.under4 #buttons{ display:none;}

.clear {clear:both}



