.wrapper3 {
				background-color: white;
				width: 1236px;
				margin: 0px auto;
				padding: 0px;
			}
			.list_showroom {
				margin: 0 0 0px 0px;
				width: 1236px;
				float:left;
			}
			.list_showroom ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_showroom li {
				width: 312px;
				height: 490px;
				padding: 0px;
				margin: 0px;
				display: block;
				float: left;
				opacity: 1;
				
			}
			.list_showroom li:hover {
				opacity: 1.0;	'0.5
				-webkit-transition: opacity 0.3s ease-in-out;
				-moz-transition: opacity 0.3s ease-in-out;
  				-o-transition: opacity 0.3s ease-in-out;
  				transition: opacity 0.3s ease-in-out;
			}
			
			.list_showroom.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev5 {
			}
			.next5 {
			}