﻿.IconAllSpeciesImg
{
    position: relative;
    left: 127px;
    top:2px;
    z-index: 70;
    
}

.SearchAutoCompletionList
{
    width:300px;
    list-style: none;
    margin: 0px;
    padding:0px;
    background: white;
    color: Black;
    
    
}



.SearchAutoCompletionListItem
{

    list-style: none;
    background: white;
    padding:3px;
    width: 300px;
    margin: 0px;
    
}

.SearchAutoCompletionListItemHighLight
{
    list-style: none;
    background: url('../../images/searchAutoCompleteListBg.gif');
    background-repeat:repeat;
    padding:3px;
    width: 300px;
    
}

.SpeciesProfileSlideShowStyle
{
    background-image: url('../../images/pages/species/slideshow_background_330x255.gif');
    background-repeat: no-repeat;
    width: 330px;
    height: 255px;
    position: relative;
    top:0px;
    left:0px;
    
}