
/* container for slides */
.images {
	/*background:#fff url(/invictaimages/carousel/h300.png) repeat-x;*/
	position:relative;
	height:250px;
	width:940px;
	float:left;	
	cursor:pointer;
	overflow:hidden;
	
	/* CSS3 tweaks for modern browsers 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	*/
}
#recruitment .images, #enquiry .images, #brochure-request .images, #callback .images, #contact .images, #thanks .images, #careers .images, #latest_news .images, #news .images, #our_team .images, #case-studies .images, #case-study .images, #notfound .images, #sitemap .images, #terms-of-use .images, #privacy-policy .images, #accreditations-affiliations-partners .images{
	height:125px;
}
#recruitment .images div, #enquiry .images div, #brochure-request .images div, #callback .images, #contact .images div, #thanks .images div, #careers .images div, #latest_news .images div, #news .images div, #our_team .images div, #case-studies .images div, #case-study .images div, #notfound .images div, #sitemap .images div, #terms-of-use .images div, #privacy-policy .images div, #accreditations-affiliations-partners .images div{
	height:128px;
}
#recruitment .images p {
	width:310px;
	position:absolute;
	bottom:5px;
	right:0;
	background-color:#FFFFFF; opacity:.70; filter: alpha(opacity=70); -moz-opacity: 0.70; border:none; color:#666666;
	padding:5px;
	height:125px;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	/*margin:7px;*/
	/*padding:15px 30px 15px 15px;*/
	height:256px;
	font-size:1.2em;
}
.imgages div img{
	top:0;
	left:0;
}

/* header */
.images h2 {
	position:absolute;
	margin-top:50px;
	width:313px;
	font-size:2.2em;
	font-weight:normal;
	margin:20px 0 0 0;
	color:#456;
	background-color:#333333; opacity:.70; filter: alpha(opacity=70); -moz-opacity: 0.70; border:none; color:#FFFFFF;
	padding:5px;
	text-transform:uppercase;
}
.images p {
	width:930px;
	position:absolute;
	bottom:5px;
	left:0;
	background-color:#333333; opacity:.70; filter: alpha(opacity=70); -moz-opacity: 0.70; border:none; color:#FFFFFF;
	padding:5px;
	height:42px;
}
.images p:hover {
	background-color:#337EBA; opacity:.85; filter: alpha(opacity=85); -moz-opacity: 0.85; border:none; color:#FFFFFF; 
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:0;
	/*margin-top:252px;*/
	z-index:5;
	margin-bottom:10px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/invictaimages/carousel/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	margin-bottom:7px;	
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	/*background:#fff url(http://static.flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;*/
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
