﻿/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		z-index:10;
		float:left;
		}
	#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:681px;
		height:250px;
		overflow:hidden; 
		}	
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:100;
		}	
	#slider1next{ 
		left:696px;
		}														
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	
 
ol#controls{position:absolute;bottom:0;left:0; height:50px; width: 651px; padding-left: 30px;background: url('../images/1x1_trans_black.png') 0 0 repeat; font-size:16px;}
ol#controls li{display: block; float: left; width: 20px; height: 20px; margin: 15px 4px;}
ol#controls li a{display: block; width: 20px; line-height: 22px;color:#890295;text-decoration:none; font-weight: bold;}
ol#controls li.current a, ol#controls li a:hover{color:#ccc;text-decoration:none;}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
ol#controls li#prevBtn,ol#controls li#nextBtn { display: none;}
