﻿        #slideshow
        {
            margin: 5px;
            height: 275px;
            width: 385px;
        }
        #slideshow img
        {
            height: 275px !important;
            width: 400px !important;
        }
        #nav
        {
            float: right;
            position: relative;
            width: 108px;
            margin:0;
            padding:0;
        }
        #nav li
        {
            width: 103px;
            height: 78px;
            float: left;
            margin: 1px;
            padding: 1px;
            list-style: none;
            display: block;
            position: relative;
            top: 0;
            margin-bottom:2px;
        }
        #nav a
        {
            width: 100px;
            height: 75px;
            padding: 1px;
            display: block;
            border: 1px solid #ccc;
        }
        #nav li.activeLI
        {
            border: 1px solid #000;
            margin: 0;
            margin-bottom:1px;
        }
        #nav a:focus
        {
            outline: none;
        }
        #nav-holder
        {
            float: right;
            height: 275px;
            overflow: hidden;
            position: relative;
            width:108px;
            margin:5px;
            padding:0;
        }
        #nav img
        {
            border: none;
            display: block;
            width: 100px;
            height: 75px;
        }
        a.prevPage
        {
            background-image: url(/NGSimages/upArrow.png);
            width:51px;
            height:26px;
            position:absolute;
            left:435px;
            top:-26px;
        }
        a.nextPage
        {
            background-image: url(/NGSimages/downArrow.png);
            width:51px;
            height:26px !important;
            position:absolute !important;
            left:435px;
            top:285px;
        }
        #demos
        {   
            width:520px;
            float:left;
            margin:0 0 0 15px;
            padding:0;
            top:30px;
            position:relative;
            background-color:#fff;
        }