#mmg-fb-throbber {
	width: 16px;
	height: 11px;
	margin: 5px 0;
	background: url(../images/mmg/throbber.gif) no-repeat;
}

#mmg-fb-gallery-wof2 .fb-thumb {
	float: left;
	width: 100px;
	line-height: 100px;
	text-align: center;
	height: 100px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	border: 2px solid rgb(255, 255, 255);
}

#mmg-fb-gallery-wof2 .fb-thumb img {
	width: inherit;
	display: block;
	vertical-align: middle;
}

#mmg-fb-gallery-widget-wof2  .fb-thumb {
	float: left;
	width: 50px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	margin: 0 5px 5px 0;
	overflow: hidden;
	border: 2px solid rgb(255, 255, 255);
}

#mmg-fb-gallery-widget-wof2  .fb-thumb img {
	width: inherit;
	display: block;
	vertical-align: middle;
}

#mmg-fb-gallery-overlay-container {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	z-index: 9999;
}

#mmg-fb-gallery-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, .8);
}

#mmg-fb-gallery-wof2 #mmg-fb-gallery-button {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	color: rgb(0, 0, 0);
	cursor: hand;
	cursor: pointer;
	text-align: center;
	width: 560px;
	background: rgb(239, 206, 112);
	font-weight: bold;
	display: none;
}

#mmg-fb-gallery-window {
	position: absolute;
	overflow: hidden;
	z-index: 10000;
	border: 1px solid rgb(255,255,255);
	background: rgb(255, 255, 255);
	box-shadow: 0 0 5em rgb(0,0,0);
}

#mmg-fb-gallery-window-pane {
	float: left;
	position: relative;
	background: rgb(0,0,0);
	overflow: hidden;
}

#mmg-fb-gallery-window-pane-left {
	position: absolute;
	top: 0;
	left: -60px;
	width: 60px;
	background: url(../images/mmg/left-arrow.png) no-repeat center;
	opacity: .4;
	filter: alpha(opacity = 40);
	z-index: 999;
}

#mmg-fb-gallery-window-pane-right {
	position: absolute;
	top: 0;
	right: -60px;
	width: 60px;
	background: url(../images/mmg/right-arrow.png) no-repeat center;
	opacity: .4;
	filter: alpha(opacity = 40);
	z-index: 999;
}

#mmg-fb-gallery-window-pane img {
	vertical-align: middle;
}

#mmg-fb-gallery-window-pane-info-bar-box {
	position: absolute;
	bottom: -40px;
	left: 0px;
	background: rgba(0,0,0,.9);
	height: 40px;
	width: inherit;
}

#mmg-fb-gallery-window-pane-info-bar {
	position: absolute;
	bottom: -40px;
	left: 0px;
	height: 30px;
	width: inherit;
	padding: 5px 0;
}

#mmg-fb-gallery-window-pane-info-bar h1 {
	color: rgb(239, 206, 112);
	font-size: 13px;
	line-height: 16px;
	margin: 0 10px;
}

#mmg-fb-gallery-window-pane-info-bar p {
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-weight: normal;
	margin: 0 10px;
}

#mmg-fb-gallery-window-comments {
	float: left;
	background: rgb(255, 255, 255);
	width: 480px;
	overflow-y: auto;
}
#mmg-fb-gallery-window-comments-container { 
	padding: 0 15px 15px 15px;
}
#mmg-fb-gallery-window-comments-container h1 {
	font-size: 13px;
	color: rgb(51,51,51);
	line-height: 20px;
}

#mmg-fb-gallery-window-close-header {
	position: absolute;
	width: inherit;
	height: 26px;
	right: 0px;
	top: 0px
}

#mmg-fb-gallery-window-close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 9px;
	height: 9px;
	background: url(../images/mmg/close.png) no-repeat;
}

.mmg-fb-gallery-no-scroll { overflow-y: hidden; }

#mmg-fb-gallery-widget-wof2  .clickable,
#mmg-fb-gallery-window .clickable,
#mmg-fb-gallery-wof2 .clickable {
	cursor: hand;
	cursor: pointer;
}
#mmg-fb-gallery-thumb-holder-clear-div,
#mmg-fb-gallery-wof2 .clear { 
	clear: both;
}

@media only screen and (max-width : 800px) {
	#mmg-fb-gallery-wof2 .fb-thumb {
		width: 71px;
		line-height: 71px;
		height: 71px;
	}
	
	#mmg-fb-gallery-window {
		border: 0 none;
		box-shadow: 0 0 0 rgb(0,0,0);
		top: 0px;
	}
	
	#mmg-fb-gallery-window-close-header {
		position: relative;
		width: inherit;
		height: 26px;
	}
	
	#mmg-fb-gallery-window-close {
		position: absolute;
		top: 0;
		right: 0;
		width: 26px;
		height: 26px;
		background: url(../images/mmg/close.png) no-repeat;
		background-size: 26px 26px;
	}
	
	#mmg-fb-gallery-window-pane {
		float: none;
		text-align: center;
	}
	
	#mmg-fb-gallery-window-comments {
		float: none;
		width: inherit;
		height: 400px;
	}
	
	#mmg-fb-gallery-wof2 #mmg-fb-gallery-button {
		width: inherit;
		margin-bottom: 10px;
	}
	
	#mmg-fb-gallery-window-pane-left {
		left: 0px;
		opacity: 1;
	}
	
	#mmg-fb-gallery-window-pane-right {
		right: 0px;
		opacity: 1;
	}
	
	#mmg-fb-gallery-window-pane-info-bar,	
	#mmg-fb-gallery-window-pane-info-bar-box {
		bottom: 0px;
	}
	
	#mmg-fb-gallery-window-pane-info-bar h1,
	#mmg-fb-gallery-window-pane-info-bar p {
		margin: 0 0;
	}
}