.featuretxt1
{
	font-size: 12px !important;
}

/* Styles for Slide Animation */

.animationpane
{
	height: 233px;
	/* Optional placeholder to see while waiting for whole animation to load */
	background-image: URL("Slide01.jpg");
	background-position: -1px 0px;
	background-repeat:no-repeat;
}
.animationpane *
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
}
#doc
{	
	line-height: 0px;
}
#content
{
	margin: auto;
	min-width: 480px;
	max-width: 710px;
}
.blueberry 
{ 
	max-width: 710px;
}
.blueberry .slides * 
{
	overflow: visible;
}
.SlideContainer
{
	position: relative;
}
.slides /* fixes transition fading */
{
	background-image: URL("Slide01.jpg");
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
.slides li, td /* correctly positions slide in IE 10-8 with no space at the top */
{
	font-size: 0px;
}
.SlideOverlay
{
	position: absolute; 
	top: 10px;
	left: 12px; 
}
h2, h2 span
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino;
	font-style: italic;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	color: #222;
	margin-bottom: 20px;
}

/* End styles for Slide Animation */ 