@media screen{	.quickbook, .social_links, .qb_heading, .showhide,	#main > .ym-wrapper.content, header, .rates{		display: none;	}		#slidecaption{		background: none;	}	footer{		background: #dbdad5;		background: -moz-linear-gradient( top, #dbdad5 0%, #e6e6dd 100% );		background: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #dbdad5 ), color-stop( 100%, #e6e6dd ) );		background: -webkit-linear-gradient( top, #dbdad5 0%, #e6e6dd 100% );		background: -o-linear-gradient( top, #dbdad5 0%, #e6e6dd 100% );		background: -ms-linear-gradient( top, #dbdad5 0%, #e6e6dd 100% );		background: linear-gradient( to bottom, #dbdad5 0%, #e6e6dd 100% );		-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdad5', endColorstr='#e6e6dd', GradientType=0 );		-webkit-box-shadow: 0px 2px 2px rgba( 0, 0, 0, 0.42 );		-moz-box-shadow: 0px 2px 2px rgba( 0, 0, 0, 0.42 );		box-shadow: 0px 2px 2px rgba( 0, 0, 0, 0.42 );		border-top: 1px solid #ffffff;		border-bottom: 1px solid #ffffff;		color: #3c3c3c;		border-top: 1px solid #ffffff;		border-bottom: 1px solid #ffffff;	}	ul#thumb-list{		margin: 0;		padding: 0;	}	#thumb-tray {		bottom: 38px;		background-color:#dbdad5;	        /* For WebKit (Safari, Google Chrome etc) */       	 background: -webkit-gradient(			linear, right bottom, right top, from( rgb(219, 218, 213) ),			to( rgba(154, 154, 154, 0.8) ), color-stop( 1, #c8c5bb )		);       	 /* For Mozilla/Gecko (Firefox etc) */       	 background: linear-gradient(to bottom right, rgb(219, 218, 213), rgba(154, 154, 154, 0.8));       	 /* For Internet Explorer 5.5 - 7 */		height: 120px;	}	#progress-back{		bottom: 43px;	}	.show_hide{		position: absolute;		left: 50%;		bottom: 150px;		z-index: 9;		cursor: pointer;		margin-left: -45px;	}		.play_pause{		position: absolute;		left: 50%;		bottom: 235px;		z-index: 9;		cursor: pointer;		margin-left: -16px;		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";/* IE 8 */		filter: alpha(opacity=60); /* IE 5-7 */		-moz-opacity: 0.6; /* Netscape */		-khtml-opacity: 0.6; /* Safari 1.x */		opacity: 0.6;/* Good browsers */	}	.play_pause:hover{		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */		filter: alpha(opacity=100); /* IE 5-7 */		-moz-opacity: 1; /* Netscape */		-khtml-opacity: 1; /* Safari 1.x */		opacity: 1;/* Good browsers */	}		.show_hide div{		font-size: 16px;		padding: 3px 10px;		font-weight: bold;	}	ul#thumb-list li {				background: none;		width: 120px;		height: 90px;		padding: 10px 5px 0 5px;	}	ul#thumb-list li img{				border: 1px solid #796845;		height: 88px;			}	ul#thumb-list li.current-thumb{		margin-top: 0px;	}	#prevslide, #nextslide {		height: 64px;		width: 64px;	}	#thumb-back, #thumb-forward{		bottom: 10px;	}}@media screen and ( max-width: 768px ){	#main, nav.navbottom, footer .address{		display: none;	}	nav.navtop{		margin-top: 0;	}	footer{		position: fixed;		bottom: 0;		left: 0;		right: 0;		height: 42px;	}	#supersized {		height: 100%;	}	#supersized li {		height: 100%;	}}