﻿/** TwentyFourSeven image cycle styles **/
#twentyfoursevenwrapper 
{
	float: left;
	width:970px;
	height:417px;
	margin-bottom:20px;
	position: relative;
}

#twentyfoursevenpreload
{
	float: left;
	width:970px;
	padding-top:20px;
	height:40px;
}

#twentyfoursevenwrapper .twentyfourseven {
	overflow:hidden;
	height: 417px;
	position: relative;
	display: block;
	width:970px;
}
#twentyfoursevenwrapper .twentyfourseven ul {
	width: 2000px;
	padding-left: 0px;
	margin-left:0px;
}
#twentyfoursevenwrapper .twentyfourseven ul li {
	margin-right: 0px;
	height: 417px;
	float: left;
	width: 100px;
	overflow: hidden;
	position: relative;
	width: 970px; 
	padding-bottom:0px;
	padding-left: 0px;
	background: none;
	margin-bottom:0px;
}
#twentyfoursevenwrapper .twentyfourseven ul li.last
{
	border-right: 0;
}

/*Carousel CSS*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#twentyfoursevenwrapper .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#twentyfoursevenwrapper .brandbutton
{
	border: 1px solid #e5e5e5;
	position: absolute;
	float: left;
	top:391px;
	left: 2px;
	z-index: 3;
	color: #777777;
	font-size: 11px;
	font-weight: bold;
}
#twentyfoursevenwrapper .brandbutton  a 
{
	background:url("/images/brandbuttonArrow-grey.gif") no-repeat scroll right 7px #ffffff;
	float: left;
	text-transform:uppercase;
	padding-right: 16px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 1px;
	color: #777777;
	font-size: 11px;
	font-weight: bold;
}
#twentyfoursevenwrapper .brandbutton  a:hover 
{
	background:url("/images/brandbuttonArrow-white.gif") no-repeat scroll right 7px #777777;
	color: #ffffff;
}
#twentyfoursevenwrapper .content
{
	z-index: 10;
	float: left;
	width: 100%;
	position: relative;
	height:417px;
}
#twentyfoursevenwrapper .images img
{
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
}

#twentyfoursevenwrapper .intro p
{
	color: #323232;
	font-size: 16px;
	font-weight:700;
}
#twentyfoursevenwrapper .intro a,
#twentyfoursevenwrapper .intro a:visited
{
    text-transform:uppercase;
	font-weight:700;
	font-size: 14px;
	color:#dd7500;
}
#twentyfoursevenwrapper .intro a:hover
{
	color:#ffffff;

}
#twentyfoursevenwrapper .anchoredcontainer
{
	height:100%;
	width:100%;
	bottom: 2px; 
	right: 2px;
	z-index:2;
}
#twentyfoursevenwrapper .bottomleftbox
{
	background: #037A59 url("/images/bottombox-arrow.gif") no-repeat 300px center;
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	height:24px;
	left:640px;
	position:absolute;
	text-transform:uppercase;
	top:384px;
	width:308px;
	z-index:100;
	padding-left: 20px;
	padding-top: 7px;
}
#twentyfoursevenwrapper .bottomleftboxcontainer {
	bottom: 0px;
	/*display: none;*/
	right: 0px;
	position: absolute;
	width:528px;
    height:170px;

}
#twentyfoursevenwrapper .bottomleftboxcontainer .inner {
	background-color: #037A59;
	padding: 20px 20px 35px 20px; 
	z-index:100;
	color:#fff;
	font-size: 12px;
	font-weight: normal;
	height:115px;
	
}
#twentyfoursevenwrapper .bottomleftboxcontainer .inner p 
{
	color:#323232;
	font-size: 12px;
	font-weight: normal;
	padding:0;
	width:488px;
}
#twentyfoursevenwrapper .bottomleftboxcontainer .inner a,
#twentyfoursevenwrapper .bottomleftboxcontainer .inner a:visited
{
	color:#dd7500;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
#twentyfoursevenwrapper .bottomleftboxcontainer .inner a:hover
{
	color:#ffffff;

}
#twentyfoursevenwrapper .bottomleftboxcontainer .title
{
	text-transform: uppercase;
	color: #dd7500;
	font-size: 18px;
	line-height: 21px;
	float: left; 
	letter-spacing: -0.25;
	width:100%;
}

.loadimage
{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
