﻿/*-------------------Slides styles---------------------------*/
div#carousel ul.slides {
	margin:0;
	padding:0;
	list-style:none;
}
div#carousel ul.slides li {
	margin:0;
	padding:0;
	position:relative;
	display:none;
}

div#carousel ul.slides li.fallback {
	display:block;
}


div#carousel ul.slides li .contentLeft {
	position:absolute;
	top:30px;
	left:30px;
	width:240px;
	height:380px;
	overflow:hidden;
	white-space:normal;
}
div#carousel ul.slides li .contentRight {
	position:absolute;
	top:30px;
	right:30px;
	width:240px;
	height:380px;
	overflow:hidden;
	white-space:normal;
}

/*-------------------Navigation styles---------------------------*/
div#carousel ul.nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:949px;
	background-image:url('../Images/CssImg/carouselNavBkg.gif');
	background-repeat:repeat-x;
	background-position:0 4px;
}
div#carousel ul.nav li {
	margin:0;
	padding:4px 0 0 0;
	list-style:none;
	display:block;
	float:left;
}
div#carousel ul.nav li a {
	display:block;
	float:left;
	line-height:28px;
	font-size:0.85em;
	padding:0 10px;
	margin:1px 0 1px 0;
	color:#092548;
	border-left:1px #f0eff1 solid;
	border-right:1px #ceced1 solid;
}
div#carousel ul.nav li.current {
	background-image:url('../Images/CssImg/carouselNavBkgCurrentArrow.gif');
	background-repeat:no-repeat;
	background-position:center top;
}
div#carousel ul.nav li.current a {
	color:#e75e04;
	background-image:url('../Images/CssImg/carouselNavBkgCurrent.gif');
	background-repeat:repeat-x;
	background-position:left -1px;
}
div#carousel ul.nav li#clients a {
	border-right:0;
}
div#carousel ul.nav li#users {
	float:right;
}
ul.extraNavLinks {
	display:none;
}