div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
margin-left:90px;

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

		text-align: center;
}
div.controls {
	position:absolute;
width: 270px;
float:right;
clear:both;
}

div.nav-controls {
position:absolute;
text-align: right;
clear: both;
width: 270px;


}
div.slideshow-container {
	position: relative;
	height:auto;
	
		
}

div.slideshow {
	margin-left:50px;
	margin-top:0px;
	position:relative;
	height:;
	float:left;

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	}
div.slideshow a.advance-link {
	display: block;
	width: 1000px;
	height: 10px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 10px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	
}

div.slideshow img {
	vertical-align: top;
	margin-top: 7px;
		text-align: center;
}



#carniecaption {
	width:799px;
	margin-top:7px;
	margin-left:152px;
	padding-top:5px;
	padding-bottom:5px;
	color:#333;
	font-size: 1.4em;
	position: absolute;
	bottom: 0;
	clear:both;
	display:block;
	background:#333;
}


#heartcaption {
	width:799px;
	margin-top:680px;
	margin-left:150px;
	text-align:justify;
	padding-top:5px;
	padding-bottom:50px;
	color:#999;
	font-size: 1em;
	position: absolute;
	bottom: 2;
	clear:none;
	display:block;
	background:#333;
}


#heartcaption2 {
	width:700px;
	margin-top:480px;
	margin-left:300px;
	text-align:justify;
	padding-top:5px;
	padding-bottom:50px;
	color:#999;
	font-size: 1em;
	position: absolute;
	bottom: 2;
	clear:none;
	display:block;
	background:#333;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	
		
}
ul.thumbs {
margin-top:-4px;
width:140px;
	float: right;
	padding: 5px;
	margin-right:-5px;
	
}
ul.thumbs li {
	float: left;
margin:5px;

	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
}
ul.thumbs li.selected a.thumb {
}


div.pagination {
	padding-top: 5px;
	width: auto;
	color:#999;
float:left;
padding-left:80px;
}
div.pagination a:hover {
	background-color: #4A4A4A;
	text-decoration: none;
	display: block;
	padding: 4px 7px 2px 7px;
	color:#999;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #4A4A4A;
	color: #000000;
	display: block;
	float: left;
		padding-top: 5px;

		padding-left:40px;
color:#999;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	padding: 4px 7px 2px 7px;
color:#999;
}


div.top.pagination {
	
	display:none;