@charset"utf-8";

#wrapperRecommend{
	position:relative;
	left:0;
	height: 130px;
	overflow: hidden;
}
ul#movingItems{
	margin:0;
	padding:0;
}
ul#movingItems li{
	width: 130px;
	position:absolute;
	left:0px;
	top:0px;
	background-color: #222222;
	text-align: center;	
}

ul#movingItems a{
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	/*border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;*/
	text-decoration: none;	/*background-color:#F9F9F9;*/
	/*margin: 10px 10px 10px 10px;*/
}
ul#movingItems a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#movingItems a.room:link{
	/*color:#105AC9;*/
	text-decoration:none;
}
ul#movingItems a.room:visited{
	/*color:#105AC9;*/
	text-decoration:none;
}
ul#movingItems a.room:hover{
	text-decoration:none;
}
ul#movingItems a.room:active{
	/*color:#105AC9;*/
	text-decoration:none;
}
/*
---------------------------------------*/
/*ul#movingItems .title {
	border-bottom:1px solid #CCC;
	padding-bottom:4px;
	margin-bottom:8px;
	font-size:12px;
	font-weight:bold;
        text-align : center;
	background:url(house.gif) left center no-repeat;
}

ul#movingItems .image{
	text-align:center;
}
ul#movingItems .image img{
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	padding:4px;
	background-color:#FFF;
}
ul#movingItems .detail .layout{
	text-align:right;
}
ul#movingItems .detail .price{
	text-align:right;
	font-size:20px;
	height:40px;
	line-height:40px;
	font-family:'Century Gothic','Lucida Grande',Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#F00;
	margin-bottom:4px;
}
ul#movingItems span.sub{
	font-size:10px;
	color:#999;
	font-weight:normal;
}
*/