@media screen and (min-width:1170px){
.gallery_dtl_page{
	width:100%;
	height:auto;
	margin:0px 0px 60px 0px;
	padding:0px 0px 60px 0px;
	float:left;
	border-bottom:solid 1px #eee;	 
}
 .gallery_dtl_page p{
 }
.gallery_dtl_in {
	width:450px;
	height:auto;
	text-align:center;
	padding:0px;
	overflow:hidden;
	background:#eee;
}
.img_post_left{
	margin:0px 40px 0px 0px;
	float:left;
}
.img_post_right{
	margin:0px 0px 0px 40px;
	float:right;
}
.gallery_dtl_in img{
	float:left;
	width:100%;
}
 
}
@media screen and (max-width:1169px){

	.gallery_dtl_page{
	width:100%;
	height:auto;
	margin:0px 0px 60px 0px;
	padding:0px 0px 60px 0px;
	float:left;
	border-bottom:solid 1px #eee;	 
}
 .gallery_dtl_page p{
 }
.gallery_dtl_in {
	width:450px;
	height:auto;
	text-align:center;
	padding:0px;
	overflow:hidden;
 
}
.img_post_left{
	margin:0px 40px 0px 0px;
	float:left;
}
.img_post_right{
	margin:0px 0px 0px 40px;
	float:right;
}
.gallery_dtl_in img{
	float:left;
	width:100%;
}
}
@media screen and (max-width:640px){
.gallery_dtl_page{
	width:100%;
	height:auto;
	margin:0px 0px 6% 0px;
	padding:0px 0px 6% 0px;
	float:left;
	border-bottom:solid 1px #eee;	 
}
.gallery_dtl_page p{
}
.gallery_dtl_in {
	width:100%;
	height:auto;
	text-align:center;
	padding:0px;
	overflow:hidden;
 
}
.img_post_left{
	margin:0px 0px 4% 0%;
	float:left;
}
.img_post_right{
	margin:0px 0px 4% 0%;
	float:left;
}
}