/*
   Kyabra Photo Gallery CSS
   Last Modified: D Daley 08/09/06
   */

div.gallery {
	width: 570px;
	padding-left: 15px;
}

	/*
	   Single View Rlated
	   */

	div.gallery_single_image {
		text-align: center;
		width: 570px;
	}

	/*
	   Navigation Related
	   */

	div.gallery_navigation {
		width: 570px;
		font-family: Verdana;
		font-size: 11px;
		text-align: center;
	}

		.gallery_navigation a {
			color: black;
			margin-right: 5px;
			text-decoration: none;
		}

		.gallery_navigation a:hover {
			text-decoration: underline;
		}

	/*
	   Thumbnail View Related
	   */

	div.gallery_thumbnails {
		width: 570px;
	}

		div.gallery_thumbnails_item {
			/*float: left;*/
		}

	div.gallery_directory_title {
	}

	div.gallery_directories {
	}

	div.gallery_thumbs {
		text-align: center;
		width: 580px;
	}

	.gallery_thumbs table {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.gallery_thumbs td {
		border: 1px solid #CCCCCC;
		padding: 3px;
		background-color: #FFFFFF;
		margin-right: 6px;
		margin-bottom: 3px;
		margin-top: 3px;
	}

	div.gallery_thumbnails_item {
		width: 100px;
	   	height: 100px;
	}

	div.single {
		text-align: center;
		font-family: verdana;
		font-size: 11px;
	}

	.single img {
		border: 1px solid #CCCCCC;
		margin: 5px;
		background-color: #FFFFFF;
	}

	div.table {
		text-align: center;
	}

	div.gallery_nav {
		text-align: center;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
	}

	.gallery_nav a {
		text-decoration: none;
		color: black;
	}

	.gallery_nav a:hover {
		text-decoration: none;
		color: red;
	}

