
#introWrapper {
    width:960px;
    height:auto;
    overflow:hidden;
}

/*SLIDER*/
#slideShow {
    width:960px;
    height:485px;
}


.toTop {
	z-index:1000;
	position: absolute;
	margin-top:-30px;
	width:960px;
	height:15px;
}

ul.slideControl {
    float:right;
    list-style:none;
    overflow:hidden;
    width:150px;
    float:right;
    margin:0;
    padding:0;
    margin-right:40%;
}

ul.slideControl li {
    float:left;
    width:15px; 
    height:15px;
    background: url(../imag/slide-off.png);
    margin:2px 10px;
    cursor:pointer;
}

ul.slideControl li:hover, ul.slideControl li.current {
    background: url(../imag/slide-on.png);
    
}



