/* menu public css */

div.body {
	position: relative !important;
}

#ui-movie-player {
	position: absolute;
	overflow: hidden;
	z-index: 1;
	right: 0;
	bottom: 110px;
}

#ui-movie-player,
#ui-movie-player iframe {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#ui-movie-player iframe {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top:0;
}

#ui-movie-player button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	height: 20px;
	background: #000;
	color: #fff;
	font-size: 80%;
	cursor: pointer;
}

#ui-movie-player button:hover,
#ui-movie-player button:active {
	background: #333;
}

.mp-small {
	width: 300px;
	height: 170px;
}

.mp-small iframe {
	width: 300px;
	height: 150px;
}

.mp-large {
	width: 980px;
	height: 490px;
}

.mp-large iframe {
	width: 980px;
	height: 430px;
}