
/*-------------------- Main Layout ------------------------*/
#world-connected #header {
	margin-bottom: 0px;
}
#world-connected #tagline {
	margin: 0 20px;
	z-index: 50;
	border-bottom: 1px dotted #969696;
	position: relative;
	background: none;
	text-indent: 0;
	padding: 5px 0 8px 12px;
	height: auto;
}
#world-connected #tagline h2 {
	font-size: 38px;
	text-indent: 0;
}

#world-connected blockquote {
	font-size: 12px;
}

#world-connected h3 {
	font-size: 30px;
	color: #000;
	margin: 0;
	padding: 12px 0 0;
	margin-bottom: 15px;
}

#world-connected h4 {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

#world-connected em {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 11px;
}

#world-connected p.intro {
	font-size: 15px;
}

#world-connected #maincol { 
	width: 473px;
	float: left;
	overflow: hidden;
	margin-left: 41px;
	padding: 0;
	}
	
#world-connected #secondarycol {
	width: 360px;
	float: right; 
	overflow: hidden;
	margin: 20px 40px 0 0;
}
p.headline {
	color: #955e16;
	font-size: 16px;
}
.project {
	width: 330px;
	float: right;
	border: 1px solid #d2d1d1;
	padding: 9px;
	margin-top: 17px;
}
.project img {
	float: left;
	margin-right: 10px;
	border: 0;
}
.project strong {
	display: block;
	color: #11678b;
	margin: 5px 0;
}
.project p {
	float: left;
	margin-bottom: 1em;
	width: 230px;
}
.project .learnmore {
	float: right;
}


/*-------------------- Carousel ------------------------*/
#carousel li {
	float: left;
	display: block;
	list-style: none;
	width: 168px !important;
	padding: 0;
}
#carousel li a {
	padding: 7px 7px 0px 7px;
	width: 151px;
	float: left;
	display: block;
	border: 1px solid #eeeeee;
	text-decoration: none;
}
#carousel li img {
	float: left;
	margin-bottom: 7px;
	border: 0px;
}
#carousel li strong {
	clear: left;
	margin: 0 0 7px 0px;
	float: left;
	display: block;
	text-indent: -9999px;
	background: url(../images/slider_text.gif) no-repeat;
	height: 12px;
}
#carousel li#fleet-services strong { background-position: 0px 0px; width: 83px; }
#carousel li#fleet-services a.hover strong, #carousel li#fleet-services a.selected strong { background-position: 0px -12px; }
#carousel li#energy-management strong { background-position: -202px 0px; width: 118px; }
#carousel li#energy-management a.hover strong, #carousel li#energy-management a.selected strong { background-position: -202px -12px; }
#carousel li#networked-vehicles strong { background-position: -320px 0px; width: 130px; }
#carousel li#networked-vehicles a.hover strong, #carousel li#networked-vehicles a.selected strong { background-position: -320px -12px; }
#carousel li#home-monitoring strong { background-position: -455px 0px; width: 106px; }
#carousel li#home-monitoring a.hover strong, #carousel li#home-monitoring a.selected strong { background-position: -455px -12px; }
#carousel li#freight-monitoring strong { background-position: -561px 0px; width: 142px; }
#carousel li#freight-monitoring a.hover strong, #carousel li#smarter-medical-devices a.selected strong { background-position: -561px -12px; }

#carousel li a.hover {
	background-color: #FFFFFF;
	border: 1px solid #a8a7a7;
}
#carousel li a.selected {
	background-color: #FFFFFF;
	border: 1px solid #a8a7a7;
	border-bottom: 1px solid #FFF;
	padding-bottom: 7px;
	*padding-bottom: 14px;
}
#carousel li a.selected.hover {
	border-bottom: 1px solid #a8a7a7;
	*padding-bottom: 7px;
}
#carousel li a.selected div {
	padding-bottom: 0;
}
#carousel li a div {
	display: none;
	margin: 0 8px 0 2px;
	padding: 0 0 7px 0;
	clear:  left;
	font-size: 11px;
	color: #616161;
	height: 52px;
}
.jcarousel-next-horizontal {
    position: absolute;
    top: 63px;
    right: 8px;
    width: 22px;
    height: 23px;
    cursor: pointer;
    background: transparent url(../images/carousel_nav2.gif) no-repeat -22px -23px;
}
.jcarousel-next-horizontal:hover {
    background-position: -22px -46px;
}
.jcarousel-next-disabled-horizontal,.jcarousel-next-disabled-horizontal:hover,.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -22px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 63px;
    left: 8px;
    width: 22px;
    height: 23px;
    cursor: pointer;
    background: transparent url(../images/carousel_nav2.gif) no-repeat 0 -23px;
}
.jcarousel-prev-horizontal:hover {
    background-position: 0 -46px;
}
.jcarousel-prev-disabled-horizontal,.jcarousel-prev-disabled-horizontal:hover,.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}
.jcarousel-container {
    position: relative;
	margin: 0 20px;
	width: 910px;
	background: #FFF url(../images/carousel_bg.gif) repeat-x;
	height: 205px;
}
.jcarousel-clip {
    z-index: 2;
    overflow: hidden;
    position: relative;
	width: 840px;
	padding: 8px 0 12px 0;
	margin: 0 35px;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
	width: 856px;
	padding: 0;
	margin:  0;
}
.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}


/*-------------------- Slider ------------------------*/
.stripNav {
	display: none;
}

.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 950px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 550px;
	clear: both;
	background: #fff;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 950px;
}
.stripViewer .panelContainer .panel .wrapper {
	padding: 10px;
}

.stripViewer .panelContainer .panel ul {
	margin: 0 15px 20px 15px;
}

.stripViewer .panelContainer .panel ul li {
	list-style: disc;
}

/*-------------------- Project Viewer ------------------------*/
#world-connected-project {
	background: #FFF;
}
#world-connected-project .images {
	float: left;
	width: 630px;
	padding: 15px 0 0px 15px;
}
#world-connected-project .images img {
	float: left;
}
#world-connected-project .side {
	padding: 8px 20px 0 10px;
	*padding: 25px 20px 0 10px;
	width: 235px;
	float: left;
}
#world-connected-project .side h4 {
	color: #11678b;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
}

