	#content_slide{
		position: absolute;
		z-index: 1500;
		height: 580px;
		width: 100%;
		top: 50%;
		left: 0px;
		display: none;
		margin-top: -290px;
		/*left: 50%;
		margin: -250px 0px 0px -50%;*/
		background: url(../images/transparent.gif) repeat;
	}
	
	#slider_bg{
		width: 150%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: -150%;
		z-index: 6000;
		background:url(../images/slider_bg.png) repeat-y right top;
		overflow: hidden;
	}
	#slider_top_bg{
		width: 150%;
		height: 50%;
		position: absolute;
		top: 0px;
		left: 0%;
		z-index: 6000;
		background:url(../images/slider_bg_lefa.png) repeat-y left top;
		overflow: hidden;
	}
	#slider_bottom_bg{
		width: 150%;
		height: 50%;
		position: absolute;
		top: 50%;
		left: 0%;
		z-index: 6000;
		background:url(../images/slider_bg.png) repeat-y right top;
		overflow: hidden;
	}
		#slider_bg .inside,
		#slider_bottom_bg .inside{
			background: #000;
			height: 100%;
			width: 100%;
			position: absolute;
			right: 500px;
		}
		#slider_top_bg .inside{
			background: #000;
			height: 100%;
			width: 100%;
			position: absolute;
			left: 500px;
		}
	#slider{
		position: absolute;
		z-index: 1500;
		height: 502px;
		width: 100%;
		top:4%;
		/*top: 50%;
		margin-top: -250px;*/
		left: 0%;
		display: none;
		/*left: 50%;
		margin: -250px 0px 0px -50%;*/
		overflow: hidden;
	}
	#slider img{border:none; margin: 0px 4px 0px 0px;}
	
			
    /* 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;
		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:auto;
		height:auto;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		position:absolute;
		top:0px;
		margin-top: -29px;
		z-index:2000;
	}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		position:relative;
		width:30px;
		height:59px;
		top: 50%;
		margin-top: -29px;
		display: none;
	}
	#nextBtn, #slider1next{ 
		left:100%;
		margin-left: -148px;
		width: 148px;
		height: 100%;
		background:url(../images/nextBtn.png) repeat-y 0 0;
	}
	#prevBtn , #slider1prev{
		width: 148px;
		height: 100%;
		background:url(../images/prevBtn.png) repeat-y 0 0;
	}
	#prevBtn a,#slider1prev a{
		display:block;
		width:30px;
		height:59px;
		z-index:2000;
		left:10px;
		background:url(../images/btn_prev.png) no-repeat 0 0;
		
	}
	#nextBtn a, #slider1next a{
		display:block;
		width:30px;
		height:59px;
		z-index:2000;
		left: 108px;
		background:url(../images/btn_next.png) no-repeat 0 0;
	}	
		
	
	
	#loading{
		background: url(../images/ajax-loader.gif) no-repeat;
		width: 31px;
		height: 31px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -15px 0px 0px -15px;
		z-index: 6500;
		text-indent: -9999px;
	}








