/* Easy Slider */

/* Featured */
	
	#featured ul, #featured li,
	#featured2 ul, #featured2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#featured2{margin-top:1em;}
	#featured li, #featured2 li{ 
		/* 
			define width and height of list item (slide)
			entire featured area will adjust according to the parameters provided here
		*/ 
		width:460px;
		height:260px;
		overflow:hidden; 
		}	
	#prevBtn,#featured1prev{ 
		height:40px;
		width:44%;
		padding: 0 3%;
		float:left;
		background: rgb(150,50,100);		
		}	
	#nextBtn, #featured1next{ 
		height:40px;
		width:44%;
		padding: 0 3%;
		float:right;
		background: rgb(150,50,100);	
		}														
	#prevBtn a, #featured1prev a{ 
			float:left;
			background:url(../images/adminart/previous.png) center left no-repeat;
			height:20px;
			width:60%;
			padding:10px 20%;
			color: #fff;		
			}	
	#nextBtn a, #featured1next a{ 
			float:left;
			background:url(../images/adminart/next.png) center right no-repeat;
			height:20px;
			width:60%;
			padding:10px 20%;
			text-align: right;
			color: #fff;
	}
	
	#prevBtn a:hover, #featured1prev:hover, #nextBtn a:hover, #featured1next a:hover{background-color: rgb(170,90,130);text-decoration:none;}
		
		
	/* numeric tabs */	

	ol#tabs{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#tabs li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		cursor:pointer;
		}
	ol#tabs li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#tabs li.current a{
		background:rgb(170,90,130);
		color:#fff;
		}
	ol#tabs li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}	
		
		
			
/* Events */
	
	#event ul, #event li,
	#event2 ul, #event2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#event2{margin-top:1em;}
	#event li, #event2 li{ 
		/* 
			define width and height of list item (slide)
			entire event area will adjust according to the parameters provided here
		*/ 
		width:220px;
		height:155px;
		overflow:hidden;
		font-size:0.9em;
		}	

		
	/* numeric tabs */	

	ol#eventtabs{
		margin:0;
		padding:0;
		height:20px;
		float:left;
		width:100%;
		}
	ol#eventtabs li{
		margin:0; 
		padding:10px 0 10px 13%;
		float:left;
		list-style:none;
		height:20px;
		width:12%;
		background:rgb(150,50,100);
		cursor:pointer;
		text-align: center;
		}
	ol#eventtabs li a{
		float:left;
		height:20px;
		color:#fff;
		padding:0;
		text-decoration:none;
		}
	ol#eventtabs li:hover{
		background:rgb(170,90,130);
		}
ol#eventtabs li.current, ol#eventtabs li.current:hover{
		background:rgb(125,45,85);
		}		
	ol#eventtabs li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* Twitter */
	
	ul#twitter{
		margin:0;
		padding:0;
		list-style:none;
		}
	ul#twitter li{ 
		/* 
			define width and height of list item (slide)
			entire twitter area will adjust according to the parameters provided here
		*/ 
	margin:0;height:130px;width:200px;padding:0;text-align:center;overflow:hidden;
		}	

