/* おすすめコンテンツの縦カルーセル */

.reco_contents {
width: 228px;
height: 408px;
overflow: hidden;
position:relative;
float: right;
background-color: #000;
padding-bottom: 0px;

}
.reco_contents h3 {
	background: url(../img/recommend_con.png) no-repeat 0px 0px;
	width:228px;
	height:43px;
	text-indent:-9000px;

	font-size: 0px;
}

.anyClass {
margin: 28px 0px;
text-align: center;
}
.anyClass ul li {
width:228px !important;
height:103px !important;
}

.anyClass ul li a:hover {
opacity: 0.7;
}

.anyClass ul li img {
width:214px !important;
height:98px !important;
}


.reco_contents .prev {
	position: absolute;
	background: url(../img/reco_arrow_top.png) no-repeat 0px 0px;
	width: 216px;
	height: 22px;
	top: 44px;
	left: 6px;
}

.reco_contents .next {
	position: absolute;
	background: url(../img/reco_arrow_bottom.png) no-repeat 0px 0px;
	width: 216px;
	height: 22px;
	bottom: 6px;
	left: 6px;
}

