﻿.home .gallery
{
    height:398px;
    width:537px;
    overflow:hidden;
    position:relative;
}
.home .gallery img
{
    position:absolute;
    left:0px;
    right:0px;
    z-index:1;
    display:none;
}
.home .gallery img.active
{
    z-index:1000;
}
.home .bg-left .content
{
    padding:37px 0px 0px 26px;
}
.home .bg-left .content .right-text
{
    float:right;
    width:363px;
    color:#353333;
    margin:0px 60px 0px 0px;
}
.home .bg-left .content .right-text h1
{
    font-size:35px;
}
.home .bg-left .content .right-text p
{    
    font-size:13px;
}
.home-button
{
    width:157px;
    margin:0px 10px 0px 0px;
    text-decoration:none;
    color:#717171;    
    height:42px;
    line-height:42px;
    background: url(../img/home-button.png) no-repeat;
    text-align:center;
    display:inline-block;
    font-size:14px;
}
.home .services
{
    height:208px;
    background:#F0F0F0;
}
.home .services .content
{
    float:left;
    vertical-align:top;
    width:250px;
    background-position:0px 55px;
    background-repeat:no-repeat;
    padding:0px 25px 0px 80px;
}
.home .services .content p
{
    min-height:110px;
    margin:10px 0px 7px 0px;
}
.home .services h2
{
    margin:20px 0px 0px 0px;
}
.learn-more
{
    background: url(../img/learn-more.png) no-repeat;
    color:#fff;
    width:66px;
    height:25px;
    line-height:25px;
    text-align:center;
    display:inline-block;
    text-decoration:none;
    font-size:9px;
}
.home .services .design
{
    background-image: url(../img/design.png);
}
.home .services .build
{
    background-image: url(../img/build.png);
}
.home .services .promote
{
    background-image: url(../img/promote.png);
}
.home .services .right-text
{
    padding:0px 0px 0px 100px;  
    width:240px;
}
.home .info
{
    height:400px;
    background:#fff;
}
.home .info .content
{
    float:left;
    vertical-align:top;
    width:290px;
    padding:40px 0px 0px 60px;
}
.home .info .content b
{
    font-size:12px;
}
.home .info .content a
{
    color:#45B8C3;
    font-weight:bold;
    text-decoration:none;
    white-space:nowrap;
}
.home .info .content p
{
    width:290px;
}
.home .info .content .software
{
    background: url(../img/software.png) no-repeat;
    width:272px;
    height:114px;
    border:solid 1px #E8E8E8;
    margin:20px 0px;
}
.home .info .content .analytics
{
    margin:20px 0px;
    background: url(../img/analytics.png) no-repeat;
    width:272px;
    height:114px;
    border:solid 1px #E8E8E8;
}
