/* CENTRE definitions */
#gallery {
	position : relative;
	height : 470px;
	text-align : center;
}
h1 {
	font-size : 1.3em;
	margin : 10px 10px 0 20px;
	padding : 0 0 4px 0;
	border-bottom : 4px solid #d5edbd;
	text-align : left;
}
h2 {
	font-size : 1.1em;
	margin : 10px 10px 0 10px;
	color: #508020;
}
#box1, #box2, #box3, #box4, #box5, #box6, #box7, #box8, #box9, #box10 {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 455px;
	height: 400px;
	z-index: 0;
	background-color: #ffffff;
	border: 0px solid #E9FAD8;
	overflow : hidden;
}

#box1 p, #box2 p, #box3 p, #box4 p, #box5 p, #box6 p, #box7 p, #box8 p, #box9 p, #box10 p {
	font-size : 10px;
	color :  #4B5743;
	line-height : 14px;
	margin : 6px 12px 0 12px;
	text-align : left;
}
#box1 img, #box2 img, #box3 img, #box4 img, #box5 img, #box6 img, #box7 img, #box8 img, #box9 img, #box10 img {
	display: inline;
	width: 450px;
	height: 340px;
	border : 1px solid #b1d190;
	margin-top:0;
	margin-left:0;
}
#feature {
	float :right;
	text-align : right;
	margin : 20px;
}
/* RIGHT column definitions */
/* Sets */
#sets {
	margin :0 0 3px 4px;
	padding : 0;
	text-align: center;
}
#sets ul li {
	list-style : none;
	margin :0 0 3px 4px;
	padding : 0;
}
#sets ul {
	margin :0 0 3px 4px;
}
#sets li a:link, #sets li a {
	display : block;
	width : 1.3em;
	padding : 0;

}
#sets li a:hover {
	color : white;
	width : 1.3em;

}
#sets li {
	float : left;
	width : 1.3em;
	background-color : #508020;
}
/* Thumbnails */
#tabs img {
	margin : 6px 0 0 5px;
	padding : 0;
	display : inline;
	border : 2px solid;

}
#tabs a, #tabs a:link {
	margin : 0;
	padding : 0;
	display : inline;
	border-color: #000000;


}
/* For IE */
/* Hide from IE5-mac. Only IE-win sees these \*/
* html #tabs img {
	border-color: #508020;
}
* html #hrule {
	margin: 40px 0 15px 6px;;
}
* html #sets ul {
	margin : 10px 0 0 0;
}

