
/*smaller displays*/
@media only screen and (min-width : 480px) and (max-width:768px) {

#container {
	margin: 0px;
	width:100%;
	}

.photo_tn {
	margin:5px;
	padding:5px;
	background: #ccc;
	float:left;
	text-align:center;
	width:31%;
	}

#photo_full {
	width:100%;
	margin-left,margin-right:0px;
	}

#photo_download,#photo_share,#photo_blank,#photo_not_me,#photo_order,#photo_email {
	width:100%;
	margin:1px 0px;
	text-align:center;
	font-size:20px;
	padding: 12px 0px;
	float:left;
	}

#photo_download {
    background-position: 95% 50%; 
	}

#photo_share {
    background-position: 95% 50%; 
	}

#photo_email {
    background-position: 95% 50%; 
	}


#photo_not_me {
    width:100%;
    background-position: 99% 50%;
    margin-top:0px;
	}

#photo_blank {
	width:100%;
	}

#photo_download,#photo_share,#photo_order,#photo_email div {
	text-align:center;
	width:100%;
	display:inline;
	}

#photo_thumbs {
	margin-top:0px;
	width:100%;
	}

#form-submit {
    padding:4px;
    font-size:34px;
    margin:5px 0px;
    }

#search input, select{
	padding: 4px;
	font-size:34px;
	margin: 5px 0px;
	}

	.cus_body{
		display: block;
	}
	.footer_img_container{
		display: none;
	}

	.for_mobile{
		display: block;
	}
	.for_web{
		display: none;
	}
	 .footer-wrap .wsite-footer {padding: 20px 40px 0px 40px; }
}