/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow 
{
	width: 925px;
	background-color:#cccccc;
	border: 1px solid #999999;
	overflow:hidden;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides 
{
	overflow: hidden;
	width: 700px;
}

#slideshow .slides ul {
width: 2880px;
}

#slideshow .slides li {
	width: 700px;
	height:200px;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav 
{
	width:210px;
	height:220px;
	background-color:#444;
	border-top: 2px solid #666;
	font-size: 10pt; 
	font-family: Arial,Helvetica,sans-serif;
	border-collapse:collapse;
}

#slideshow .slides-nav li {

}

#slideshow .slides-nav li a 
{
	display: block;
	padding: 5px 5px;
	outline: none;
	color:White;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a 
{
	color:White;
	background-color: #8b1332;
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -2px;}

.leftTitle
{
	font-size: 9pt;
	font-family: Arial,Helvetica,sans-serif;
}

.rightTitle
{
	font-size: 11pt;
	font-family: Arial,Helvetica,sans-serif;
}

.rightContent
{
	font-size: 10pt; 
	font-family: Arial,Helvetica,sans-serif;
	color:Black;
}

td.scroller
{
	color:White;
	font-family: Arial,Helvetica,sans-serif;
	vertical-align:top;
}

A.scrollerLink
{	
	color:White;
}
A.scrollerLink:link 
{	
	COLOR: white;
}
A.scrollerLink:hover
{
	color:White;	
	text-decoration: underline;
}
A.scrollerLink:visited 
{	
	color:White;
}

A.scrollerHeadLink
{	
	color:Black;
	font-size:12px;
	font-family:Tahoma;
}
A.scrollerHeadLink:link 
{	
	COLOR: Black;
	font-size:12px;
	font-family:Tahoma;
}
A.scrollerHeadLink:hover
{
	color:Black;	
	text-decoration: underline;
	font-size:12px;
	font-family:Tahoma;
}
A.scrollerHeadLink:visited 
{	
	color:Black;
	font-size:12px;
	font-family:Tahoma;
}