/* 
    Document   : style
    Author     : Bilal
    Description:
        Purpose of the stylesheet follows.
*/

#tooltip{
position: absolute;
border:1px solid #ccc;
color:#fff;

-webkit-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.75);
box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.75);
}

#tooltip img{
height: 200px;	
}
#tooltipList ul
{
margin:0px;
padding:0px;
}

#tooltipList li
{
display:block;
margin-bottom:20px;
}