/* CSS Document */
#appContent{
    width:540px;
    height:372px;
    display:block;
    
}
.app{    
    height:330px;
    border:0px solid black;
    float:left;
    overflow: hidden;
}
.appLeft{background-image:url('images/appBg_03.jpg');width:171px;background-position:0 0px;}
.appLeft:hover{background-image:url('images/appBg_03.jpg');width:171px;background-position:0 332px;cursor: pointer;}
.appLeftS{background-image:url('images/appBg_03.jpg');width:171px;background-position:0 332px;}
#appLeft:hover{background-image:url('images/appBg_03.jpg');width:171px;background-position:0 332px;cursor: pointer;}

.appCenter{background-image:url('images/appBg_04.jpg');width:180px;}
.appCenter:hover{background-image:url('images/appBg_04.jpg');width:180px;background-position:0 332px;cursor: pointer; }
.appCenterS{background-image:url('images/appBg_04.jpg');width:180px;background-position:0 332px;}
#appCenter:hover{background-image:url('images/appBg_04.jpg');width:180px;background-position:0 332px;cursor: pointer; }

.appRight{background-image:url('images/appBg_05.jpg');width:167px;float:right;position:absolute;margin-left:351px}
.appRight:hover{background-image:url('images/appBg_05.jpg');width:167px;background-position:0 332px;cursor: pointer;}
.appRightS{background-image:url('images/appBg_05.jpg');width:167px;background-position:0 332px;}
#appRight:hover{background-image:url('images/appBg_05.jpg');width:167px;background-position:0 332px;cursor: pointer;}

.content{overflow:hidden;float:right}
.contentDisplay{display:block;width:300px;height:325px;font-size:10px;cursor: default;}

#borderLeft{background-image:url('images/appBg_02.jpg');width:8px;height:367px;float:left}

#borderLL{background-image:url('images/border_01.png');width:5px;height:330px; float:left;}
#borderLR{background-image:url('images/border_02.png');width:11px;height:330px;float:right;}
#borderCL{background-image:url('images/border_03.png');width:14px;height:330px; float:left;}
#borderCR{background-image:url('images/border_04.png');width:13px;height:330px;float:right;}
#borderRL{background-image:url('images/border_05.png');width:11px;height:330px; float:left;}
#borderRR{background-image:url('images/border_06.png');width:8px;height:330px;float:right;}
