
/* container for slides */
.images {
	position:relative;	
	height: 208px;
	width: 960px;
	margin: 0;
	padding: 0;
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin: 0;
	padding: 0;
	height: 208px;
}

/* tabs */
div#rotate_controls {
	opacity: .40;               /* standard transparency */
	-moz-opacity: .40;          /* older Mozillas */
	filter: alpha(opacity=40);  /* IE */
	background-color: #FFF;
	height: 35px;
	width: 155px;
	position: relative;
	top: -45px;
	z-index: 2;
	left: 799px;
	padding: 10px 0 0 6px;
}

/* single tab */
.slidetabs a {
	width:25px;
	height:25px;
	padding: 0px 3px;
	float:left;
	margin: 0px 0px;
	background:url(/public/20230425210200oe_/https://clo.scot.nhs.uk/images/rotator/nav_button.gif) 0 0 no-repeat; /* blue disc */
	display:block;
	font-size:8pt;		
	color:#FFF;                                                     /* white text */
	font-size: 16px;
	font-weight: bold;
	text-indent: 5px;
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0px -25px;   
	color: #F0F; /* #FFF; */
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0px -25px;   /* white disc */
	color: #0066CC;                  /* blue text */
} 	

div.xlucent {
	opacity: .74;               /* standard transparency */
	-moz-opacity: .74;          /* older Mozillas */
	filter: alpha(opacity=80);  /* IE */
	background-color: #10001B;
	height: 148px;
	width: 300px;
	padding: 10px;
	margin: 0;
	left: 20px;
	top: 20px;
	position: absolute;
	display: inline;
}
div.xlucent p {
	font: normal normal normal 1.2em/1.5 Arial, Helvetica, sans-serif;
	color:#FFF;
}
div.xlucent p a {
	color:#FFF;
	text-decoration:underline;
}
div.xlucent p a:link {
	color: #FFF;
	text-decoration:underline;
}
div.xlucent p a:visited {
	color: #FFF;
	text-decoration:underline;
}
div.xlucent p a:hover {
	color: #CCC;
	text-decoration:underline;
}
div.xlucent p a:active {
	color: #FFF;
	text-decoration:underline;
}
div.xlucent h2 {
	font: normal normal bold 2.4em/1.4em Garamond, Georgia, Times, serif;
	color: #FFF;
/*	border-bottom: 1px #FFF solid; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
