@charset "utf-8";
/* jQuery Gallery CSS Document */

body {
	background:#ccc url(grygradBG.jpg) repeat-y;
	margin-left:60px;	
}
#content {
	font-family:Georgia, Palatino, serif;
	color:#606060;
	}
h2 {
	letter-spacing:.35em;
	font-weight:normal;
	margin-left:-141px;
	}
h3  {	
	font-size:0.9em;
	font-weight:normal;
	margin-left:-141px;
	line-height:60%;
	}
a {
	color:#4F3590;
	text-decoration:none;
}
a:hover {
	color:#2D6188;
	text-decoration:none;
	border-bottom:#99c dotted 1px;
	padding-bottom:1px;
}
a:active {
	color:#2D6188;
	text-decoration:none;
	background-color:#ccc;
	border-bottom:#2D6188 dotted 1px;
	padding-bottom:1px;
}
#gallery {
	width:750px;
	margin:0 auto;
}
#thumbnails {
	width:100px;
	height:600px;
	overflow:auto;
	float:right;
	margin:10px 0;
}
#thumbnails img {
	display:block;
	width:50px;
	height:50px;
	float:left;
	padding:3px;
	cursor:pointer;
	border:#606060 thin solid;
}
#thumbnails ul {
	margin:0;
	padding:0;
	list-style:none;
}
#thumbnails ul li div {
	display:none;
}
#fullSize {
	width:600px;
	font-family:georgia, serif;
	border:1px solid #aaa;
	background:#fff;
}
#fullSize img {
	display:block;
	margin:20px auto;
	width:auto;
	padding:1px;
	background:#000;
}
#fullSize div {
	background:#fff;
	margin:0 auto;
	text-align:left;
	padding:10px 0;
}
#fullSize div h1 {
	font-size:1.2em;
	font-weight:normal;
	padding:5px 0;
	margin:0;
}
#fullSize div p {
	font-size:.8em;
	line-height:1.6em;
	color:#000;
	padding:5px 0;
	margin:0;
}



