
	img{border:none;}
	
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	    /* image replacement */
        .graphic2, #prevBtn2, #nextBtn2{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#gallery-container{	
		float:left;
		position:relative;
		text-align:left;
		width:329px;
		margin:13px 0 0 26px;
		}

#gallery-container2{	
		float:right;
		position:relative;
		text-align:left;
		width:329px;
		margin:13px 31px 0 0;
		}		
		
	#IE-Gallery-Container #gallery-container{margin-top:5px;}
	#IE-Gallery-Container #gallery-container2{margin-top:5px;}
		
	#gallery-content{
		position:relative;

		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider 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:331px;
		height:98px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:21px;
		height:98px;
		position:absolute;
		left:-24px;
		top:0px;
		}	
	#nextBtn{ 
		left:334px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:21px;
		height:98px;
		background:url(../App_Images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../App_Images/btn_next.gif) no-repeat 0 0;	
		}	


	#prevBtn2, #nextBtn2{ 
		display:block;
		width:21px;
		height:98px;
		position:absolute;
		left:-24px;
		top:0px;
		}	
	#nextBtn2{ 
		left:334px;
		}														
	#prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:21px;
		height:98px;
		background:url(../../App_Images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn2 a{ 
		background:url(../../App_Images/btn_next.gif) no-repeat 0 0;	
		}			

		
		
		* Easy Slider */

	#slider2{}	
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:331px;
		height:98px;
		overflow:hidden; 
		}	
