/* needed for IE to make :active state work first time */
	a, a:visited {color:#000;} 

/* common styling for all galleries */
	#leftthumb a.gallery, #leftthumb a.gallery, #rightthumb a.gallery, #rightthumb a.gallery:visited
	{
		display:inline-block;
		float:left; 
		color:#fff; 
		text-decoration:none;
		border:1px solid #fff; 
		width:75px; 
		height:47px;  
		margin:4px; 
		z-index:50;
	}
	
	a.slidea {background:url(images/gallery/thumbnails/1.jpg);}
	a.slideb {background:url(images/gallery/thumbnails/2.jpg);}
	a.slidec {background:url(images/gallery/thumbnails/3.jpg);}
	a.slided {background:url(images/gallery/thumbnails/4.jpg);}
	a.slidee {background:url(images/gallery/thumbnails/5.jpg);}
	a.slidef {background:url(images/gallery/thumbnails/6.jpg);}
	a.slideg {background:url(images/gallery/thumbnails/7.jpg);}
	a.slideh {background:url(images/gallery/thumbnails/8.jpg);}
	a.slidei {background:url(images/gallery/thumbnails/9.jpg);}
	a.slidej {background:url(images/gallery/thumbnails/10.jpg);}
	a.slidek {background:url(images/gallery/thumbnails/11.jpg);}
	a.slidel {background:url(images/gallery/thumbnails/12.jpg);}
	a.slidem {background:url(images/gallery/thumbnails/13.jpg);}
	a.sliden {background:url(images/gallery/thumbnails/14.jpg);}
	a.gallery em, a.gallery span {display:none;}
	a.gallery:hover {border:1px solid #fff}

	a.slidea em {background:url(images/gallery/1.jpg) 5px 5px  no-repeat;}
	a.slideb em {background:url(images/gallery/2.jpg) 5px 5px  no-repeat;}
	a.slidec em {background:url(images/gallery/3.jpg) 5px 5px  no-repeat;}
	a.slided em {background:url(images/gallery/4.jpg) 5px 5px  no-repeat;}
	a.slidee em {background:url(images/gallery/5.jpg) 5px 5px  no-repeat;}
	a.slidef em {background:url(images/gallery/6.jpg) 5px 5px  no-repeat;}
	a.slideg em {background:url(images/gallery/7.jpg) 5px 5px  no-repeat;}
	a.slideh em {background:url(images/gallery/8.jpg) 5px 5px  no-repeat;}
	a.slidei em {background:url(images/gallery/9.jpg) 5px 5px  no-repeat;}
	a.slidej em {background:url(images/gallery/10.jpg) 5px 5px  no-repeat;}
	a.slidek em {background:url(images/gallery/11.jpg) 5px 5px  no-repeat;}
	a.slidel em {background:url(images/gallery/12.jpg) 5px 5px  no-repeat;}
	a.slidem em {background:url(images/gallery/13.jpg) 5px 5px  no-repeat;}
	a.sliden em {background:url(images/gallery/14.jpg) 5px 5px  no-repeat;}
	
/* styling for LEFT gallery */

	#gallery1 {
		position: relative;
		width:600px; 
		height:420px; 
		background:#333;
		border:1px solid #fff; 
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#gallery1 img {border:0;}

	#gallery1 .thumbs {
		width:170px;
		position:absolute; 
		left:0; 
		top:0;
	}

	#gallery1 a.gallery:active, #gallery1 a.gallery:focus {
		border:1px solid #000;
	}

	#gallery1 a.gallery:active em, #gallery1 a.gallery:focus em {
		display:block; 
		position:absolute; 
		width:400px; 
		height:400px;
		top:5px; 
		left:180px; 
		padding:5px; 
		color:#fff; 
		z-index:50;
	}

	#gallery1 h1 {
		clear:both;
		margin:0; 
		padding-top:50px;
		padding-bottom: 20px;
		padding-left:250px; 
		width:300px; 
		text-align:center;
		font-size:3em;
		font-family:"Century Gothic",Helvetica,Arial,Geneva,sans-serif;
		color: #FFC125; 
		font-weight:normal; 
		border-bottom:none;
	}

	#gallery1 p {
		clear:both;
		margin:0; 
		padding-top:80px; 
		padding-left:250px; 
		width:300px; 
		text-align:center;
		font-size:1.1em;
		font-family:"Century Gothic",Helvetica,Arial,Geneva,sans-serif;
		color: #333;
		font-weight:normal; 
		color:#fff;
	}