/* Easy eventslider */

	#eventslider {
	margin-top: 200px;
	margin-left: 20px;
	text-align: left;
	}
	
	#eventslider ul, #eventslider li,
	#eventslider2 ul, #eventslider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#eventslider2 {
		margin-top:1em;
		}
	#eventslider li, #eventslider2 li{ 
		/* 
			define width and height of list item (slide)
			entire eventslider area will adjust according to the parameters provided here
		*/ 
		width:258px;
		height:350px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#eventslider1next, #eventslider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #eventslider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#eventslider1next a, #eventslider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #eventslider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		margin-left: 20px;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #ccc;
		background: url(../images/ui/whitebar01.png);
		color:#666;
		padding:0 7px;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background: url(../images/ui/graybar01.png);
		color:#fff;
		border: 1px solid #999;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy eventslider */
