

/* Easy Slider */
#gallery2 a img
{
	width: 678px;
}
#products_list li

{

	width: 350px;

	padding-left:0px;

}

#products_list

{

	height:155px;

}

	#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:900px;

		height:241px;

		overflow:hidden; 

		}	

	#prevBtn, #nextBtn,

	#upSelling

	{

		display: inline-block;

	}

	#slider1next  {
display:block;
float:left;
left:0;
margin-left:1028px;
margin-top:-158px;
position:relative;

		}	
	body#category	#slider1next
	{
		margin-left: 1024px;
	}
		

		#slider1prev{ 

		display:block;

		
		position:absolute;

		margin-top:13px;
		margin-left:-29px;

		

		z-index:1000;

		}	
		
		body#index span#slider1prev
		{
			margin-top: 518px;
		}
body#index span#slider1next
{
	
}
		*+html #slider1next{

		margin-top:32px;

		}

		*+html 	#slider1prev{ 

		margin-top:32px;}

	#nextBtn, #slider1next{ 

		

		right:5%;

		}														

	#prevBtn a, #nextBtn a,

	#slider1next a, #slider1prev a{  

		display:block;

		color: #000000 ;

		width:29px;

		height:155px;

		background:url(../images/prev.jpg) no-repeat 0 0;	

		}	

	#nextBtn a, #slider1next a{ 

		background:url(../images/next.jpg) no-repeat 0 0;	

		}	

		

	/* numeric controls */	



	ol#controls{

		margin:1em 0;

		padding:0;

		height:28px;

		margin-top:-30px;

		

		}

	ol#controls li{

		margin:0 10px 0 0; 

		padding:0;

		float:left;

		list-style:none;

		height:28px;

		line-height:28px;

		width:25px;

		}

	ol#controls li a{

		float:left;

		height:28px;

		line-height:28px;

		

		background:#e10d08;

		color:#ffff;

		font-weight:bold;

		padding:0 10px;

		text-decoration:none;

		font-size:14px;

		}

	ol#controls li.current a{

		background:#ad110d;

		color:#fff;

		font-weight:bold;

		font-size:14px;

		}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

	

/* // Easy Slider */