#mmg-yt-throbber {
	width: 16px;
	height: 11px;
	margin: 5px 0;
	background: url(../images/mmg/throbber.gif) no-repeat;
}

#mmg-yt-videos-iframe {
	width: 600px;
	height: 480px;
	margin: 0 0 5px 0;
	background: rgb(5, 5, 5);
}

#mmg-yt-videos .yt-thumb {
	float: left;
	width: 184px;
	text-align: center;
	height: 180px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

#mmg-yt-videos .yt-thumb:hover {
	background: rgb(10, 10, 10);
}

#mmg-yt-videos .yt-thumb img {
	width: 180px;
	height: 101px;
	display: block;
	vertical-align: middle;
	border: 2px solid rgb(255,255,255);
}

#mmg-yt-videos .yt-thumb p {
	color: rgb(255,255,255);
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 10px;
	font-weight: normal;
}

#mmg-yt-videos #mmg-yt-videos-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: 572px;
	background: rgb(239, 206, 112);
	font-weight: bold;
	display: none;
}

#mmg-yt-videos-overlay-container {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	z-index: 9999;
}

#mmg-yt-videos-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, .8);
}

#mmg-yt-videos-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-yt-videos-window-pane {
	float: left;
	position: relative;
	background: rgb(0,0,0);
	overflow: hidden;
}

#mmg-yt-videos-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-yt-videos-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-yt-videos-window-pane img {
	display: block;
}

#mmg-yt-videos-window-pane-info-bar-box {
	position: absolute;
	bottom: -40px;
	left: 0px;
	background: rgba(0,0,0,.9);
	height: 40px;
	width: inherit;
}

#mmg-yt-videos-window-pane-info-bar {
	position: absolute;
	bottom: -40px;
	left: 0px;
	height: 30px;
	width: inherit;
	padding: 5px 0;
}

#mmg-yt-videos-window-pane-info-bar h1 {
	color: rgb(239, 206, 112);
	font-size: 13px;
	line-height: 16px;
	margin: 0 10px;
}

#mmg-yt-videos-window-pane-info-bar p {
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-weight: normal;
	margin: 0 10px;
}

#mmg-yt-videos-window-comments {
	float: left;
	background: rgb(255, 255, 255);
	width: 480px;
	overflow-y: auto;
}
#mmg-yt-videos-window-comments-container { 
	padding: 0 15px 15px 15px;
}
#mmg-yt-videos-window-comments-container h1 {
	font-size: 13px;
	color: rgb(51,51,51);
	line-height: 20px;
}

#mmg-yt-videos-window-close-header {
	position: absolute;
	width: inherit;
	height: 26px;
	right: 0px;
	top: 0px
}

#mmg-yt-videos-window-close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 9px;
	height: 9px;
	background: url(../images/mmg/close.png) no-repeat;
}

.mmg-yt-videos-no-scroll { overflow-y: hidden; }

#mmg-yt-videos-widget .clickable,
#mmg-yt-videos-window .clickable,
#mmg-yt-videos .clickable {
	cursor: hand;
	cursor: pointer;
}

#mmg-yt-videos .clickable {
	cursor: hand;
	cursor: pointer;
}

#mmg-yt-videos-thumb-holder-clear-div,
#mmg-yt-videos .clear { 
	clear: both;
}

@media only screen and (max-width : 800px) {
	#mmg-yt-videos .yt-thumb {
		float: left;
		width: 200px;
	}

	#mmg-yt-videos .yt-thumb img {
		width: 196px;
		height: 103px;
	}
	
	#mmg-yt-videos-window {
		border: 0 none;
		box-shadow: 0 0 0 rgb(0,0,0);
		top: 0px;
	}
	
	#mmg-yt-videos-window-close-header {
		position: relative;
		width: inherit;
		height: 26px;
	}
	
	#mmg-yt-videos-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-yt-videos-window-pane {
		float: none;
		text-align: center;
	}
	
	#mmg-yt-videos-window-comments {
		float: none;
		width: inherit;
		height: 400px;
	}
	
	#mmg-yt-videos #mmg-yt-videos-button {
		width: inherit;
		margin-bottom: 10px;
	}
	
	#mmg-yt-videos-window-pane-left {
		left: 0px;
		opacity: 1;
		display: none;
	}
	
	#mmg-yt-videos-window-pane-right {
		right: 0px;
		opacity: 1;
		display: none;
	}
	
	#mmg-yt-videos-window-pane-info-bar,	
	#mmg-yt-videos-window-pane-info-bar-box {
		bottom: 0px;
		display: none;
	}
	
	#mmg-yt-videos-window-pane-info-bar h1,
	#mmg-yt-videos-window-pane-info-bar p {
		margin: 0 0;
	}
}