/* CSS stylesheet for Gallery */

.topmenu {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

img.thumbimg {
	/*set img to display as block so we can centre using auto margins*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding:5px;
	border: thin solid #555;
}

div.thumbframe {
	float: left;
	width: 200px;
	height: 200px;
}

p.imglabel {
/*display: block;
margin-left: auto;
margin-right: auto;*/
	text-align: center;
	font-family: sans-serif;
	font-size: small;
}

p#imgname {
	text-align: center;
	font-family: sans-serif;
	font-size: x-large;
}

a.imglink {
	/*text-decoration: none;*/
}

a.imgtitlelink {
	text-decoration: none;
}

#gallerylargeimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*a.gallerybuttonlink {
	text-decoration: none;
}*/

#gallerynavigationblock {
	width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

#gallerynavigationblock img {
	width: 50px;
	height: 50px;
	border: none;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
}

img.gallerybuttonimgactive {
/*	width: 50px;
	border: none;
	margin-right: 20px;*/
}

img.gallerybuttonimgdisabled {
	/*width: 50px;
	border: none;*/
	opacity: 0.2;
	/* filter needed for IE lack of opacity support */
	filter:alpha(opacity=20)
}

img.galleryplaybuttonimgdisabled {
	opacity: 0.2;
	/* filter needed for IE lack of opacity support */
	filter:alpha(opacity=20)
}

#galleryabout {
	clear: left;
}

#galleryabout a {
	font-size: x-small;
	text-decoration: none;	
}

#gallerytext2 {
	clear: both;
}

