﻿/*  =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:473px;
		height:240px !important;
		overflow:hidden; 
 	}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:51px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls 

#sliderControls {
	position:relative;
	top: 0px;
}
	ol#controls{
		margin:1em 0;
		padding:0;
		height:18px;
		float: right;	
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		width: 15px;
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		border:1px solid #ccc;
		background:#ccc;
		color:#555;
		font-size: 11px;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#369;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	*/	
/* // Easy Slider */

	

#slider {
	overflow:hidden;
}

/* New Code */

	ul#pauseControls {
		background:url('images/pause-play.png') no-repeat 0px -3px;
		margin:1em 0;
		background-color:white;
		padding:0;
		height:18px;
		float: right;
		position:absolute;
		width: 36px;
		top: -13px;
		right: 20px;
		}
	ul#pauseControls li{
		margin:0 0px 0 0px; 
		padding:0;
		display: inline;
		list-style:none;
		height:18px;
		line-height:18px;

		}
	ul#pauseControls li a{
		float:left;
		height:18px;
		line-height:18px;
		color:#2a2a2a !important;
		padding:0 5px;
		font-weight:bold;
		width: 8px;
		font-family:"Times New Roman", Times, serif;
		text-decoration:none;
		text-indent: -9999px;
		}


