/**

Latest Brands
***/

#home #carousel.small { float: left;position: relative;}
#home #carousel.small .jCarouselLite { height: 171px;background-color: #11212E; padding: 0px 8.5px;}
#home #carousel.small .next { cursor: pointer;top: 73px;position: absolute;right: 0px;z-index: 4; background-image:url('../Graphics/sprites/home_sprite.png'); background-position: 0 -620px; width: 85px; height: 21px; }
#home #carousel.small .prev { cursor: pointer;top: 73px;position: absolute; left: 0px;z-index: 4;background-image:url('../Graphics/sprites/home_sprite.png'); background-position: 0 -549px; width: 85px; height: 21px; }
#home #carousel.small #fade-left {background-image: url('../Graphics/sprites/home_sprite.png'); background-position: 0 -806px; width: 63px; height: 163px; position: absolute; z-index: 3; top: 4px; }
#home #carousel.small #fade-right {background-image: url('../Graphics/sprites/home_sprite.png'); background-position: 0 -1019px; width: 63px; height: 163px; position: absolute ;z-index: 3;right: 0px;top: 4px;}

.ie7 #home #carousel.small{display:block;}

/**

content
***/

#home-content{background:#e7e7e7 url('../Graphics/bg/home_bg_strip.jpg') repeat-y 0 0;overflow:hidden;clear:both;}
#home-content h2{font-family: NeueHelveticaR65Medium, Arial;font-size:20px;font-weight:normal;margin:7px 0 25px 3px;word-spacing:3px;letter-spacing:-1px;}
#home-content #strip {width: 100%; height:3px;background-color: #5d5d5d;}
#home-content .welcome{float:left;background:#EFEFEF;border-left:1px solid #000;padding:15px; margin:0px;font-size:12px;width:460px;line-height:20px;}
#home-content .welcome p{margin-bottom:10px;}
#home-content .latest-news{float:left;padding:15px 15px 0;background:#e7e7e7;width:460px;}
#home-content .latest-news h2{margin-left:10px;}
#home-content .latest-news ul{margin:-13px 0 20px 9px;}
#home-content .latest-news ul li{background-image:url('../Graphics/sprites/home_sprite.png');background-position:0 -688px;height:69px;width:446px;}
#home-content .latest-news ul li a{display:block;overflow:hidden;height:64px;color:#000;}
#home-content .latest-news .list-container {float:left; height: 100%; display: table; }
#home-content .latest-news .list-position { display: table-cell; vertical-align: middle; width: 100%; text-align: left; }
#home-content .latest-news .list-content{font-size:11px;}
#home-content .latest-news .list-content span.date{float:left;width:55px;padding-left:10px;font-weight:bold;}
#home-content .latest-news .list-content span.news{float:left;width:300px;padding-left:10px;}
#home-content .latest-news .list-content span.news strong{display:block;font-weight:bold;}

.ie7 #home-content .latest-news ul li a{display:block;overflow:hidden;text-decoration:none;cursor:pointer;}
.ie7 #home-content .latest-news .list-container { position: relative; }
.ie7 #home-content .latest-news .list-position { position: absolute; top: 50%; }
.ie7 #home-content .latest-news .list-content { position: relative; top: -50%; }
.ie7 #home-content .latest-news .list-content span.date{width:55px;font-weight:bold;}
.ie7 #home-content .latest-news .list-content span.news{width:300px;position:relative;left:65px;}