/* ================================================================ 
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 1 */

#gallery1 {width:605px; position:relative; height:65px; padding-top:356px; margin:0; /*border:1px solid #666;*/}

#gallery1 img.leftarrow {width:60px; height:62px; background:#a4b197/*303030*/; float:left; cursor:pointer; border:0;}
#gallery1 img.rightarrow {width:60px; height:62px; background:#a4b197/*303030*/; float:left; cursor:pointer; border:0;}

#gallery1 ul {list-style:none; padding:0; margin:0; float:left; background:#a4b197/*303030*/; border:2px solid #a4b197/*303030*/; border-width:5px 2px;}
#gallery1 ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px; border:1px solid #000; cursor:pointer;}

#gallery1 ul li.hide {display:none;}

/* using background images */
#gallery1 ul li.gallery1-th1 {background:url(thumbs/bedrooms/room1a_thumb.jpg);}
#gallery1 ul li.gallery1-th2 {background:url(thumbs/bedrooms/room1b_thumb.jpg);}
#gallery1 ul li.gallery1-th3 {background:url(thumbs/bedrooms/room1c_thumb.jpg);}
#gallery1 ul li.gallery1-th4 {background:url(thumbs/bedrooms/room1d_thumb.jpg);}
#gallery1 ul li.gallery1-th5 {background:url(thumbs/bedrooms/room2a_thumb.jpg);}
#gallery1 ul li.gallery1-th6 {background:url(thumbs/bedrooms/room2b_thumb.jpg);}
#gallery1 ul li.gallery1-th7 {background:url(thumbs/bedrooms/room2c_thumb.jpg);}
#gallery1 ul li.gallery1-th8 {background:url(thumbs/bedrooms/room3a_thumb.jpg);}
#gallery1 ul li.gallery1-th9 {background:url(thumbs/bedrooms/bathroom1_thumb.jpg);}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery1 ul li img {visibility:hidden; display:block; width:50px; height:50px;}

#gallery1 ul li.chosen {border-color:#ccc; cursor:default;}
#gallery1 ul li.chosen div {position:absolute; left:0; top:0; width:603px; height:355px; background:#a4b197/*303030*/; border:1px solid #a4b197/*303030*/; border-width:1px 1px 1px 1px;}
#gallery1 ul li.chosen div i {width:601px; height:355px; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery1 ul li.chosen div i img {visibility:visible; width:auto; height:auto; border:1px solid #aaa; margin:1px auto;}

/* Gallery 2 */

#gallery2 {width:605px; position:relative; height:65px; padding-top:356px; margin:0; /*border:1px solid #666;*/}

#gallery2 img.leftarrow {width:60px; height:62px; background:#a4b197/*303030*/; float:left; cursor:pointer; border:0;}
#gallery2 img.rightarrow {width:60px; height:62px; background:#a4b197/*303030*/; float:left; cursor:pointer; border:0;}

#gallery2 ul {list-style:none; padding:0; margin:0; float:left; background:#a4b197/*303030*/; border:2px solid #a4b197/*303030*/; border-width:5px 2px;}
#gallery2 ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px; border:1px solid #000; cursor:pointer;}

#gallery2 ul li.hide {display:none;}

/* using background images */
#gallery2 ul li.gallery2-th1 {background:url(thumbs/interiors/hallway1_thumb.jpg);}
#gallery2 ul li.gallery2-th2 {background:url(thumbs/interiors/dining1_thumb.jpg);}
#gallery2 ul li.gallery2-th3 {background:url(thumbs/interiors/dining2_thumb.jpg);}
#gallery2 ul li.gallery2-th4 {background:url(thumbs/interiors/dining3_thumb.jpg);}
#gallery2 ul li.gallery2-th5 {background:url(thumbs/interiors/dining4_thumb.jpg);}
#gallery2 ul li.gallery2-th6 {background:url(thumbs/interiors/dining5_thumb.jpg);}
#gallery2 ul li.gallery2-th7 {background:url(thumbs/interiors/dining6_thumb.jpg);}
#gallery2 ul li.gallery2-th8 {background:url(thumbs/exteriors/house1_thumb.jpg);}
#gallery2 ul li.gallery2-th9 {background:url(thumbs/exteriors/house2_thumb.jpg);}
#gallery2 ul li.gallery2-th10 {background:url(thumbs/exteriors/house3_thumb.jpg);}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery2 ul li img {visibility:hidden; display:block; width:50px; height:50px;}

#gallery2 ul li.chosen {border-color:#ccc; cursor:default;}
#gallery2 ul li.chosen div {position:absolute; left:0; top:0; width:603px; height:355px; background:#a4b197/*303030*/; border:1px solid #a4b197/*303030*/; border-width:1px 1px 0 1px;}
#gallery2 ul li.chosen div i {width:601px; height:355px; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery2 ul li.chosen div i img {visibility:visible; width:auto; height:auto; border:1px solid #aaa; margin:1px auto;}
/*#gallery2 ul li.chosen span {display:block;}*/
