.mpc_ls .mpc_ls_wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.mpc_ls .mpc_ls_preloader {
	width: 100%;
	height: 100%;
	background: url('img/preloader.gif') no-repeat center center;
}

.mpc_ls .mpc_ls_ui {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* SLIDES */
.mpc_ls .mpc_ls_slides_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.mpc_ls .mpc_ls_slides_wrapper.frame {
	background: #fff;
}

.mpc_ls .mpc_ls_slides_wrapper.frame .corner {
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url('img/corners08.png');
}
.mpc_ls .mpc_ls_slides_wrapper.frame .corner.tl {
	top: 0;
	left: 0;
	background-position: top left;
}
.mpc_ls .mpc_ls_slides_wrapper.frame .corner.tr {
	top: 0;
	right: 0;
	background-position: top right;
}
.mpc_ls .mpc_ls_slides_wrapper.frame .corner.bl {
	bottom: 0;
	left: 0;
	background-position: bottom left;
}
.mpc_ls .mpc_ls_slides_wrapper.frame .corner.br {
	bottom: 0;
	right: 0;
	background-position: bottom right;
}

.mpc_ls .mpc_ls_slides {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
.mpc_ls .mpc_ls_slides.frame {
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
}
.mpc_ls .mpc_ls_slides li {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mpc_ls .mpc_ls_slides li .mpc_ls_slide_item {
	position: absolute;
}

/* SLIDE BACKGROUND */
.mpc_ls_slide_background {
	width: 100%;
	height: 100%;
}
.mpc_ls_slide_background img {
	display: block;
	position: absolute;
}
.mpc_ls_slide_background img.bg_center {
	left: 50%;
}

/* TIMER */
.mpc_ls .mpc_ls_ui .mpc_ls_timer {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 0;
	height: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* SHADOW */
.mpc_ls_shadow {
	position: absolute;
	width: 100%;
}
.mpc_ls_shadow.style01 {
	background: url('img/shadow_style01.png') no-repeat center top;
	background-size: 100%;
	bottom: -17px;
	height: 17px;
}
.mpc_ls_shadow.style02 {
	background: url('img/shadow_style02.png') no-repeat center top;
	background-size: 100%;
	bottom: -14px;
	height: 14px;
}
.mpc_ls_shadow.style03 {
	background: url('img/shadow_style03.png') no-repeat center top;
	background-size: 100%;
	bottom: -21px;
	height: 21px;
}



/* RADIO BUTTONS */

/* STYLE 03 */
.mpc_ls_slides_thumbs.style03 {
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
}
.mpc_ls_slides_thumbs.style03 .mpc_ls_thumb {
	position: relative;
	margin: 0 3px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.mpc_ls_slides_thumbs.style03 .mpc_ls_thumb.active {
	background: #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.mpc_ls_slides_thumbs.style03 .mpc_ls_thumb_inside {
	display: inline-block;
	width: 100%;
}

.ie8 .mpc_ls_slides_thumbs.style03 .mpc_ls_thumb {
	width: 14px;
	height: 14px;
	background: url('img/style03.png');
}


/* ARROWS */
.mpc_ls .mpc_ls_ui .mpc_ls_ui_button {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	opacity: 0;
	filter: alpha(opacity=0);
}


/* STYLE 03 */
.mpc_ls .mpc_ls_ui .mpc_ls_ui_button.style03 {
	width: 44px;
	height: 52px;
	margin-top: -22px;
	background: url('img/arrows03.png');
}
.mpc_ls .mpc_ls_ui .mpc_ls_prev_slide.style03 {
	left: 10px;
}
.mpc_ls .mpc_ls_ui .mpc_ls_next_slide.style03 {
	right: 10px;
	background-position: right;
}
