/*
CAROUSEL


-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
SLIDESHOW
-----------------------------------------------------------------------------------------------
div.slideshow-1 =  overall carousel container // 

#cycle-1 .cycle-slideshow  = slideshow container // 

div.cycle-slideshow #cycle_item = each slide //

div.pic = picture for each slide //

div.slide_caption = caption for each slide //

-----------------------------------------------------------------------------------------------
*/


figure img {max-width:400px;
}

#slideshow-1 { width:720px; height:220px; margin:0; padding:0; position:relative; overflow:hidden; z-index:1; border-top: 1px dotted #F77B0F;}

#cycle-1 .cycle-slideshow {
position: relative;
width:720px;
height: 220px;
border: 1px solid #ddd;
background-color: #fff;
overflow: hidden;
margin:0;

}


div.cycle-slideshow #cycle_item { display: none; }

div.cycle-slideshow #cycle_item.first { display: block; }

div.pic  { width:720px; height:220px; margin:0; padding:0; display: block; }

div.slide_caption
{
    position:absolute;
    padding:0px 0px 3px 0px;
    margin:0;
    z-index:50;
    background:url(/textonly/_NEW2014/images/carousel/centrepiece_carousel_content_final.png) repeat 0 0; 
    opacity: 0.65;
     filter: alpha(opacity=65);
    color:#fff;
    width:720px;
    height:auto;
    top:0px;
	overflow:hidden;
    display: block;
    color: #333333;
	 font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

/*
----------------------------------------------------------------------------------------------- 
div.slide_caption height:100px
div.carouselcaption height: 79px
-----------------------------------------------------------------------------------------------
*/


/*
----------------------------------------------------------------------------------------------- 
div.carouselcaption = text within each #cycle-1 .slide_caption -- horizontal caption across slide 
-----------------------------------------------------------------------------------------------
*/

div.carouselcaption {width:700px; height:auto; padding-top:5px; padding-bottom:5px; padding-left:1px; left: 5%; margin: 0; font-size:13px; font-weight:normal; text-decoration:none;  z-index:5500;}


/*
----------------------------------------------------------------------------------------------- 
div.carouselcaption h2 / a = formatting heading and links in carouselcaption
-----------------------------------------------------------------------------------------------
*/

.carouselcaption a:link {
	color: #333333;
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;

}

.carouselcaption a:visited {
	color: #333333;
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;

}

.carouselcaption a:hover {
	color: #333333;
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;

}



 a.small:link {
	
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;

}

 a.small:visited {
	
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;

}

 a.small:hover {
	
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	

}



.carouselcaption #captionsmall a:link {
	color: #333333;
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;

}

 #captionsmall a:visited {
	color: #333333;
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;

}

 #captionsmall a:hover {
	color: #333333;
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	text-decoration:none;

}


.carouselcaption h1  {
	color: #333333;
 	font-family:Arial, Helvetica, sans-serif; 
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:1px;
	padding-bottom:5px;


}


.carouselcaption h2  {
	color: #333333;
 	font-family:Arial, Helvetica, sans-serif; 
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:1px;
	padding-bottom:5px;


}

.carouselcaption h3  {
	color: #333333;
 	font-family:Arial, Helvetica, sans-serif; 
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:1px;


}

/*
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
VERTICAL MENU FOR SLIDESHOW
-----------------------------------------------------------------------------------------------
div.slideshow-2 =  vertical menu #cycle-2 .cycle-slideshow  menu container / .cycle-slide each individual menu div
-----------------------------------------------------------------------------------------------
*/


#slideshow-2 { background:url(/textonly/_NEW2014/images/carousel/centrepiece_carousel_content_final.png) repeat 0 0; position: absolute; top:0; right:0; width:200px; height: 220px; margin:0; padding:0; z-index:1000;}


#cycle-2 .cycle-slideshow { width:200px; height: 178px; background-color: #fff; overflow:hidden; margin:0; padding:0; z-index:200; vertical-align: bottom; z-index:4000;}

#cycle-2 .cycle-slide { position:relative; border-top:1px dotted #fff; width:200px; height:178px; margin:0;  color:#ffffff; font-size:16px; font-weight:normal; text-decoration:none; overflow:hidden; margin:0; padding:0px 10px 0px 10px !important;  vertical-align:middle !important; display:inline-block; z-index:5000;}

#cycle-2 .cycle-slide-active { position:relative; border-top:1px solid #FFFFFF; width:200px; height:220px; padding-top:5px; margin:0; background: #FFFFFF; color: #000000;  font-size: 16px; font-weight: normal; text-decoration: none; overflow: hidden;  margin:0; padding:0px 10px 0px 10px !important; vertical-align:middle; display:inline-block; z-index:5000;}

/*
-----------------------------------------------------------------------------------------------
div.carouselmenu = text within each #cycle-2 .cycle-slide vertical menu 
-----------------------------------------------------------------------------------------------
*/

div.carouselmenu {font-family:Arial, Helvetica, sans-serif; color: #006699; width:190px; height:58px; padding-top:10px; left: 5%; margin: 0; font-size:16px; font-weight:normal; text-decoration:none; z-index:6000;}

div.carouselmenu-active {font-family:Arial, Helvetica, sans-serif; color: #006699; width:190px; height:58px; padding-top:5px; left: 5%; margin: 0; font-size:16px; font-weight:normal; text-decoration:none; z-index:7000;}

div.carouselmenu span.cp_menu {
  	color: #666666;
	line-height:110%;
	padding:0px 0px 9px 0px;
	display: block;
	}
	
div.carouselmenu-active span.cp_menu {
  	color: #666666;
	line-height:110%;
	padding:0px 0px 9px 0px;
	display: block;
	}


div.carouselmenu span.cp_menu_pink {
  	color: #006699;
	line-height:100%;
	padding:0px 0px 7px 0px;
	display: block;
	}
	
	
	
	
span.cp_menu_pink a:link, span.cp_menu_pink a:visited, span.cp_menu_pink a:hover {
	font-family:Arial, Helvetica, sans-serif;
  	color: #006699;
	line-height:100%;
	/*padding:0px 0px 7px 0px;*/
	display: block;
	}

div.carouselmenu span.cp_menu_grey {
  	color: #666666;
	line-height:100%;
	padding:0px 0px 9px 0px;
	display: block;
	}
	
	
	
	
span.cp_menu_grey a:link, span.cp_menu_grey a:visited, span.cp_menu_grey a:hover {
	font-family:Arial, Helvetica, sans-serif;
  	color: #006699;
	line-height:100%;
	/*padding:0px 0px 9px 0px;*/
	display: block;
	}



li.FrontMenuRightCP a:link, .FrontMenuRightCP a:hover, .FrontMenuRightCP a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
  	color: #006699;
	line-height:100%;
	padding:0px 0px 6px 0px;
	display: block;
	}


td.BrowseCP  a:link, .BrowseCP a:hover, .BrowseCP a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
  	color: #006699;
	line-height:100%;
	padding:0px 0px 6px 0px;
	display: block;
	}

span.publications_title, span.publications_title a:link, span.publications_title a:hover, span.publications_title a:visited {
 	color: #006699;
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height:130%;
	padding:0px 0px 5px 0px;
	display: block;
	
}

span.publications_summary {

  	color: #006699;
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height:130%;
	padding:0px 0px 10px 0px;
	display: block;
	
}

/*
----------------------------------------------------------------------------------------------- 
div.carouselmenu a = formatting links in carouselmenu
-----------------------------------------------------------------------------------------------
*/
#cycle-2 .cycle-slide-active .carouselmenu a:link {
	/*color: #000000;*/
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration:none;
	/*padding:0px 0px 7px 0px;*/

}

#cycle-2 .cycle-slide-active .carouselmenu a:visited {
	/*color: #333333;*/
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration:none;
	/*padding:0px 0px 7px 0px;*/

}

#cycle-2 .cycle-slide-active .carouselmenu a:hover {
	/*color: #000000;*/
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration:none;
	/*padding:0px 0px 7px 0px;*/

}

*/EDITED OUT-----------------------------------------------------
.carouselmenu a:link {
	color: #ffffff;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	text-decoration:none;

}

.carouselmenu a:visited {
	color: #ffffff;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	text-decoration:none;

}

.carouselmenu a:hover {
	color: #CCDBF2;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	text-decoration:none;

}
------------------------------------------------------------*/


