/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (max-width: 767px) {
	#wrapper > header {
    	padding-top: 5px;
    	background-position: 0 -106px;
	}
	/*-------------Mobile Select Menu------------*/
	#menuWrapper{
		float: right;
		margin-top: 31px;
		width: 40%;
		margin-right: 3%;
	}
	#menuWrapper>select{
	    margin: 0;
	    border: 0;
	    outline: 0;
	    width: 100%;
	    padding: 5px;
	    border-radius: 5px;
	}
	#logo{
		margin: 22px 0 0 3%;
		float: left;
		width: 47%;
	}
	#logoSlogan{
    white-space: nowrap;
}
	#backToTop{
		width: 100%;
		height: 25px;
		top: 0;
		opacity: 0.8;
	}
	.thumbnailGallery{
		height: 13px;
		width: 14px;
	}
	#previewHolder{
    	bottom: -77px;
	}
	#pageList{
    	margin: -5px 0 119px 0;	
	}
	#prevButton, #nextButton{
	    display: block !important;
	}
	#imgSpinner{
		bottom: 118px;
	}
	.thumbnail{
		cursor: default;
	}
	#footer{
		font-size: 13px;
		height: 34px;
		height: 100px;
	}
	#footerText{
    	float: none;
	}
	#footerWidgets{
	    float: none;
	    left: 50%;
	    margin-left: -92px;
	    margin-top: 27px;
	    position: absolute;
	}
}
