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

body {
	background-color: #ffffff;
	color: #666666;
	margin: 0;
	padding: 0px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvitica, sans-serif;
	background: #f6f6f6 url(http://www.jamradio.co.nz/satellite/images/background.png) repeat-y;
	background-position: center;
}

.xzibits {
	font-size: small;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	color: #000000;
}
h5 {
	font-weight: bold;
	color: #000000;
}
a {
	color: #666666;
	text-decoration: underline;
}


.xzibitsleft {
	font-size: small;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.xzibitsheading {
	font-size: small;
	padding-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.xzibitsmiddle {
	font-size: small;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


#gallery {width:430; position:relative; height:60px; padding-top:356px;}

#gallery1 {width:430; top:10px;}

#gallery img.left {width:55px; height:62px; float:left;cursor:pointer;}
#gallery img.right {width:55px; height:62px; float:left;cursor:pointer;}

#gallery ul {list-style:none; padding:0; margin:0; float:left;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px; border:1px solid #000; cursor:pointer;}

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

/* using background images */
#gallery ul li.th1 {background:url(http://satellitegallery.co.nz/exhibitions/left_right_click/thumbs/th1.jpg);}
#gallery ul li.th2 {background:url(http://satellitegallery.co.nz/exhibitions/left_right_click/thumbs/th2.jpg);}
#gallery ul li.th3 {background:url(http://satellitegallery.co.nz/exhibitions/left_right_click/thumbs/th3.jpg);}
#gallery ul li.th4 {background:url(http://satellitegallery.co.nz/exhibitions/left_right_click/thumbs/th4.jpg);}
#gallery ul li.th5 {background:url(http://satellitegallery.co.nz/exhibitions/left_right_click/thumbs/th5.jpg);}
#gallery ul li.th6 {background:url(http://satellitegallery.co.nz/exhibitions/left_right_click/thumbs/th6.jpg);}


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

#gallery ul li span {display:none; position:absolute; left:64px; top:410px; width:100%;font-family:verdana, arial, sans-serif; color:#666; font-size:11px; line-height:15px; text-align:justify;}
#gallery ul li b {color:#444;}

#gallery ul li.chosen {border-color:#fff; cursor:default;}
#gallery ul li.chosen div {position:absolute; left:0; top:0; width:400px; height:355px; }
#gallery ul li.chosen div i {width:430px; height:355px; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto; border:1px solid #aaa; margin:0 auto;}
#gallery ul li.chosen span {display:block;}