	/*------------------------
	---------------- CONTENT
	------------------------*/
	
	/* You might want to change these options for the main container */
	#hompage_slider, #hompage_slider li {
		
		height: 320px;
		width: 640px;
		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#hompage_slider {
		
		list-style: none !important;
		float: left;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#hompage_slider li {
			
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#hompage_slider li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#hompage_slider li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#hompage_slider li ul li {
			
			display: block !important;
			position: relative !important;
			
		}







/* You might want to change these options for the main container */
	#widget_slider, #widget_slider li {
		
		height: 225px;
		width: 280px;
		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#widget_slider {
		
		list-style: none !important;
		float: left;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#widget_slider li {
			
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#widget_slider li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#widget_slider li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#widget_slider li ul li {
			
			display: block !important;
			position: relative !important;
			
		}


	/*------------------------
	---------------- other stuff
	------------------------*/



.info_box{
	background:url(http://www.ul.ie/international/images/GUI/slider_info_repeat.png) repeat-x left;}

.info_box{
	position:absolute;
	top:161px;
	right:0px;
	width:359px;
	height:51px;
	padding:8px 20px 20px 20px;
	overflow:hidden;
	z-index:901;
}

.info_box h1, .info_box h4{
	color:#3BB2E2;
	margin:0 0 0 0;
	font-size:12px;
	font-weight:bold;
	position:relative;
	padding:0;}
	
.info_box h4 a{
	color:#3BB2E2;
	display:block;
	padding:2px 0;
	margin:0;
	font-size:14px;
	font-weight:normal;
	
	text-shadow: 0px 1px 2px rgba(0,0,0, .8);
	}	
.info_box h4 a:hover{
	text-decoration:none;
	color:#68d4ff;
	}	
	
.info_box p{
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#ebebeb;
	margin:0;
	padding:0;