
/* Easy slidershop */

	#slidershop ul, #slidershop li,
	#slidershop2 ul, #slidershop2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slidershop2{margin-top:1em;}
	#slidershop li, #slidershop2 li{ 
		/* 
			define width and height of list item (slide)
			entire slidershop area will adjust according to the parameters provided here
		*/ 
		width:620px;
		height:310px;
		overflow:hidden; 
		}	
	/* numeric controls */	

	ol#controls{
		padding:0;
		height:31px;
		width:620px;
		background:url(../images/slidershop_nav_bg.png) no-repeat;
		display:block;
		margin-bottom:0;
		}
	ol#controls li{
		margin:5px 5px 0 5px; 
		padding:0;
		float:left;
		list-style:none;
		height:21px;
		}
	ol#controls li a{
		float:left;
		height:16px;
		line-height:18px;
		padding-top:2px;
		text-align:center;
		background:url(../images/nav_item_bg.png) no-repeat;
		color:#555;
		width:19px;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:#03f1fa;
		}
		

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy slidershop */