
/************** CONTROLS THE GALLERY MOUSEOVER FOR SERIES 1 **************************/

/** #container {position:relative; width:350px; height:350px; border:0px solid #000; background:url('..images/page1.gif') no-repeat top right;} **/

/* css for thumbnails--use full url */
a.gallery, a.gallery:visited {display:block; color:#B6AAA7 ; text-decoration:none; border:1px solid #000; float:left; margin: 10px 10px 0 0;}

a.slidea {background:url('http://www.kippahking.com/P1/photos/KNT-BKB325.jpg') no-repeat center; }
a.slideb {background:url('http://www.kippahking.com/P1/photos/KNT-BKB329.jpg') no-repeat center; }
a.slidec {background:url('http://www.kippahking.com/P1/photos/KNT-WTB365.jpg') no-repeat center; }
a.slided {background:url('http://www.kippahking.com/P1/photos/KNT-BKB368.jpg') no-repeat center; }
a.slidee {background:url('http://www.kippahking.com/P1/photos/KNT-THD301.jpg') no-repeat center; }
a.slidef {background:url('http://www.kippahking.com/P1/photos/KNT-THD359.jpg') no-repeat center; }
a.slideg {background:url('http://www.kippahking.com/P1/photos/KNT-WTB348.jpg') no-repeat center; }
a.slideh {background:url('http://www.kippahking.com/P1/photos/KNT-WTB364.jpg') no-repeat center; }
a.slidei {background:url('http://www.kippahking.com/P1/photos/KNT-BKB313.jpg') no-repeat center; }
a.slidej {background:url('http://www.kippahking.com/P1/photos/KNT-BKB302.jpg') no-repeat center; }
a.slidem {background:url('http://www.kippahking.com/P1/photos/KNT-BKB301.jpg') no-repeat center; }
a.sliden {background:url('http://www.kippahking.com/P1/photos/KNT-BKB334.jpg') no-repeat center; }

a.gallery.slidea, a.gallery.slideb, a.gallery.slidec, a.gallery.slided, a.gallery.slidee, a.gallery.slidef {width:72px; height:72px;}
a.gallery.slideg, a.gallery.slideh, a.gallery.slidei, a.gallery.slidej, a.gallery.slidem, a.gallery.sliden {height:72px; width:72px;}

a.gallery span {display:block; position:absolute; width:1px; height:1px; top:5px; left:0; overflow:hidden; background:#000 ;}

/*  image on the right */
.slidek {display:block; position:absolute; top:30px; left:246px; padding:0; border:1px solid #000;}

a.gallery:hover {white-space:normal; border:1px solid #666;}
a.gallery:hover img, a.gallery:active img, a.gallery:focus img {border:1px solid #666;}

/* background behind image on the right */
a.gallery:hover span, a.gallery:active span, a.gallery:focus span {
	display:block; 
	position:absolute; 
	text-align: left; width:265px; height:350px; top:30px; left:246px; padding:0; 
	color:#807E73; 
	background:#DAD7C4; 
	font-size:11px; 
	font-family: Verdana, sans-serif; }
	
br {clear: both;}