		
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:613px;
		height:217px;
		overflow:hidden; 
		}	
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:306px;
		height:236px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:16px;
		height:51px;
		position:absolute;
		left:25px;
		top:69px;
		z-index:1000;
		}
	.aside-g #prevBtn, .aside-g #nextBtn{ 
		position:absolute;
		left:-24px;
		top:90px;
		z-index:1000;
		}
	#nextBtn, #slider1next{ 
		left:auto;
		right: 25px;
		}														
	.aside-g #nextBtn{ 
		left:auto;
		right: -24px;
		}
	.aside-g .gallery-box{
		overflow: visible;
		margin-top: 15px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:16px;
		height:51px;
		background:url('../images/gallery-left.png') no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/gallery-right.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		position: absolute;
		z-index: 1002;
		bottom: 10px;
		right: 6px;
		margin: 0;
		padding:0;
		height:12px;	
		}
	ol#controls li{
		margin:0 8px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:12px;
		line-height:0px;
		}
	ol#controls li a{
		float:left;
		width: 12px;
		height:12px;
		line-height:0px;
		border: none;
		background: url('../images/circle-yellow.png') no-repeat center center;
		padding:0px;
		text-decoration:none;
            text-indent:-8000px;
		}
	ol#controls li.current a{
		background: url('../images/circle-white.png') no-repeat center center;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

	.aside-g ol#controls{
		position: absolute;
		top: -15px;
		left: 120px;
		height:10px;	
		}
	.aside-g ol#controls li{
		margin:0 4px 0 0; 
		height:10px;
		line-height:0px;
		}
	.aside-g ol#controls li a{
		float:left;
		width: 10px;
		height:10px;
		background: url('../images/circle-yellow-s.png') no-repeat center center;
		}
	.aside-g ol#controls li.current a{
		background: url('../images/circle-red.png') no-repeat center center;
		}
	.aside-g ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */