	img{border:none;}
			
    /* 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;
		}
	/*#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:845px;
		height:300px;
				overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:845px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		/*margin:1em 0;*/
		margin-top:-20px;
		margin-left:36px;
		padding:0;
		height:24px;

		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:22px;
		line-height:22px;
		}
	ol#controls li a{
		font-size:0px;
		float:left;
		height:22px;
		margin-top:-10px;
		line-height:22px;
		background: transparent;
		color:transparent;
		padding:0 11px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background: transparent;
		color:transparent;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

#slider_style1{width:845px; height:300px; background:url(../images/slider/slide1.jpg)}
#slider_style2{width:845px; height:300px; margin-top:-10px; background:url(../images/slider/slide2.jpg); background-repeat:no-repeat;}
#slider_style3{width:845px; height:300px;margin-top:-10px; background:url(../images/slider/slide3.jpg);background-repeat:no-repeat;}
#slider_style4{width:845px; height:300px; margin-top:-10px;background:url(../images/slider/slide4.jpg);background-repeat:no-repeat;}

h1.slider_head {
	font-size:18px;
	font-weight:bold;
    color:#404040; 
	padding-top:35px;
	margin-left:200px;
	}

h2.slider_head {
	font-size:16px;
	font-weight:bold;
    color:#404040; 
	padding-top:33px;
	margin-bottom:-6px;
	margin-left:200px;
	}

p.slider_text {
	width:325px;
	font-size:11px; 
	color:#404040; 
	margin-top:10px;
	margin-left:200px;
	line-height:16px;
	}
	p.slider_price {
	font-size:11px; 
	color:#533890; 
	margin-top:15px;
	margin-right:30px;
	}

.test {width:500px;padding:0; line-height:15px; margin-left:200px}
.learn_more {width:150px;margin:0px 0px 0px 0px;padding:0;text-align:left;float:left;}
.learn_more_large {width:300px;margin:70px 0px 0px 0px;padding:0;text-align:left;float:left;padding:5px 10px;}
.buy_now {width:150px;margin:0px 0px 0px 15px;padding:0;text-align:left;float:left; }

	
/* // Easy Slider */