/* CSS Document */



/* The containing box for the gallery. */
#gallerycontainer{
	position:relative; 
    width:752px; 
    height:404px; 
	margin:0 0 30px 0;
	padding:0px;
	border:0px;
	background: url(../images/photos/nz/bg.jpg) top left no-repeat;
	
	}


	
/* Removing the list bullets and indentation - add size - and position */
#gallerycontainer ul.numbers{
	width:183px; 
    height:350px;
	margin-top:19px;
	float:right;
	list-style-type: none;
	text-align:right;
	padding-right:16px;
	margin-left:513px;/* This affects thumb position in IE  */
}
#gallerycontainer li.numbers{
	float:right;
	margin:0;
}


/* Remove the images and text from sight */
#gallerycontainer a.gallery span{
    position:absolute; 
    width:0px; 
    height:0px; 
    top:-1px; 
    left:-1px;
    overflow:hidden; 
	}
	
#gallerycontainer a.gallery span img{
   margin:3px;
	}

/* Adding the thumbnail images */
#gallerycontainer a.gallery, #gallerycontainer a.gallery:visited {
    display:block; 
    text-decoration:none;
	text-align:right;
	cursor:pointer;
    }

#gallerycontainer a.no22 {background:url(../images/photos/nz/thumbs/22.jpg); height:41px; width:61px;}
#gallerycontainer a.no21 {background:url(../images/photos/nz/thumbs/21.jpg); height:41px; width:61px;}	
#gallerycontainer a.no20 {background:url(../images/photos/nz/thumbs/20.jpg); height:41px; width:61px;}
#gallerycontainer a.no19 {background:url(../images/photos/nz/thumbs/19.jpg); height:41px; width:61px;}
#gallerycontainer a.no18 {background:url(../images/photos/nz/thumbs/18.jpg); height:41px; width:61px;}
#gallerycontainer a.no17 {background:url(../images/photos/nz/thumbs/17.jpg); height:41px; width:61px;}
#gallerycontainer a.no16 {background:url(../images/photos/nz/thumbs/16.jpg); height:41px; width:61px;}
#gallerycontainer a.no15 {background:url(../images/photos/nz/thumbs/15.jpg); height:41px; width:61px;}
#gallerycontainer a.no14 {background:url(../images/photos/nz/thumbs/14.jpg); height:41px; width:61px;}
#gallerycontainer a.no13 {background:url(../images/photos/nz/thumbs/13.jpg); height:41px; width:61px;}
#gallerycontainer a.no12 {background:url(../images/photos/nz/thumbs/12.jpg); height:41px; width:61px;}
#gallerycontainer a.no11 {background:url(../images/photos/nz/thumbs/11.jpg); height:41px; width:61px;}
#gallerycontainer a.no10 {background:url(../images/photos/nz/thumbs/10.jpg); height:41px; width:61px;}
#gallerycontainer a.no9 {background:url(../images/photos/nz/thumbs/09.jpg); height:41px; width:61px;}
#gallerycontainer a.no8 {background:url(../images/photos/nz/thumbs/08.jpg); height:41px; width:61px;}
#gallerycontainer a.no7 {background:url(../images/photos/nz/thumbs/07.jpg); height:41px; width:61px;}
#gallerycontainer a.no6 {background:url(../images/photos/nz/thumbs/06.jpg); height:41px; width:61px;}
#gallerycontainer a.no5 {background:url(../images/photos/nz/thumbs/05.jpg); height:41px; width:61px;}
#gallerycontainer a.no4 {background:url(../images/photos/nz/thumbs/04.jpg); height:41px; width:61px;}
#gallerycontainer a.no3 {background:url(../images/photos/nz/thumbs/03.jpg); height:41px; width:61px;}
#gallerycontainer a.no2 {background:url(../images/photos/nz/thumbs/02.jpg); height:41px; width:61px;}
#gallerycontainer a.no1 {background:url(../images/photos/nz/thumbs/01.jpg); height:41px; width:61px;}



/* styling the hovers */
#gallerycontainer a.gallery:hover {border:0px;}
#gallerycontainer a.gallery:hover span{
	position:absolute;
	top:19px; 
    left:14px; 
   width:492px; 
    height:371px; 
	border:0px;
    }
	
#gallerycontainer a.gallery:hover span img{
	margin:3px;
    }
	


#gallerycontainer a.slideb:hover img, #gallerycontainer a.slidei:hover img {float:right;}

