/* ================================================================ This copyright notice must be untouched at all times.The original version of this stylesheet and the associated (x)htmlis available at http://www.stunicholls/gallery/left_right_click.htmlCopyright (c) 2005-2007 Stu Nicholls. All rights reserved.This stylesheet and the associated (x)html may be modified in any way to fit your requirements.=================================================================== */#gallery {width:525px; position:relative; height:auto; padding-top:310px; padding-bottom: 0px; padding-right: 0px; padding-left: 0px; margin:0 auto;}#gallery img.left {background:#fff; cursor:pointer;}#gallery img.right {background:#fff; cursor:pointer;}#gallery ul {list-style:none; padding:0; margin:0 auto; float:left; background:#fff; border:2px solid #fff;}#gallery ul li {display:inline; width:20px; height:20px; float:left; margin:0 2px; border:1px solid #cccccc; cursor:pointer; border-width:1px solid;}#gallery ul li.hide {display: block;}/* using background images */#gallery ul li.th1 {background: url(../images/gallery_n/thumbs_n/scalemodel-corner-duke-payne-th.jpg);}#gallery ul li.th2 {background: url(../images/gallery_n/thumbs_n/scalemodel-th-duke-th.jpg);}#gallery ul li.th3 {background: url(../images/gallery_n/thumbs_n/scalemodel-flats-payne-2-th.jpg);}#gallery ul li.th4 {background: url(../images/gallery_n/thumbs_n/scalemodel-flats-payne-th.jpg);}#gallery ul li.th5 {background: url(../images/gallery_n/thumbs_n/scalemodel-th-dukestreet-th.jpg);}#gallery ul li.th6 {background: url(../images/gallery_n/thumbs_n/scalemodel-th-dukestreet-2-th.jpg);}#gallery ul li.th7 {background: url(../images/gallery_n/thumbs_n/rend-the-duke-condo-interior-th.jpg);}#gallery ul li.th8 {background: url(../images/gallery_n/thumbs_n/rend-lsa-th-hr-th.jpg);}#gallery ul li.th9 {background: url(../images/gallery_n/thumbs_n/rend-the-duke-lobby-th.jpg);}/* remove visibility:hidden; if you want to use the original images as thumbnails */#gallery ul li img {visibility:hidden; display:block; width:20px; height:20px;}#gallery ul li span {	display:none;	position:absolute;	right:0px;	top:332px;	width:235px;	height:24px;	font-family: arial, sans-serif;	color:#333;	font-size:.7em;	line-height:15px;	text-align:right;	margin-left: 5px;}#gallery ul li b {color:#000; font-size: 1em;}#gallery ul li.chosen {border-color: #66cccc; border-width: 4px; cursor:default;}#gallery ul li.chosen div {position:absolute; left:0px; top:0px; width:515px; height:314px; background:#fff; border:0px solid #000;}#gallery ul li.chosen div i {width:515px; height:314px; display:table-cell; vertical-align:middle; text-align:center;} #gallery ul li.chosen div i img {visibility:visible; width:515px; height:314px; border:3px solid #000; margin:0 auto;}#gallery ul li.chosen span {display:block;}