      .cont {
		margin-right: auto;
		margin-left: auto;
	        width: 700px;
	        overflow:hidden;
	        height: 480px; /* you need to set a height */
	        border: 10px solid #ffffff;
	        z-index:1000;
	        position:relative;
        }
        
  .contwo {
		margin-right: auto;
		margin-left: auto;
	        width: 700px;
	        height: 20px; /* you need to set a height */
	        position: relative;
		float: right;
        }

    .invis {
	        position:absolute;
	        left:0;
	        /* width is set through java */
        }

    .slider-item{
	        float:left;
	        display:block;
	        width: 700px;
	        height: 480px;
		margin-right: auto;
		margin-left: auto;
	        background:#eee;
	        overflow:hidden;
        }

	.nav a, .nav a:active, .nav a:visited {
		display:block;
		float:left;
		padding:5px;
		background:#cccccc;
		color:#ffffff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		margin-right: 5px;
		text-decoration:none;
		}

	.nav li {
		cursor:pointer;
	}
