/* Kelvin Owers - styles for page with an image gallery */

#gallery {
    margin-top: 15px;
	width: 600px;
	height: 300px;
	overflow:hidden;
}

/*  */
#mainimage {
    width: 460px;
	height: 300px;
	min-height: 300px;
	overflow: hidden;
	float: left;
}

/* thumbnail drawer  : height reset in gallery2.js*/
#thumbs {
    width: 140px;
	height: 318px;
	overflow: scroll;
	float: right;
	text-align: center;
	padding-top: 5px;
}
#thumbs img {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* W3C & IE7 image hover border - Kelvin Owers */
div>#thumbs a img {
    border: 1px transparent solid;
}
div>#thumbs a img:hover {
    border: 1px #CFA71A solid;
    background: transparent url(decoration/black_75percent.png);
}

/* IE6 & below image hover border - Kelvin Owers */
#thumbs a {
    _border: 1px white solid;
}
#thumbs a:hover {
    _border: 1px #CFA71A solid;
}

#caption {
    font-weight: normal;
	font-size: 0.8em;
    color: #333333;
	padding-top: 2px;
}
#caption_1, #caption_2, #caption_3, #caption_4, #caption_5,
#caption_6, #caption_7, #caption_8, #caption_9, #caption_10 {
    display: none;
}

