/* Some gallery settings are configurable in the CMS and are therefore set in a <style> block in the HTML <head>. */

#gallery>div {
    position: relative;
}
#gallery img {
    border-style: solid;
}
#gallery .thumbs td img {
	cursor: pointer;
}
#gallery .thumbs td.last img {
    margin-right: 0;
}
#gallery .caption {
	position: absolute; /*Note: Without position, opacity doesn't work in IE */
}
img.further_image {
    display: none;
}
