/* Egg Plugin Pack */

/* General */

/* EggImageDropdown */

.egg_imagedropdown{
    position:relative;
}

.egg_imagedropdown_header{
    background-image: url('dropdown_arrow.png');
    background-position: right center;
    background-repeat:no-repeat;
    cursor:pointer;
}

.egg_imagedropdown_header img{
    cursor:pointer;
}

.egg_imagedropdown_dropdown{
    padding: 5px;
    position:absolute;
    overflow-x:hidden;
    overflow-y:scroll;
}

.egg_imagedropdown_dropdown img{
    margin-right:3px;
    cursor:pointer;
    float:left;
}


