body{
	font-family: Helvetica, Arial;
}
a{
	color: #666666;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #182E7A;
}
p a, li a {
}
h1, h2 {
	margin: 0;
}

h1 {
	color: #333333;
	padding: 0;
}
h2 {
	color: #333333;
	padding-top: 10px;
}
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:300px;
	height:240px;
	overflow:none;
	border: 1px solid #ccc;
	background-color: #eee;
        padding:0px;
	
}
div.slideshow {
	float:left;
	width:128px;
}
div.slideshow span.image-wrapper {
	float: left;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	/*border: 1px solid #ccc;*/
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	float:right;
	width: 160px;
	padding: 12px;
	padding-left:0px;margin-left:0px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.0em;
}

div.image-desc {
	line-height: 1.1em;
	font-size: 0.9em;
	padding-top: 3px;
}