/* Product Slider CSS Document */
* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style-type:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:700px;
		height:480px;
		margin:0;
		padding:0;
		overflow:hidden;
		list-style-type:none;
		}
	span#prevBtn a{
	background:url(../images/scroll_left.jpg) no-repeat;
	text-indent:-999em;
	width:141px;
	height:42px;
	float:left;
	display:block;
	margin:10px;
	text-decoration:none;
		}
	span#nextBtn a {
	background:url(../images/scroll_right.jpg) no-repeat;
	text-indent:-999em;
	width:141px;
	height:42px;
	text-decoration:none;
	margin:10px;
	float:left;
	display:block;
		}	
	


/* // Easy Slider */

