/*Container*/
.mgd_container{
	position:relative;
	font-size:0;
	width:1080px;
	/*background-color:green;*/
}
.mgd_left_arrow{
	/*background-color:yellow;*/
	position:relative;
	display:inline-block;
	width:40px;
	cursor: pointer;
	background-image: url('../images/layout/leftArrow.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
	z-index:10;
}
.mgd_right_arrow{
	/*background-color:yellow;*/
	position:relative;
	display:inline-block;
	width:40px;
	cursor: pointer;
	background-image: url('../images/layout/rightArrow.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
	z-index: 10;
}
/* Blinder */
.mgd_blinder{
	/*background-color:red;*/
	position:relative;
	display:inline-block;
	width:1000px;
	height:100%; /*remove*/
	vertical-align:top;
	background-image: url('../images/layout/backgrounds/ftop.png'), url('../images/layout/backgrounds/fbottom.png');
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	overflow: hidden;
}
.mgd_left_gradient{
	/*background-color: pink;*/
	display:inline-block;
	position:absolute;
	width: 10px;
	height:100%;
	z-index: 2;
	left:0;
	top:0;
	background-image: url('../images/layout/backgrounds/fleft2.png');
}
.mgd_right_gradient{
	/*background-color: pink;*/
	display:inline-block;
	position:absolute;
	width: 10px;
	height:100%;
	z-index: 100;
	right:0;
	top:0;
	background-image: url('../images/layout/backgrounds/fright2.png');
}
/* Wrapper */
.mgd_wrapper{
	/*background-color:blue;*/
	font-size:0;
	position:absolute;
}
/* Floater */
.mgd_floater{
	/*background-color:green;*/
	position:relative;
	font-size:0;
	white-space: nowrap;
	float:right;
}
/*Media Box*/
.mgd_media_box{
	display:inline-block;
	width: 240px;
	border-radius: 5px;
	font-size:14px;
	color:#FFFFFF;
	background-color: #212121;
	background-image: url('../images/layout/backgrounds/lightNoise.png');
	color: #F9F9F9;
	padding: 10px;
	margin: 15px 0px 15px 10px;
	cursor: pointer;
	overflow: hidden;
	white-space: normal;
}
.mgd_media_box .title, .mgd_media_box .embed, .mgd_media_box .description, .mgd_media_box .tags{
	display: none;
}
.mgd_media_box img{
	border-radius: 5px;
}
.album{
	width:185px;
}
.album img{
	width:185px;
}
.mgd_media_box .appended_title{
	padding-top: 8px;
}
.index{
	border:none;
}