.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
	color: white;
	position: absolute;
	bottom:0px;
	width:100%;
	background:black;
	z-index:107;
	filter: alpha(opacity=73);
	-moz-opacity: 73%;
	opacity: 0.73;
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
	margin-right: 2px;
	position: absolute;
	z-index:10;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: left;
	position: relative;
		bottom:0px;
text-decoration: none;
letter-spacing: 1px;
filter: alpha(opacity=84);
	-moz-opacity: 84%;
	opacity: 0.84;
	z-index:100;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
	z-index:100;

}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 200px;
margin-left: 5px;
	z-index:100;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
 /*background of toggle tab onMouseover*/
 filter: alpha(opacity=78);
	-moz-opacity: 78%;
	opacity: 0.78;
	z-index:10;
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}
