/* Visual Sense introduction block at visitor's index page */
.visitor_intro
{
        text-align: center;
        margin-bottom:20px;
}

#visual_sense_holder
{
        position:relative;
        top:-25px;
        height: 449px;
        background: url(../image/slide_shadow.png) no-repeat scroll center bottom;	
        overflow:hidden;
        margin-bottom:-28px;
}

#visual_sense
{
        width:980px;
        height:530px;
}

.visitor_intro .text
{
        text-align: left;
}

.visitor_intro .text p
{
        color:#777;
        font-size: 24px;
        line-height: 150%;
        margin:0px 30px 10px;
}


.visitor_intro .text p span
{
    color: #80000c;
}


