﻿#flashPlaceHolder{
	width: 735px;
	height: 250px;
	padding-top: 8px;
}
#rightPane
{
	z-index: 1000;
}
#currentContentItem
{
	overflow: hidden;
}
#contentRotator
{
	overflow: hidden;
	line-height:1.5em;
}
.slidecontent
{
	display: none;
}
.navbar
{
	float: left;
	padding-left: 10px; 
}
.navcircle
{
	background-image: url(../images/contentrotator/inactive-circle.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 10px;
}
.navcircleSelected
{
	background-image: url(../images/contentrotator/active-circle.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 10px;
}

img
{
	border: none;
}
.summary a, .summary a:hover, .summary a:link, .summary a:active
{
	font-size: 8.5pt;
	line-height: 1.5;
	color: #333333;
	text-decoration:none;
	outline: none;
	border: none;
}
.title a, .title a:hover, .title a:link, .title a:active
{
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}