.jqd_container {
	margin-top: 45px;
	margin-bottom: 0px;
	float:right;
}

.jqd_menu {
	display: none;
	position: relative;
	width: 100%;
}

.jqd_menu div.jqDockWrap {
	margin: 0 auto;
}

.jqd_menu div.jqDock {
	cursor: pointer;
}

.jqd_menu div.jqDock img {
	-webkit-box-shadow: 0px 2px 3px 1px #999;
	-moz-box-shadow: 0px 2px 3px 1px #999;
	box-shadow: 0px 2px 3px 1px #999;
	padding:0 0 0 12px;
}

div.jqDockLabel {
	color: #fff;
	cursor: pointer;
	font-family:'Merriweather';
	font-size:14px;
	font-weight: 300;
	padding: 0 6px;
	white-space: nowrap;
}