.gallery_wrap {
    width:713px;
    background: url(../gallery_images/bg.jpg);
    margin:20px auto;
	padding:1px;

}

.gallery_img {
float:left;
height:330px;
margin-bottom:1px;
}
.g_contents {
	position:relative;
	overflow:hidden;
	height:331px
	}
.gallery_wrap .wrap_text {
	float:right;
	width:233px;
	color:#fff;
	}
.wrap_text_inr {
	padding:20px;
	}
.gallery_wrap ul {
    display:block;
    overflow:hidden;
    clear:both;
	
}
.gallery_wrap li {
    display:block;
    float:left;
    background:#6e502e;
	margin-right:1px;

}
.gallery_wrap li.g_r {
	margin:0;
	}
.gallery_wrap li img {
    cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
}
.gallery_wrap li img:hover {
    opacity:1;
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1.00; /* Safari 1.x */
	-moz-opacity: 1.00; /* FF lt 1.5, Netscape */
}
.gallery_wrap li.active img {
    opacity:1;
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1.00; /* Safari 1.x */
	-moz-opacity: 1.00; /* FF lt 1.5, Netscape */
}
.g_date {
	font-size:11px;
	margin-bottom:30px;
	display:block;
	}
.g_name {
	font-size:23px;
	margin-bottom:20px;
	}
.g_txt {
	margin-bottom:20px;
	}
.g_price {
	font-size:17px;
	font-weight:bold;
	}
#view {
    position: absolute;
    top:0;
    left:0;
}
#view p {
    position: absolute;
float:left;
height:330px;
margin-bottom:1px;
    top:0;
    left:0;
}