/* IE6 css fixer v0.7: Wed, 20 Jan 2010 07:09:23 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
div.controls,
div.controls a,
div.ss-controls,
div.nav-controls,
div.download,
div#caption,
ul.thumbs li,
a.thumb,
div.pagination a,div.pagination span.current,div.pagination span.ellipsis,
div.content,span.image-caption {display:inline;}

/* add zoom:1 to pos:relative elements */
div.controls,
div.nav-controls,
div.slideshow-container,
div.slideshow,
div#caption,
ul.thumbs,
ul.thumbs li {zoom:1;}


 div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	float: left; 
}
div.content a, div.navigation a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #777;

}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;

}
div.controls {
	float: right;
	position: relative;
	top: 36px;

	
}
div.controls a {
	float: left;
	padding-right: 6px;
	font-weight: normal;
	color:white;
	line-height: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
}
div.ss-controls {
float: left;
display: none;
}
div.nav-controls {
left: -18px;
top: -12px;
position: relative;
float: right;
}
div.slideshow-container {
	position: relative;
	clear: both; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

	top: -7px;

	position: relative;

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 600px;
	height: 600; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: none;
}
div.download {
	display: none;
	float: right;

}


div#caption {
	left: 7px;
	top: 25px;
	width: 480px;
	float: left;
	position: relative;
	display: inline;
}
div.caption {

	display: inline;
}
div.caption p {

font-size: 0.7em;
font-family: Helvetica, Verdana, Arial, sans-serif;
color: white;
display: inline;
top:	

}
div.image-title {
	display: none;
	font-weight: bold;
	font-size: 1.4em;
	
}
div.image-desc {
	line-height: 1.3em;
	
}
div.caption-container {

}
span.image-caption {
	
	float: left;
	
}
ul.thumbs {
	top: -20px;
	left: -7px;
	width: 250px;
	position: relative;	
	
}
ul.thumbs li {
	border-color: #919191;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 3px;
	margin-right: 3px;
	width:48;
	position: relative;
	left: -32px;
	float: left;
	list-style: none;
	
}
a.thumb {
	text-align: left;
	border-style: none;
	padding:0px;
	display: inline;
	float:left;
	
}
ul.thumbs li.selected a.thumb {

}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

