body  {
      width: 100%; 
      height: 100%;
      /*overflow: hidden;*/ }
	
.gifholderNEW {
	/*top: 0;
	left: 0;
	background-image: url(images/carlin-landing-bg.jpg);
	
	background-repeat: no-repeat;*/
}

.whitefrontpanel .whitepanel  {
	margin: 0px;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.whitefrontpanel {
	position: absolute;
	top: 216px;
	left: 0;
	width: 623px;
	height: 418px;
	background-color: #fff;
        padding-left:25px;
        padding-top:15px;
        padding-bottom:0px;
/*	padding: 15px;*/
}

.whitefrontpanel .whitepaneltop,
.whitefrontpanel .whitepanelbottom  {
	left: -290px;
}

.whitefrontpanel .whitepanel {
	width: 623px;
	height: 418px;
}

#logoImage img  {
/*	width: 522px;
	height: 242px;*/
}

#country-choice {
    list-style-type: none;   
    padding-left: 0px;
    padding-top: 0px;
}

#country-choice li{
  margin-left: 0px;
}

#landing-left{
      float: left;  
}
#landing-right{
    padding-top: 12px;
}


.whitefrontpanel .dashedLine  {
	margin: 18px 0;	
}

#fontCopy  {
	clear: both;
	position: absolute;
	bottom: 0;
	left: 20px;
	top: 360px;
	padding-left:2px;
	padding-right: 3px;
	width: 600px;
	text-align: justify;
}

.fontCopyNew  {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 20px;
	top: 360px;
	padding-left:2px;
	padding-right: 3px;
	width: 600px;
	text-align: justify;
}

.landingbuttonUk,
.landingbuttonUsa {
	width: 284px;
}

.landingbuttonUsa  {
	float: right;
}

.img {
	position: relative;
    z-index: 0;
	float: left;
	width: 108px;
	height: 108px;
	top:0;
	left:0;
}
        
.img img {
	width: 108px;
	height: 108px;
	position: relative;
	top:0;
	left:0;
}
        
.img a {
	position: absolute;
	top:0;
	left:0;
}

.landing-container {
	/*overflow: hidden;*/ /*disable to view hidden tiles*/
}
.landing-container .row {
	position: relative;
	top:0;
	left:0;
	display: block;
	clear: both;
	width: 2052px;
}
		
.img-hover {
	-moz-box-shadow: 0 0 10px 8px #fff;
	-webkit-box-shadow: 0 0 8px 12px #fff;
	box-shadow: 0 0 10px 12px #fff;
}

.img-hover-finish {
	z-index: 99;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */			
	-webkit-box-shadow: 0 0 16px 45px #000, 0 0 0 108px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 16px 45px #000, 0 0 0 108px rgba(255,255,255,0.5);			
	box-shadow: 0 0 16px 45px #000, 0 0 0 108px rgba(255,255,255,0.5);
}