/* ddGM THEME: Default */
/* CONTROL TAB MODULE */

.ddGM-control-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.ddGM-control-tab {
	background: #000;
	background: rgba(0,0,0,0.65);
	-pie-background: rgba(0,0,0,0.65);
	width: 100px;
	height: 11px;
	text-align: center;
	color: #c7c7c7;
	font-size: 9px;
	font-family: sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	top:-11px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.ddGM-control-tab:before {
	content: ': : : : : : :';
}

.ddGM-controller-tab:hover,
.ddGM-controller-tab.pinned:hover{
	background: #ddd;
	background: -webkit-linear-gradient(rgba(221,221,221,1), rgba(0,0,0,.5));
	background: -moz-linear-gradient(top,  rgba(221,221,221,1),  rgba(0,0,0,.5));
	background: -o-linear-gradient(rgba(221,221,221,1), rgba(0,0,0,0.5));
	background: linear-gradient(rgba(221,221,221,1), rgba(0,0,0,.5));
	-pie-background: linear-gradient(rgba(221,221,221,1), rgba(0,0,0,.5));
}

.ddGM-controller-tab.pinned {
	background: #777;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(119,119,119,1)), to(rgba(0,0,0,.5)));
	background: -webkit-linear-gradient(rgba(119,119,119,1), rgba(0,0,0,.5));
	background: -moz-linear-gradient(top,  rgba(119,119,119,1),  rgba(0,0,0,.5));
	background: -o-linear-gradient(rgba(119,119,119,1), rgba(0,0,0,.5));
	background: linear-gradient(rgba(119,119,119,1), rgba(0,0,0,.5));
	-pie-background: linear-gradient(rgba(119,119,119,1), rgba(0,0,0,.5));
}
