table{
	border-spacing: 0px;
}
#wrap{
	width: 1000px;
	margin: auto;
	position: relative;
	top: 50px;
	height:300px;
	background-color: #555;
	display: table;
	border: 0px;
}
.table_cell{
	display: table-cell;			
	background-color: #ccc;
	border: 1px solid #000;
	cursor: pointer;
	background-position: center;
	min-width: 10px;
}
.table_cell:hover{
	opacity: 0.5;
}
#m_slide_wraper{
	margin: auto;
	width: 1000px;
	height: 300px;
	overflow-x: hidden;
	position: relative;
	background-color: #555;
}
.m_slide_img{
	width: 270px;
	height: 300px;
	float: left;
	background-repeat: no-repeat;		
	cursor: pointer;
}


#m_slide{
	position: relative;
	left:0px;
	width: 10000px;
}
.m_slide_img:hover{
	opacity: 0.5;
}
