.umrp-container {
	position: relative;
}
.umrp-container .umrp-list {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.umrp-container .umrp-list li {
	clear: both;
}
.umrp-container .current_post a {
	font-weight: bold;
}
.umrp-container .umrp-post-thumbnail {
	background: #eee;
}
.umrp-container .umrp-post-thumbnail img {
	width: 100%;
	height: 100%;
	max-width: none !important;
	min-width: none !important;
}
.umrp-container .umrp-progress {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 3px;
	z-index: 2;
}

/* effect
--------------------------------------------------------------------------------------- */
.umrp-container .umrp-slide {
	position: relative;
	overflow: hidden;
}
.umrp-container .umrp-slide .umrp-list {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}


/* navi
--------------------------------------------------------------------------------------- */
.umrp-nav {
	padding: 5px 0;
	line-height: 16px !important;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
.umrp-nav-top {
	margin-bottom: 10px;
}
.umrp-nav-bottom {
	margin-top: 10px;
}
.umrp-nav.left {
	text-align: left;
}
.umrp-nav.center {
	text-align: center;
}
.umrp-nav.right {
	text-align: right;
}
.umrp-nav em {
	font-style: normal;
	font-weight: bold;
}
.umrp-nav .current,
.umrp-nav a {
    background: #eee;
    padding: 1px 4px;
    line-height: 1;
    border-radius: 3px;
    font-weight: normal !important;
    color: #333;
    text-decoration: none;
}
.umrp-nav .current,
.umrp-nav a:hover {
    color: white !important;
    text-decoration: none !important;
    background: #555;
}


/* .umrp-shortcode
--------------------------------------------------------------------------------------- */
.umrp-shortcode {
	margin-bottom: 20px;
}
.umrp-shortcode .umrp-nav .current,
.umrp-shortcode .umrp-nav a {
	padding: 2px 5px;
	margin: 0 1px;
	font-size: 12px;
}