/* 
    Document   : alps
    Created on : 2013-7-18, 5:53:41
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

div.show_top{
    width: 1024px;
    margin-top: 10px;
}
.show_top p{
    font-weight: bold;
    text-align: right;
}

.show_top img{
    float: left;
}
div.show_bottom{
    width: 1024px;
    margin-top: 10px;
}

div.show_left{
    width:600px;
    float: left;
}

.show_left img{
    float: left;
    width: 600px;
}
div.show_right{
    width:424px;
    float:right;
}

.show_right img{
    width: 412px;
    margin-top: 3px;
}


