﻿#menuShare
{
    display:none;
}

#media
{
    height:280px;
}

#leftMedia
{
    background:url('../images/behind-me-map.png') no-repeat;
    width:515px;
    height:281px;
    float: left;
}

#map_canvas
{
    position:relative;
    top:45px;
    left:30px;
    width:460px;
    height:220px;   
    display:block;
}

#liveVideo
{
    display:none;
    background:none;
}

#introVideo
{
    display:none;
    background:none;
}

#tweats
{
    width:300px;
    float:right;
    clear:none;
}

#tweatIntro
{
    height:100px;
}

#juitterContainer
{
    font:bold 10px Arial, Helvetica, sans-serif; 
    float:right;
    margin:8px 25px 0 0;
    
} /*Juitter container*/

#juitterContainer .twittList
{

} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI
{
    list-style:none;
    color:#376795;
    margin:5px;
    padding:5px 0 0 0;
    padding:3px;
    height:60px;
    float:none;
    width:290px;
} 

#rightMedia
{
    display:none;
    background:none;
}

#tweats
{
    background:url('../images/twitterings_small.png') no-repeat;
    float: right;
    height:281px;
    width:353px;
}


#winners
{
    /*display:none;*/
}

