/* Easy Slider */

	#slider ul, #slider li,
	#publicationwrapper ul, #publicationwrapper li, 
	#publicationSmall ul, #publicationSmall li,
	#photowrapper ul, #photowrapper li,
	#videowrapper ul, #videowrapper li,
	#newswrapper ul, #newswrapper li{
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		}
	#publicationSmall li{width:100%;}
	#publicationwrapper li{width:940px; height:200px;}
	#newswrapper li{width:390px; height:330px; overflow:hidden;}
	#newswrapper ul.newslistSmall li{width:200px;  height:346px;}
	#photowrapper li, #videowrapper li{width:940px; height:210px;}
	#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:543px;
		height:376px;
		overflow:hidden; 
		}	
		#slider ul li img{margin:15px 0 10px 15px}
		#slider ul li a.caption, #slider ul li a.subcaption{color:#696156; font-family: 'DroidSerifRegular'; float:left; margin-left:15px;}
		#slider ul li a.subcaption{margin-top:5px; font-size:11px;}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:25px;
		height:25px;
		position:absolute;
		left:475px;
		top:340px;
		z-index:1000;
		text-indent:-9999px;
		}	
	#nextBtn, #slider1next{ 
		left:505px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:25px;
		height:77px;
		background:url(../images/arrow.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/arrow.png) no-repeat right 0;	
		
		}	
		
	/* numeric controls */	

	/*ol#newscontrol{
		margin:1em 0;
		padding:0;
		height:28px;
		position:absolute;
		right:20px;
		top:335px;
		}*/
	ol#newscontrol{
		margin:1em 0;
		padding:0;
		height:28px;
		position:absolute;
		right:0px;
		bottom:0px;
		}	
	ol#newscontrol li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		width:16px;
		}
	ol#newscontrol li a{
		float:left;
		height:13px;
		background: url(../images/bullet3.png) no-repeat left top;
		width:16px;
		text-indent:-9999px;
		}
	/*ol#newscontrol li.current a{
		background: url(../images/bullet3.png) no-repeat right top;
		}*/
	ol#newscontrol li a:hover, ol#newscontrol li a.active{
		background: url(../images/bullet3.png) no-repeat right top;
		}	
	ol#newscontrol li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	ol#videocontrol{
		margin:1em 0;
		padding:0;
		height:28px;
		position:absolute;
		left:18px;
		top:0px;
		}
	ol#videocontrol li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:9px;
		width:auto;
		}
	ol#videocontrol li a{
		float:left;
		height:9px;
		background: url(../images/bullet2.png) no-repeat right top;
		width:9px;
		text-indent:-9999px;
		}
	ol#videocontrol li a:hover, ol#videocontrol li a.active{
		background: url(../images/bullet2.png) no-repeat left top;
		}
	
	ol#photocontrol{
		margin:1em 0;
		padding:0;
		height:28px;
		position:absolute;
		left:18px;
		top:0px;
		}
	ol#photocontrol li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:9px;
		width:auto;
		}
	ol#photocontrol li a{
		float:left;
		height:9px;
		background: url(../images/bullet2.png) no-repeat right top;
		width:9px;
		text-indent:-9999px;
		}
	ol#photocontrol li a:hover, ol#photocontrol li a.active{
		background: url(../images/bullet2.png) no-repeat left top;
		}
	
	
	ol#pubcontrol{
		margin:0;
		padding:0;
		height:13px;
		position:absolute;
		left:450px;
		top:-43px;
		}
	ol#pubcontrol li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:9px;
		width:auto;
		}
	ol#pubcontrol li a{
		float:left;
		height:13px;
		background: url(../images/bullet1.png) no-repeat left top;
		width:13px;
		text-indent:-9999px;
		}
	ol#pubcontrol li a:hover, ol#pubcontrol li a.active{
		background: url(../images/bullet1.png) no-repeat -16px top;
		}
	/*ol#pubcontrol li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}*/
	
	/*PUB SMALL CONTROL*/
	ol#pubsmallcontrol{
		margin:1em 0;
		padding:0;
		height:13px;
		position:absolute;
		right:10px;
		bottom:0;
		
		}
	ol#pubsmallcontrol li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:9px;
		width:auto;
		}
	ol#pubsmallcontrol li a{
		float:left;
		height:13px;
		background: url(../images/bullet1.png) no-repeat left top;
		width:13px;
		text-indent:-9999px;
		}
	/*ol#pubsmallcontrol li.current a{
		background: url(../images/bullet1.png) no-repeat right top;
		}*/
	ol#pubsmallcontrol li a.active{
		background: url(../images/bullet1.png) no-repeat -16px top;
		}	
	ol#pubsmallcontrol li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	/*div#gallery ol#controls{
		margin:1em 0;
		padding:0;
		height:9px;
		position:absolute;
		left:0;
		top:0px;
		}
	div#gallery ol#controls li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:9px;
		}
	
	div#gallery ol#controls li a{float:left;
		height:9px;
		background: url(../images/bullet2.png) no-repeat left top;
		width:9px;
		text-indent:-9999px;}
	div#gallery ol#controls li.current a{
		background: url(../images/bullet3.png) no-repeat right top;
		}*/
	
/* // Easy Slider */

