.sliderwrapper{



position: relative; /*leave as is*/



overflow: hidden; /*leave as is*/



width: 960px;  /*width of featured content slider*/



height: 302px;



border:0px solid red;



margin-top:-61px;



}















#content-a {







  background: url('http://www.stonybrook.edu/sb/images/flash/splash-1.jpg') no-repeat;







}







#content-b {







  background: url('http://www.stonybrook.edu/sb/images/flash/splash-2.jpg') no-repeat;







}







#content-c {







  background: url('http://www.stonybrook.edu/sb/images/flash/splash-3.jpg') no-repeat;







}







#content-d {







  background: url('http://www.stonybrook.edu/sb/images/flash/splash-4.jpg') no-repeat;







}







#content-e {







  background: url('http://www.stonybrook.edu/sb/images/flash/splash-5.jpg') no-repeat;







}







#content-f {

  background: url('http://www.stonybrook.edu/sb/images/flash/splash-6.jpg') no-repeat;

}







.sliderwrapper .contentdiv{

    visibility: hidden; /*leave as is*/

    position: absolute; /*leave as is*/

    left: 0;  /*leave as is*/

    top: 0;  /*leave as is*/

    background: white;

    cursor: pointer;

    width: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

    height: 100%;

    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

    -moz-opacity: 1;

    opacity: 1;

}



.pagination{

    width: 939px;

    margin-top:3px;

    text-align: right;

    background-color: #768fa5;

    padding: 7px 10px 7px 10px;

    z-index: 0;

}



ul#paging {

    margin:0;

    padding:0;

}



ul#paging li {

    margin:0;

    padding:0;

    list-style-type: none;

    /*display:inline;*/

}



ul#paging li a img{

	border: 0;

	margin-bottom: 0px;

}







td.pagination a{

    background: url('http://www.stonybrook.edu/sb/images/flash/paginationBack.png') top left no-repeat;

    width:38px;

    height:29px;

    padding: 4px 14px 8px 16px;

    text-decoration: none;

    color: #ffffff;

    font-family: arial;

    font-size: 11px;

    border:0;

    margin-left:-13px;

    margin-right:-6px;

}





td.pagination a:hover, td.pagination a.selected{

	color: #fff;

	background: url('http://www.stonybrook.edu/sb/images/flash/paginationBackOn.png') top left no-repeat;

}





.pagination a.next,

.pagination a.prev,

.pagination a.none {

  border:0;

  background: #768fa5;

  padding:0;

}



#thumbs img {

	border: 0px solid #ffffff;

}



.thumbdiv{

	visibility:visible;

	position: relative;

	z-index: 999;

    padding-bottom: 0px;

	width:66px;

	height:61px;

}








