/*
	Hotel Detail Page Gallery
	Company: Webbytes
	Author: Tony Fairman
	http://www.webbytes.co.za
	Layout: 1024px
*/	
	
	table.Gallery {
		width: 800px;
		}
		
	table.Gallery tr {
		width: 800px;
		}
		
		.Gallery td.largeIMG {
			text-align: center;
			width:  400px;
			}
		
		.Gallery td.largeIMG img#largeimage {
			border: 1px solid  #ECF3F6;
			max-height: 320px;
			zmargin: 10px;
			max-width: 380px;
			zpadding: 5px;
			}

			.Gallery td.largeIMG div.lrg_descrip {
				background: white;
				color: #5294AA;
				font-size: 10pt !important;
				font-weight: normal !important;
				overflow: auto;
				padding:  0 20px 5px 20px;
				text-align: left;
				width: 292px;
				}
			
		.Gallery td.thumbnails {
				border-left: 1px solid #ECF3F6;
				padding: 0 7px;
                width: 400px;
                vertical-align: top;
			}
		
		.Gallery td.thumbnails div.hideme{
			display: none;
			}
			
			img.small {
				background: white;
				cursor: pointer;
				max-height: 50px;
				max-width:  90px; 
				padding: 3px;
				}			
