body {
    margin: 0;            /* Reset default margin */
}
iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
 }

#slider{
	width: 750px;
	margin-right: 0px;
	display: block;
	margin-top: 5px;
	height: 285px;
}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:750px;
		height:250px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:30px;
	top:125px;
		}	
	#nextBtn{
	left:700px;
		}														
	#prevBtn a, #nextBtn a{
	display:block;
	width:30px;
	height:77px;
	background:url(https://cafe-mt.b-cdn.net/mtmediacafe/mega-slider/prev.png) no-repeat 0 0;
		}	
	#nextBtn a{
	background:url(https://cafe-mt.b-cdn.net/mtmediacafe/mega-slider/next.png) no-repeat 0 0;
		}												

/* // Easy Slider */

#content #destination {
	float: right;
	height: 250px;
	width: 160px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 5px;
}
#content #destination ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#content #destination a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #942944;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	width: 90%;
}
#content #destination a:hover {
	text-decoration: underline;
	background-color: #e3e3e3;
}