﻿
/* rotator in-page placement */
div.rotator {
    float:left; 
    width:960px; 
    height:400px; 
    margin-left:0px; 
    margin-top:2px; 
    margin-bottom:2px; 
    position:relative; 
    overflow:hidden; 
    z-index:0;
}
/* rotator css */
div.rotator ul li {
	float:left;
	position:absolute;
	top: 0px;
	left: 0px;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img {
	border:1px solid #ccc;
	padding: 0px;
	background: #FFF;
}
div.rotator ul li.show {
	z-index:1;
}

div.rotator .slide
{
    float:left;
}

.slidestraplinebg
{
    position:absolute; 
    top: 10px;
    left: 10px;
    background-color:  #faf5dc;
    opacity: .8; 
    filter: alpha(opacity=90); 
    padding-top:2px;
    padding-left:10px;
    padding-bottom:0px; 
    padding-right:10px; 
}

.slidestraplinebg2
{
    position:absolute; 
    top: 60px;
    left: 25px;
    background-color: #000000;
    opacity: .8; 
    filter: alpha(opacity=90); 
    padding-top:2px;
    padding-left:10px;
    padding-bottom:5px; 
    padding-right:10px; 
}

div.rotator .slide h2{
    color: #ffffff;
}

div.rotator .slide h1{
    color: #827120;
}

div.rotator .slide-image{
    width:960px;
    height: 410px;
    z-index: 1;
}