/* Easy Slider */
	#slider_image{
		width:308px;
		height:470px;
		margin: 14px auto 0px auto;
		border:solid 0px #000;
	}
	
	#slider_video{
		width:308px;
		height:470px;
		margin: 14px auto 0px auto;
	}
	#slider_image ul, #slider_image li,
	#slider_video ul, #slider_video li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider_video li, #slider_image li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:308px;
		height:470px;
		overflow:hidden; 
		margin: 0px auto;
		}	
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-40px;
		top:71px;
		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(../../img/graphic/bullets/bullet_pager.gif) no-repeat 0 0;	*/
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls_image{
		border-top:1px solid #999;
		margin:16px 0px 0px 0px;
		padding:16px 8px 0px 8px;
		height:30px;
		}
	ol#controls_image li{
		margin:0 6px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls_image li a{
		float:left;
		height:8px;
		width:8px;
		font-size:1px;
		padding:0px;
		background:url(../../../img/graphic/bullets/bullet_pager.gif) no-repeat top center;
		}
	ol#controls_image li.current a{
		background:url(../../../img/graphic/bullets/bullet_pager.gif) no-repeat bottom;
		}
		
	ol#controls_video{
		border-top:1px solid #999;
		margin:16px 0px 0px 0px;
		padding:16px 8px 0px 8px;
		height:30px;
		}
	ol#controls_video li{
		margin:0 6px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls_video li a{
		float:left;
		height:8px;
		width:8px;
		font-size:1px;
		padding:0px;
		background:url(../../../img/graphic/bullets/bullet_pager.gif) no-repeat top center;
		}
	ol#controls_video li.current a{
		background:url(../../../img/graphic/bullets/bullet_pager.gif) no-repeat bottom;
		}
	ol#controls_video li a:focus,ol#controls_image li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */