.tooltip-black { 
    display:none; 
    background:transparent url(/images/layout/jquery-tools/tooltip/black.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding: 20px 25px 30px 25px; 
    color:#fff;
    overflow: hidden;
}

.tooltip-black-arrow { 
    display:none; 
    background:transparent url(/images/layout/jquery-tools/tooltip/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding: 20px 25px 30px 25px; 
    color:#fff;
    overflow: hidden;
}

.tooltip-black-arrow-big { 
    display:none; 
    background:transparent url(/images/layout/jquery-tools/tooltip/black_arrow_big.png); 
    font-size:12px; 
 	height:163px;
	padding:40px 30px 10px 30px;  
    width:310px;
    color:#fff;
	overflow: hidden;
}

.tooltip-black-big { 
    display:none; 
    background:transparent url(/images/layout/jquery-tools/tooltip/black_big.png); 
    font-size:12px; 
 	height:163px;
	padding:40px 30px 10px 30px;  
    width:310px;
    color:#fff;
	overflow: hidden;
}


.tooltip-white { 
    display:none; 
    background:transparent url(/images/layout/jquery-tools/tooltip/white.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding: 20px 25px 30px 25px; 
    color:#000;
    overflow: hidden;  
}


.tooltip-white-arrow { 
    display:none; 
    background:transparent url(/images/layout/jquery-tools/tooltip/white_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding: 20px 25px 30px 25px; 
    color:#000;
    overflow: hidden;    
}

.tooltip-white-arrow-big { 
    display:none; 
    background:transparent url(/images/layout/jquery-tools/tooltip/white_arrow_big.png); 
    font-size:12px; 
 	height:163px;
	padding:40px 30px 10px 30px;  
    width:310px;
    color:#000;
	overflow: hidden;
}

.tooltip-white-big { 
    display:none; 
    background:transparent url(/images/layout/jquery-tools/tooltip/white_big.png); 
    font-size:12px; 
 	height:163px;
	padding:40px 30px 10px 30px;  
    width:310px;
    color:#000;
	overflow: hidden;
}