	.list_carousel {
				margin:0;
				padding:0;
			}

			.list_carousel ul {
				margin: 0 0 20px 0;
				padding: 0;
				list-style: none;
				display: block;
			}         

			.list_carousel li {
				color: #999;
				width: 120px;
				height: 120px;
				padding: 12px;
				margin: 6px;
				display: block;
				float: left;
			}
			.list_carousel li b{
				font-size:12px;
				font-weight:normal;
				display:block;
				padding:4px;
			}

			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.hotel_list img { width:150px; height:120px; }

			#next , #prev{
				cursor:pointer;
				width:30px;
			}
