/* CSS document */
/* johnbarker.info and barking sax.com. style 3 ----*/
/* copyright Alistair Besant */

#wrapper {
	border-top: 2px solid #000;
	background-position: -20px, 65%;
 	background-repeat:no-repeat;
 	height:auto;
}


/*-- Content Gallery Version-------------------------*/

#contentwrap {
	margin:0px;
 	padding:0px;
	height:600px;
	width:480px;
	/*/*/ 
	width: 480px;
 	/width:500px;
 	w/idth:480px;
	overflow:hidden;
	/* */
	font-family:tahoma, verdana, helvetica, sans serif;
}

#contentleft {
	float:left;	
 	margin:0px;
	width: 238px;
	/*/*/   
	width: 248px;
 	/width:250px;
 	w/idth:248px;
	/* */
 	padding: 10px 0px 0px 8px;
}

#contentrght {
 	width:233px;
	/*/*/  margin: 0px 0px 0px 254px;  /* */
 	padding: 10px 0px 0px 0px;
}


#contentleft p, #contentrght p, {
	font-size: medium;
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*/*/ line-height:1.2; /* */
}

#contentleft li, #contentleft ul, #contentrght li, #contentrght ul, {
	font-size: medium;
 	margin: 8px 0px 8px 8px;
 	padding: 0px 0px 0px 0px;
 	line-height:1.2;
 	display: inside;
 	display-style: bullet;
}


/*-- Gallery -------------------------------*/
#showimage {
	position:absolute;
	visibility:hidden;
	border: 0px solid gray;
	overflow:hidden;
}

#dragbar {
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	min-width: 100px; /*NS6 style to overcome bug*/
  	width:100px;
}

#dragbar #closetext {
	font-family: tahoma, verdana, helvetica, sans serif;
  	font-weight: bold;
	margin-right: 1px;
  	text-align: left;
}

#galitem {
	margin: 8px 0px 8px 0px;
 	padding: 0px;
}

#galitem2 {
	margin: 8px 0px 8px 100px;
 	padding: 0px;
}

#galitem2 p {
	font-size:x-small;
	font-family: tahoma, verdana, helvetica, sans serif;
	margin:0px;
	padding:0px;
}

