/* tooltip styling. uses a background image (a black box with an arrow) */
.tooltip {
	background:transparent url(../images/black_arrow_big.png) no-repeat scroll 0 0;
	font-size:12px;
	height:153px;
	padding:30px;
	width:310px;
	display:none;
	color:#fff;
	text-align:justify;
	
}

/* tooltip title element (h3) */
.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
	text-align:center;
}



#trigger {

	/*background:transparent url(http://static.flowplayer.org/img/box/right/tools.png) no-repeat scroll 0 50%;
	color:#333; 
	font-size:14px;
	height:125px;
	padding:18px 80px 20px 15px;
	text-decoration:none;
	width:118px !important; 
	position:relative;
	top:100px;*/
	display:block;
}

/* simple mouseover effect for the trigger */
#trigger:hover {
	color:#000;
}

#trigger-2 {
	display:block;}

#trigger-2:hover {
	color:#000;}
	
#trigger-3 {
	display:block;}

#trigger-3:hover {
	color:#000;}