﻿			
/* Easy Slider */
 /* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            text-indent:-8000px;
            }
#content-slide{
		position: relative;
		left:0px; top:0px;
		z-index:101;
		width:773px;
		height:397px;
		 margin-bottom:15px
				}	
		
	#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:773px;
		height:407px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:38px;
		height:173px;
		position:absolute;
		left:0px;
		bottom:0px;
		z-index:1000;
		left:10px;
		top:111px;
		}	
	#nextBtn, #slider1next{ 
		left:725px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:38px;
		height:173px;
		background:url("images/left_button_over.png") no-repeat 0 0;
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */	
		}	
	#nextBtn a, #slider1next a{ 
		background:url("images/right_button_over.png") no-repeat 0 0;	
		}	
	#prevBtn a:hover, #nextBtn a:hover,#slider1next a:hover, #slider1prev a:hover{
		opacity:1;
		filter:alpha(opacity=10); /* For IE8 and earlier */	

}
	/* numeric controls */	

	ol#controls{
		margin:0;
		padding:0;
		height:22px;
		position:absolute;
		left:45px;
		top:350px	;
		width:120px;
		overflow:hidden;
		
		}
	ol#controls li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		margin-right:10px;
		margin-bottom:10px
		}
	ol#controls li a{
		float:left;
		height:19px;
		line-height:19px;
		border:0px solid #ccc;
		background: url("images/bullet.png") left bottom no-repeat;
		color:#555;
		padding:2px 12px;
		text-decoration:none;
		text-indent:-9999px;
		}
	ol#controls li.current a{
		background: url("images/bullet.png") left top no-repeat;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;		background: url("images/bullet.png") left bottom no-repeat;}
	
	
	
div#slider{ width:773px; height:397px;}
div#slider ul li a img{ width:773px; height:397px; margin-bottom:10px}