/* ################## */
/* #   Slideshow	# */
/* ################## */

div.scroller
{ 
width: 635px; 
height: 265px;
overflow: hidden;
}

div.scroller div.section 
{
width:635px;
height:265px;
overflow:hidden;
position: relative;
float:left;	
}

div.scroller div.content 
{
width: 10000px;
}

.section img{ z-index: 3; float: left; }
.section .intro
{
float: left;
z-index: 4;
width: 591px;
position: absolute;
bottom: 0px;
padding: 13px 22px 0px 22px;
background: url(../images/ns/black20.png);
}

.section .intro a{ color: #FFFFFF; }
.section .intro a:hover{ color: #FFFFFF; text-decoration: underline;}

.section h2, .section p{ color: #FFFFFF; margin-bottom: 5px; font-family: arial;}

.section .intro p
{
position:relative;
top: 0px;
left: 0px;
}
.section .intro a
{
}

#slideshow #nav
{
position: absolute;
z-index: 5;
right: 0px;
margin-top: 12px;
margin-right: 10px;
}

#slideshow #nav a
{
background: #FFFFFF;
color: #000000;
padding: 3px 6px;
margin: 3px;
}

#slideshow #nav a.purple, #slideshow #nav a:hover, #slideshow #nav a:active{ background: #924ede; color: #FFFFFF;}

#slideshow
{
width: 635px;
height: 265px;
position: absolute;
}
