/* CSS Document 
LAND ROVER 2015 REPOSITORY
Ops Task Number: OT-51784
Author: Mike Mezzacappa
Version: 1.00
*/
@charset "UTF-8";


#LRS_Container {
	margin: 0px;
	width: 728px;
	height: 270px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	visibility: hidden;
	cursor: all-scroll;
}
#LRS_BlackFade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity 0.25s ease;
}

#LRS_ClickTagRef {
	visibility: hidden;
	width: 0;
	height: 0;
}


#LRS_Close{
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(http://speed.pointroll.com/PointRoll/Media/Asset/LandRover/212506/lrs_close.png) !important;
	background-size: 64px 20px;
	width: 64px;
	height: 20px;
	cursor: pointer;
}

#LRS_CTA {
	background-image: url(http://speed.pointroll.com/PointRoll/Media/Asset/LandRover/212506/lrs_assets.png) !important;
	background-size: 256px 128px;
	background-position: 0px 0px;
	width: 90px;
	height: 20px;
	position: absolute;
	bottom: 4px;
	right: 10px;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity 0.25s ease;
	background-repeat: no-repeat;
	cursor: pointer;	
}


#LRS_CTA:hover {
	opacity: 0.66;
}

#LRS_EventCatcher{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

#LRS_TextureContainer{
	position: absolute;
	width: 100%;
	height: 100%;
}

#LRS_Poster{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(http://speed.pointroll.com/PointRoll/Media/Asset/LandRover/212506/lrs_poster.jpg) !important;
}

#LRS_SeekBar{
	position: absolute;

	width: 100%;
	height: 2px;
	bottom: 56px;
	visibility: hidden;
	opacity: 0;
	left:0%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#LRS_Info{
	position: absolute;
	background-image: url(http://speed.pointroll.com/PointRoll/Media/Asset/LandRover/212506/lrs_assets.png) !important;
	background-size: 256px 128px;
	background-position: 0px -50px;
	width: 54px;
	height: 10px;
	left: 50%;
	top: 29px;
	margin-left: -27px;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#LRS_Thumb{
	position: absolute;

	background-image: url(http://speed.pointroll.com/PointRoll/Media/Asset/LandRover/212506/lrs_assets.png) !important;
	background-size: 256px 128px;
	background-position: 0px -20px;
	width: 43px;
	height: 22px;
	
	top: -10px;
	margin-left: -21px;
}
#LRS_BarLeft{
	position: absolute;
	background-color: #ffffff;
	width: 100px;
	height: 2px;
	
	left: 0px;
	margin-left: 180px;
}
#LRS_BarRight{
	position: absolute;
	background-color: #ffffff;
	width: 100px;
	height: 2px;

	right: 0px;
	margin-right: 180px;
}

#LRS_Logo {
	background-image: url(http://speed.pointroll.com/PointRoll/Media/Asset/LandRover/212506/lrs_logo.png) !important;
	width: 78px;
	height: 56px;
	position: absolute;
	top: 18px;
	left: 20px;
	background-size: 78px 56px;
	background-repeat: no-repeat;
	cursor: pointer;
}


#LRS_Blackborder {
	visibility: hidden;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 726px;
	height: 268px;
	border: 1px solid #000000;
}
