﻿/*  =SLIDER STYLES

Right now the width etc. of the slider needs to be adjusted here.
it would be nice to make it a web part property...
-------------------------------------------------------------- */

/* Easy Slider 1.7 */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 938px;
		height:300px;		
		overflow:hidden; 
 	}	
	#ntsb-rotator #slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 220px;
		height:150px;		
		overflow:hidden; 
 	}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:96px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url('slideshow-controls.png') no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url('slideshow-controls.png') no-repeat 0 0;	
		}	
		
	/* numeric controls */	

#sliderControls {
	clear: both;
	position: absolute;
	top: 260px;
	right: 0px;
	width: 190px;
	float: left;
	}
	ol#controls{
		margin:1em 0;
		padding:0;
		right: 55px;
		height:29px;
		float: right;
		position:absolute
		}
	ol#controls li{
		margin:0 2px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:29px;
		line-height:29px;
		}
	ol#controls li a{
		float:left;
		height:25px;
		line-height:25px;
		background:url('slideshow-controls.png') no-repeat 0 0;	
		color:#fff !important;
		padding:0 8px;
		margin: 0px 2px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:url('slideshow-controls.png') no-repeat right 0;	
		}
	ol#controls li.current a:hover{
		background:url('slideshow-controls.png') no-repeat -90px 0;	
		}
	ol#controls li a:hover {
		background:url('slideshow-controls.png') no-repeat -30px 0;	
		color: #000 !important;
		}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#slider img {
	float:left;
	margin: 0px 10px 5px 0px;
	padding: 3px;
	width: 440px;
	height: 265px;
}	

#slider {
	height:300px;
	width: 938px;
	overflow:hidden;
}
#ntsb-rotator #slider img {
	float:none;
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 150px;
}	
#ntsb-rotator #slider {
	height:150px;
	width: 220px;
	margin-bottom: 10px;
	overflow:hidden;
}
#ntsb-rotator ol#controls {
	display: none;
}
/* New Code */
#ntsb-rotator #pauseControls {
	display: none;
}
	ul#pauseControls {
		margin:1em 0;
		padding:0;
		height:17px;
		float: right;
		position:absolute;
		width: 40px;
		top: 3px;
		right: 5px;
		}
	ul#pauseControls li{
		margin:0 1px; 
		padding:0;
		float: left;
		list-style:none;
		line-height:17px;
		text-indent: -9999px;
		display: block;
		width: 17px;

		}
	ul#pauseControls li a{
		width: 17px;
		height: 17px;
		text-indent: -9999px;
		display: block;
		}
	ul#pauseControls li#pauseControls_pause a{
		background:url('pause-play.png') no-repeat -9px center;	
		}
	ul#pauseControls li#pauseControls_continue a{
		background:url('pause-play.png') no-repeat -38px center;	
		}


#pcapt {
	width: 440px;
	float: left;
	left: -430px;
	bottom: -5px;
	font-size: 11px;
	position: relative;
	font-style:italic;
}

#rotator-image-small a img {
	width: auto;
	height: auto;
}