﻿

#home #content-box
{
  float: right;
  width: 977px;
  height: 465px;
  overflow: hidden;
  
  background-color: #ffffff;
  
  background-image: url(/images/home-content-bg.jpg);
  background-position: right center;
  background-repeat: no-repeat;  
}
#home #content-box .container
{
  width: 975px;
  height: 463px;
  border: solid 1px #e8e9ea;  
}

#home #content-box .body
{
  position: relative;
}
#home #content-box .body .body-inner
{
  width: 707px;
  height: 391px;
  padding: 50px 45px 20px 25px;
  overflow: hidden;
}


#home #content-box .body #content-flash
{
  position: absolute;
  right: 10px;
  top: 100px;
}

body.admin-edit #home #content-box
{
  background-image:none;
  height:auto;
  overflow:inherit;
}
body.admin-edit #home #content-box .container
{
  height:auto;
  overflow:inherit;
}  
body.admin-edit #home #content-box .body 
{
  position:inherit;
}
body.admin-edit #home #content-box .body .body-inner
{
  width:auto;
  height:auto;
  overflow:inherit;
}
body.admin-edit #home #content-box .body #content-flash
{
  display:none;
}
