/*
skins available:
	- black
	- white
*/

/* the container */
.multimedia_perspective_carousel {
	position:relative;
	overflow:hidden;
}
.multimedia_perspective_carousel img {
	max-width:none;
	max-height:none;
}
.multimedia_perspective_carousel_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

.multimedia_perspective_carousel .contentHolder {
	position:relative;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:1000;
}

.myloader {
	background:url(../skins/loader.gif);
	width:37px;
	height:37px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:999;
}

.hideElement {
	display:none;
}

/***white SKIN***/
.multimedia_perspective_carousel.white .contentHolderUnit {
	position:absolute;
	overflow:hidden;
	cursor: pointer;
	background:url(../skins/white/empty.gif) repeat;
	border-style:solid;
}

.multimedia_perspective_carousel.white .elementTitle {
	position:absolute;
	left:0;
	top:40px;
	width:100%;
	text-align:center;
	font: bold 22px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#666;
	text-transform:capitalize;
}

.multimedia_perspective_carousel.white .iconOver {
	position:absolute;
	width:85px;
	height:85px;
	background-position:left top;
	background-repeat:no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}


.multimedia_perspective_carousel.white .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	width:100%;
}

.multimedia_perspective_carousel.white .leftNav {
	position:absolute;
	left:10px;
	width:52px;
	height:52px;
	border-radius: 40px;
	box-shadow: 8px 4px 7px -3px rgba(0,0,0,0.73);
	-webkit-box-shadow: 8px 4px 7px -3px rgba(0,0,0,0.73);
	-moz-box-shadow: 8px 4px 7px -3px rgba(0,0,0,0.73);
	background:url(../images/carousel/leftArrow.png) 0 0/100% 100% no-repeat;
	transition: all .15s linear;
	cursor: pointer;
}

.multimedia_perspective_carousel.white .leftNav:hover {
	background:url(../images/carousel/leftArrow.png) 0 0/100% 100% no-repeat;
	box-shadow: none;
}

.multimedia_perspective_carousel.white .rightNav {
	position:absolute;
	right:10px;
	width:52px;
	height:52px;
	border-radius: 40px;
	box-shadow: -8px 4px 7px -3px rgba(0,0,0,0.73);
	-webkit-box-shadow: -8px 4px 7px -3px rgba(0,0,0,0.73);
	-moz-box-shadow: -8px 4px 7px -3px rgba(0,0,0,0.73);
	background:url(../images/carousel/rightArrow.png) 0 0/100% 100% no-repeat;
	transition: all .15s linear;
	cursor: pointer;
}

.multimedia_perspective_carousel.white .rightNav:hover {
	background:url(../images/carousel/rightArrow.png) 0 0/100% 100% no-repeat;
	box-shadow: none;
}

.multimedia_perspective_carousel.white .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	padding-left:9px;
	z-index:140;
}

.multimedia_perspective_carousel.white .bottomNavButtonOFF {
	float:left;
	display:block;
	width:15px;
	height:15px;
	background:url(../images/carousel/bottomNavOFF.png) 0 0/15px 15px no-repeat;
	padding-left:9px;
	cursor: pointer;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.multimedia_perspective_carousel.white .bottomNavButtonON {
	float:left;
	display:block;
	width:15px;
	height:15px;
	padding-left:9px;
	background:url(../images/carousel/bottomNavON.png) 0 0/15px 15px no-repeat;
	cursor: pointer;
}

.multimedia_perspective_carousel.white .bottomNavLeft {
	display:none;
	position:absolute;
	z-index:140;
}
.multimedia_perspective_carousel.white .bottomNavRight {
	display:none;
	position:absolute;
	z-index:140;
}

.multimedia_perspective_carousel.white .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(../skins/white/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.multimedia_perspective_carousel.white .bottomOverThumb img {
	border:4px solid #ffffff;
}


.pp_content_container iframe {
	margin-bottom: 0px !important;
}

.pp_content_container video {
	margin-bottom: 0px !important;
}


.lbg_facebook {display: none !important; }
.lbg_twitter {display: none !important; }
.lbg_pinterest {display: none !important; }
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

@media only screen and (max-width: 768px) {
	.multimedia_perspective_carousel.white .rightNav, .multimedia_perspective_carousel.white .leftNav {
		height: 40px;
		width: 40px;
	}
	
	.multimedia_perspective_carousel.white .rightNav {
		right: 1px;
	}
	
	.multimedia_perspective_carousel.white .leftNav {
		left: 1px;
	}
	
	.multimedia_perspective_carousel.white .iconOver {
		width: 40px;
		height: 40px;
	}
}