/* Easy Slider */

#homepagefvpromo {
height:356px;
overflow:hidden;
} 

#homepagefvpromo ul, 
#homepagefvpromo li,
#homepagefvpromo2 ul, 
#homepagefvpromo2 li {
    list-style:none;
}
#homepagefvpromo2 { margin-top:1em; }

#homepagefvpromo li, 
#homepagefvpromo2 li { 
/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
    width:515px;
    height:356px;
    overflow:hidden;
    
}

#controls {}

ol#controls {
    background: url(http://site.lightingshowroom.com/convert_home/images/transparent.png) repeat;
    margin:318px 0 0 0;
    padding:5px;
    position:absolute;
    width:505px;
}
/* numeric controls */  
ol#controls {
    font: bold 15px Arial, sans-serif;
    height:28px;
    position:absolute;
    float:left;
    margin: 320px 0 0 0;
    *margin: 320px 0 0 -515px;
}
ol#controls li {
    margin:0 5px 0 0; 
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
    padding: 0 0 4px 0;
}
ol#controls li a {
    float:left;
    height:28px;
    line-height:28px;
    border:1px solid #000;
    background:#c14d0e;
    color:#fff;
    padding:0 10px;
    text-decoration:none;
}
ol#controls li.current a {
    background:#7d2c00;
    color:#fff;
}

ol#controls li a:hover {
    background:#2bdfde;
    color:#fff;
}
ol#controls li a:focus, 
#prevBtn a:focus, 
#nextBtn a:focus {outline:none; }

#homepagefvpromo ul {
padding:0px;
}  

