body {padding:0;}
#scroll {
    position:relative;
    height:445px;
    overflow:hidden;
    border:1px solid #ddd;
    width:630px;
    padding:0px;
    padding-bottom: 0px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
 
#tools {
    width:9999em;
    position:absolute;
    height:400px;
}
 
.tool {
    float:left;
    width:1000px;
    height:400px;
    background-repeat:no-repeat;
    background-position:0 -40px;
}
 
.details {
    color:black;
    float:left;
    font-size:12px;
    margin:0px 0 0 0;
    width:550px;
    line-height: 1.6em;
}

.details h2 {
    font-size:26px;
    font-weight:normal;
    background:transparent url(images/bullet_orange_big.gif) no-repeat scroll 0 0px;
    height: 20px;
    padding:0px 0 1px 20px;
    line-height: 1.1em;
}


.details p {
    margin-top: 10px;
}
 
.demos {
    background-color:#fff;
    background-color:rgba(255, 255, 255, 0.8);
    border-left:1px solid #ddd;
    float:right;
    min-height:365px;
    padding:0 25px;
    width:372px;
    padding-top: 20px;
}
 
.demos h2 {
    color: black;
    font-size:20px;
    font-weight:normal;
    background:transparent url(images/bullet_orange_big.gif) no-repeat scroll 0 2px;
    padding:3px 0 1px 22px;
    margin-bottom: 10px;
}
 
.demos a {
    padding: 5px 5px;
    color:#000;
    font-size:12px;
    text-decoration:none;
}
.demos a:hover {
    padding: 5px 5px;
    background-color: #ff7405;
    color: white;
    text-decoration:none;
}
 
.demos p {
    margin:0 0 4px;
    background:transparent url(images/bullet.gif) no-repeat scroll 0 2px;
    padding:3px 0 1px 22px;
}
 
#thumbs {
    background:url(images/frontPage-navi.png) no-repeat;
    height:65px;
    position:absolute;
    top:380px;
    width:1500px;
}
 
.t a {
    background:transparent url(images/frontPage-navi.png) no-repeat scroll 0px -90px;
    margin-left:0px;
    display:block;
    width:105px;
    float:left;
    height:90px;
    cursor:pointer;
    color: black;
}
 
.t a.active {
    cursor:default !important;
    /*
    color: #014e94;
    color: white;
    */
    color: #355597;
}
 
.navi {
    margin-left:0px;
}

.scrollerButton {
    font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
    font-size:12px;
    font-weight:bold;
    margin-top: 23px;
    text-align: center;
    padding: 0px 5px;
}
 
/* CSS sprite for the navigation */
#t0        { margin-left: 0px; }
#t0.active { background-position:0px 0 !important; }
#t0:hover  { background-position:0px -180px; text-decoration: none;}
#t0:active { background-position:0px -270px; }
 
#t1         { background-position:0px -90px; }
#t1:hover   { background-position:0px -180px; text-decoration: none;}
#t1:active  { background-position:0px -270px; }
#t1.active  { background-position:0px 0 !important; }
 
#t2         { background-position:0px -90px; }
#t2:hover   { background-position:0px -180px; text-decoration: none;}
#t2:active  { background-position:0px -270px; }
#t2.active  { background-position:0px 0 !important; }
 
#t3         { background-position:0px -90px; }
#t3:hover   { background-position:0px -180px; text-decoration: none;}
#t3:active  { background-position:0px -270px; }
#t3.active  { background-position:0px 0 !important; }
 
#t4         { background-position:0px -90px; }
#t4:hover   { background-position:0px -180px; text-decoration: none;}
#t4:active  { background-position:0px -270px; }
#t4.active  { background-position:0px 0 !important; }
 
#t5         { background-position:0px -90px; }
#t5:hover   { background-position:0px -180px; text-decoration: none;}
#t5:active  { background-position:0px -270px; }
#t5.active  { background-position:0px 0 !important; }
 
#t6         { background-position:0px -90px; }
#t6:hover   { background-position:0px -180px; text-decoration: none;}
#t6:active  { background-position:0px -270px; }
#t6.active  { background-position:0px 0 !important; }

a.next {
 cursor: pointer;
}
a.prev {
 cursor: pointer;
}
