  /* CSS Document */

.carousel {
	margin-top: 49px;
	margin-bottom: 49px;
	width: 240px;
	position: relative;
	/*背景タイリング画像*/
	background: url(/ja/alumni/interact/hcd/hcd2013/js/jcarousellite/bnr_box_inner.gif) bottom left repeat-y;
}

.carousel a.next {
	position: absolute;
	top: -29px;
	right: 0;
}

.carousel a.prev {
	position: absolute;
	top: 395px;
	left: 0;
}


div.jCarouselLite {
	margin:0 0 0 49px;
	}


.jCarouselLite li img, 
.jCarouselLite li p {
            background-color: #fff;
            width: 133px;
            height: 69px;
            margin: 5px;
        }
