/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(../img/overlay/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img/overlay/close.png); 
    position:absolute; 
    right:20px; 
    top:25px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 /* black */ 
div.overlay.black { 
    background:url(../img/overlay/transparent.png) no-repeat; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../img/overlay/transpa rent.png) no-repeat; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}

#custom { 
    background-image:url(http://static.flowplayer.org/img/commerce/box-512.png); 
    width:512px; 
    height:531px; 
    padding:0px; 
} 
 
#custom div.close { 
    right:-15px; 
    top:-10px; 
} 
 
#petrol { 
    background-image:url(../img/overlay/transparent.png); 
    color:#fff; 
	
} 
 
#apple { 
    background-image:url(../img/overlay/apple.png); 
    color:#fff; 
}

div.wrapov{
	background-color: ;
	height: 1000px;
	overflow-y:auto;
}

/* simple css-based tooltip */ 
div.tooltip { 
    background-color:#000; 
    outline:1px solid #669; 
    border:2px solid #fff; 
    padding:10px 15px; 
    width:100px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    outline-radius:4px; 
    -moz-outline-radius:4px; 
    -webkit-outline-radius:4px; 
}

#tooltip {
	width: 250px;
	}
	
#button {
background-image: url(../img/button_quote.gif);
width: 100px;
height: 70px;
padding: 5px 0 1px 0px;

	}
	
button :hover{
	padding: 5px 0 1px 0px;
	background: url(../img/hbutton_quote.gif) no-repeat;
	}	