﻿.Rotator_Black
{
 background-color:Black;
 position:relative;
}
.Rotator_Black:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.Rotator_Black .nav
{
    width: 300px;
    float:left;
}
.Rotator_Black .nav .item
{
    list-style-type:none;
    background-color: #9e9e9e;
    border: solid 1px #000;
    cursor:pointer;
    height: 74px;
    overflow:hidden;
    padding:5px;    
}
.Rotator_Black .nav .item p
{
     color:#FFF;  
}
.Rotator_Black .item img
{ margin-right: 0;}

.Rotator_Black .nav .item:hover,
.Rotator_Black .nav .activeSlide
{
    background-color: #666;    
}

.Rotator_Black .item p
{
   color:White;
   font-family: Arial;
}
.Rotator_Black .items
{
    overflow:hidden;
}
.Rotator_Black .items .item
{
    position:relative;
overflow:hidden;
padding: 0;
    }
.Rotator_Black .items .summary
{
    position: absolute;
    bottom:0;
    left:0;
    background: transparent url(images/transpBlack25.png) repeat scroll 0 0;
    width: 400px;
	height:260px;
    margin-left:0;
    margin-right:5px;
	padding:80px 30px 0 75px;
    }
.Rotator_Black .items H1
{
    color: White;
    text-transform:none;
	font-size:24px;
	line-height:28px;
    text-align:left;
	padding-bottom:15px;
    }
	
.Rotator_Black .items H2
{
    color: White;
    text-align:left;
    }
	
.Rotator_Black .items .summary p
{    
     font-weight: normal;
	 font-size:14px;
	 line-height:16px;
     padding: 0 0 8px 0;
     }

.Rotator_Black .items .summary a
{    
     font-weight: bold;
	 color:#FFF;
     padding: 20px 0 0 0;
     }

.Rotator_Black  .Controls {height:45px; z-index: 1000; position: absolute; top: 5px; right: 5px; 
    margin: 0; padding: 12px; width: 135px; background: transparent url(images/transpWhite25.png) repeat scroll 0 0; border: solid 1px #eee;cursor:pointer;}
.Rotator_Black  .Control {height:45px;width:45px;display:block;float:left;}
.Rotator_Black  .Pause {}
.Rotator_Black  .Controls .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Black  .Controls .Next
{
	background: url('images/next.gif') no-repeat center;
}

