#slider {background: transparent;
    width: 573px; height: 573px;
    /*  margin: 0px 0 0 209px ;  */
    /*  position: relative; left: 2px; top: 12px;  */
padding: 18px 0 0 209px ;
}

.scroll {background: transparent;
    width: 573px; height: 573px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;

}

.scrollContainer div.panel {z-index: 2; /*  background: url(../img/circle-body.png) no-repeat;  */
    width: 573px; height: 573px;
}

.navigation {margin: 0; padding: 0;}
.navigation a {z-index: 1; position: absolute; background: url(../img/clear.gif) no-repeat; padding: 0; text-decoration: none;}
.navigation a:hover, .navigation a.selected { }
.navigation a:focus {outline: none;}
.navigation a span {visibility: hidden;}

.navigation a.home {width: 190px; height: 70px; left: 5px; top: 5px;}/*    */

.navigation a.node1 {width: 91px; height: 91px; left: 147px; top: 82px;}/*    */
.navigation a.node1:hover, .navigation a.node1.selected {background: url(../img/nodes/node1.jpg) no-repeat;}
.navigation a.node2 {width: 85px; height: 85px; left: 72px; top: 214px;}/*    */
.navigation a.node2:hover, .navigation a.node2.selected {background: url(../img/nodes/node2.jpg) no-repeat;}
.navigation a.node3 {width: 153px; height: 153px; left: 54px; top: 376px;}/*    */
.navigation a.node3:hover, .navigation a.node3.selected {background: url(../img/nodes/node3.jpg) no-repeat;}
.navigation a.node4 {width: 138px; height: 138px; left: 783px; top: 377px;}/*    */
.navigation a.node4:hover, .navigation a.node4.selected {background: url(../img/nodes/node4.jpg) no-repeat;}
.navigation a.node5 {width: 113px; height: 113px; left: 886px; top: 256px;}/*    */
.navigation a.node5:hover, .navigation a.node5.selected {background: url(../img/nodes/node5.jpg) no-repeat;}
.navigation a.node6 {width: 92px; height: 92px; left: 783px; top: 164px;}/*    */
.navigation a.node6:hover, .navigation a.node6.selected {background: url(../img/nodes/node6.jpg) no-repeat;}
.navigation a.node7 {width: 113px; height: 113px; left: 775px; top: 4px;}/*    */
.navigation a.node7:hover, .navigation a.node7.selected {background: url(../img/nodes/node7.jpg) no-repeat;}

.hide {display: none;}
