﻿@import "photos.css";

 .wrapper
 {
	margin: 0;
	padding: 0;
	width: 700px;
 }

 .galleryMenu
 {
	float: right;
 }
 
 .photoGallery
 {
	margin-top: 0;
	width: 450px;
	border-top: none;
 }

 .breadcrumb
 {
	
 }

 .breadcrumb a:link, .breadcrumb a:visited
 {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #333;
 }

 .breadcrumb a:hover, .breadcrumb a:active
 {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #333;
 }

 .ThumbnailImg
 {
	padding: 2px;
	border: 1px solid #ccc;
 }
 
 .ThumbnailImg:hover
 {
	background-color: #e6e6e6;
 }

 dt 
 {
	padding: 20px 0 5px 0;
 }

 .selected
 {
	padding-left: 5px;
	background-color: #ddd;
 }

