﻿.jqImageRotator
{
    position: relative;
    overflow: auto;
    width: 762px;
    height: 228px;
    border: 1px solid #000000;
    background: #fff;
 }
.jqImageRotator ul, .jqImageRotator li
{
  margin:0; padding:0;  
}
.jqImageRotator .jqImageList
{
    position:relative; 
    margin:0; padding:0;
    list-style:none;  
}
    
.jqImageRotator .jqImageList .jqImage
{
    /*position: absolute;
    padding: 0; 
    margin: 0;
    top: 0;
    left: 0;
    width:762px; 
    height:228px;*/
    
    float:left;
    width:762px; 
    height:228px; 
}
.jqImageRotator .jqImageLinks
{
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width:762px; 
    height:22px;
    background:#000000;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=65);
    opacity: 0.65;
    /*bottom:0; 
    right:0;*/
    /*z-index:5;*/
}
.jqImageRotator .jqImageLinks li
{
    display: block;
    float: right;
    cursor: pointer; /*height:16px;*/
    padding: 2px;
    margin: 3px 0px 1px 0px;
    text-align: center;
}
.jqImageRotator .jqImageLinks .jqLink
{
    text-decoration:none;
    }
.jqImageRotator .jqImageLinks .jqLink:hover
{
    text-decoration:none;
    }
