/* 
    Document   : travelline
    Created on : 2013-7-18, 5:20:15
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

div.show_top{
    width: 1024px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.show_top a img{
    float: left;
    width: 800px;
    border: 0px;
}

div.show_middle{
    width: 1024px;
}

.show_middle a img{
    float:right;
    width:800px;
    margin-top: 10px;
    border: 0px;
}
div.show_bottom{
    width: 1024px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.show_bottom a img{
    float:left;
    width:800px;
    margin-top: 10px;
    margin-bottom: 30px;
    border: 0px;
}


