
/* Cell overrides for Motivate Canada */


div.content-slider  {
	padding-bottom: 12px;
	margin-bottom: 30px;
	background: url(../cell_images/content-slider_bg.png) repeat-x bottom;
}

div.content-slider .slider-nav a {
	background-image: url(../cell_images/arrowsMotivate.png);
}

.section_activate
div.content-slider .slider-nav a {
	background-image: url(../cell_images/arrowsActivate.png);
}

.section_sogo
div.content-slider .slider-nav a {
	background-image: url(../cell_images/arrowsSogo.png);
}


.section_gen7
div.content-slider .slider-nav a {
	background-image: url(../cell_images/arrowsGen7.png);
}


/* Cell overrides for Motivate Canada */

 ol.slider-thumbs li {
	AAborder-right: dotted 1px black;

}

ol.slider-thumbs li.last-child 
{
	border-right: none;

}
ol.slider-thumbs li:last-child{
	border-right: none;
}


/* Top Nav Language links */

#topnavigation #langlinks {
	position: absolute;
	right: 4px;
	margin:0;
	top: 80px;
	z-index: 10000;
}



#langlinks li {
	float: left;
	display: block;
	height: 33px;
	border: none;
	_width: 0;
}



#langlinks li.first {
	border-left: none;
}


#langlinks li a {
	display: block;
	height: 33px;
	color: #0DA8F9;
	font-weight: bold;
	font-size: 93%;
	line-height: 33px;
	text-decoration: none;
	padding: 0 8px;
	font-weight: 100;
}

#langlinks li a:hover {
	text-decoration: underline;
}

#langlinks li a.selected {
	font-weight: bold;
	background: rgb(240,239,236);
}

#langlinks li a.selected:hover {
	text-decoration: none;
}

#langlinks .lang_en {
	color: #9B1818;
}

#langlinks .lang_fr {
	text-transform: lowercase;
	color: #0DA8F9;
}



/* Footer fixes  */

#ft {
	border-top:1px dotted #083202;
	padding: 10px 0;
}



/*	=Generic Slider Overrides
--------------------------------------*/

.slider-nav {
	display: none;
}

.slider-customNav {
	position:relative;
	width: 100%;
	bottom: 60px;
	display: block;
}

.slider-customNav a {
	cursor: pointer;
	display:block;
	width:47px;
	height:42px;
	background-image:url(cell_images/arrowsMotivate.png);
	background-repeat: no-repeat 
	background-position: bottom left;
	text-indent:-9999px;
	border:0;
	position:absolute;

}

.slider-customNav
a.slider-customNext {
	background-position:-47px -84px;
	right:10px;
}

.slider-customNav
a.slider-customNext:hover {
	background-position: -47px -42px;
}

.slider-customNav
a.slider-customNext.disabled {
	background-position: -47px 0;
}


.slider-customNav
a.slider-navPrev {
	background-position: 0px -84px;
	left: 10px;
}

.slider-customNav
a.slider-customPrev:hover {
	background-position: 0 -42px;
}

.slider-customNav
a.slider-customPrev.disabled {
	background-position: 0 0;
}

.slider-customNav
a.disabled{
	cursor: default;
}


body.section_activate .slider-customNav a {
	background-image: url(cell_images/arrowsActivate.png)
}

body.section_gen7 .slider-customNav a {
	background-image: url(cell_images/arrowsGen7.png);
}

body.section_sogo .slider-customNav a {
	background-image: url(cell_images/arrowsSogo.png);
}

body.section_esteemteam .slider-customNav a {
	background-image: url(cell_images/arrowsEsteem.png);
}
