@charset "UTF-8";
/* CSS Document */

/* hensonrecording.com */

/* lightbox stylesheet */

/* html */

	a:link { color: #eecb92; text-decoration: none; }
	a:focus { outline-style: none; }
	a:visited { color: #eecb92; text-decoration: none; }
	a.legallinks:link { color: #cb924a; text-decoration: none; }
	a.legallinks:visited {color: #cb924a; text-decoration: none }

	body {
		background-color: #000000;
		margin: 0;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 13px;
		color: #ccc2af;
	}

/* layout */

	.container { 
		width: 905px;
		height: 550px;
		margin: auto auto;
		padding: 25px;
		position: relative;
	}

	.container#stalivegallery {
		background-image: url(images/gallery/lightbox_bg_stalive.gif);
	}
	
	.container#stacontrolgallery {
		background-image: url(images/gallery/lightbox_bg_stacontrol.gif);
	}

	.container#staisogallery {
		background-image: url(images/gallery/lightbox_bg_staiso.gif); 
	}
	
	.container#staloungegallery {
		background-image: url(images/gallery/lightbox_bg_stalounge.gif);
	}
	
	.container#stblivegallery {
		background-image: url(images/gallery/lightbox_bg_stblive.gif);
	}
	
	.container#stbcontrolgallery {
		background-image: url(images/gallery/lightbox_bg_stbcontrol.gif);
	}
	
	.container#stbsmallisogallery {
		background-image: url(images/gallery/lightbox_bg_stbiso2.gif);
	}
	
	.container#stbvocalisogallery {
		background-image: url(images/gallery/lightbox_bg_stbiso1.gif);
	}
	
	.container#stbloungegallery {
		background-image: url(images/gallery/lightbox_bg_stblounge.gif);
	}
	
	.container#stdlivegallery {
		background-image: url(images/gallery/lightbox_bg_stdlive.gif);
	}
	
	.container#stdcontrolgallery {
		background-image: url(images/gallery/lightbox_bg_stdcontrol.gif);
	}
	
	.container#stdleftisogallery {
		background-image: url(images/gallery/lightbox_bg_stdiso1.gif);
	}
	
	.container#stdrightisogallery {
		background-image: url(images/gallery/lightbox_bg_stdiso2.gif);
	}
	
	.container#stdvocisogallery {
		background-image: url(images/gallery/lightbox_bg_stdiso3.gif);
	}
	
	.container#stdmroomisogallery {
		background-image: url(images/gallery/lightbox_bg_stdiso4.gif);
	}
	
	.container#stdloungegallery {
		background-image: url(images/gallery/lightbox_bg_stdlounge.gif);
	}
	
	.container#stmixcontrolgallery {
		background-image: url(images/gallery/lightbox_bg_stmixcontrol.gif);
	}
	
	.container#stmixisogallery {
		background-image: url(images/gallery/lightbox_bg_stmixiso.gif);
	}
	
	.container#stmixloungegallery {
		background-image: url(images/gallery/lightbox_bg_stmixlounge.gif);
	}

/* header */

	.thumbgallery {
		width: auto;
		height: 72px;
		position: absolute;
		top: 34px;
		left: 102px;
	}
	
	.onethumb {
		margin-left: 325px;
	}
	
	.twothumbs {
		width: 108px;
		height: 72px;
		display: inline;
		margin: 0 0 0 175px;
	}
	
	.threethumbs {
		width: 108px;
		height: 72px;
		display: inline;
		margin: 0 0 0 105px;
	}
	
	.fourthumbs {
		width: 108px;
		height: 72px;
		display: inline;
		margin: 0 0 0 65px;
	}
		
	img.activethumb {
		border: solid #eecb92 1px;
	}
	

/* end header */

/* content */

	#content {
		position: absolute;
		height: auto;
		width: auto;
	}


	#prvimg {
		position: absolute;
		top: 430px;
		left: 52px;
	}
	
	#mainimg {
		width: 576px;
		height: 384px;
		position: absolute;
		left: 167px;
		top: 155px;
	}
	
	#staisomainimg, #stbsmallisomainimg, #stbvocalisomainimg2, #stmixvocalisomainimg, #stdvocisomainimg, #stdmroommainimg1, #stdmroommainimg2 {
		width: 256px;
		height: 384px;
		position: absolute;
		left: 325px;
		top: 155px;
	}
	
	#nextimg {
		position: absolute;
		top: 430px;
		left: 824px;
	}

/* end content */


