/* navigation bar styling */
#lancers-nav-container {
	width:976px;
	margin-top:16px;
	display: none;
	padding: 0 0px 0 0px;
	overflow: hidden;
	}
/* CPS fix height */
.blq-js #lancers-nav-container {
	position: relative;
	display: block;
	height:91px;
}
#lancers-nav-container h2 {
	position: absolute;
	left: -5000%;
}
.lancers-nav-section {
	position: relative;
	float: left;
	display: inline;
	width: 162px;
	overflow: hidden;
	border-right: 1px solid #222;
}

.lancers-nav-section-last{
	width: 161px;
	border-right: 0px;
}
.lancers-nav-section h3 a {
	position: relative;
	display: block;
	overflow: hidden;
}
.lancers-nav-section-selected h3 a {
	border: 4px solid #D2700F;
}
.lancers-nav-section h3 * {
	color: white;
}
.lancers-nav-section h3 img {
	position: relative;
	display: block;
}
.lancers-nav-section-selected h3 img {
	margin: -4px;
}
.text-overlay {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 4px 8px;
	width: 146px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.6);
}
.ie .text-overlay, 
.ie7 .text-overlay, 
.ie8 .text-overlay {
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000,endColorstr=#aa000000);
    zoom: 1;
}
.lancers-nav-section h3 a:hover .text-overlay,
.lancers-nav-section h3 a:focus .text-overlay {
	background: black;
}
.lancers-nav-section-selected h3 .text-overlay {
	margin: 0 -4px -4px;
}

.nav-chapter-container-delete {
	width:144px;
	height:97px;
}


#lancers-prev-button {
	width:32px;
	height:100%;
	display:none;
	position2:absolute;
	left:0;
	top:0px;
	overflow: hidden;
	text-indent: -5000%;
	background: transparent url(/news/special/world/11/south_asia/face_the_taliban/img/next_prev_buttons_32wide.png) repeat -300px center;
}

#lancers-next-button {
	width:32px;
	height:100%;
	display:none;
	position2:absolute;
	right: 0;
	top:0px;
	overflow: hidden;
	text-indent: -5000%;
	background: transparent url(/news/special/world/11/south_asia/face_the_taliban/img/next_prev_buttons_32wide.png) repeat -60px center;
}

.blq-js #lancers-prev-button, .blq-js #lancers-next-button {
	position: absolute;
	display: block;
}

#lancers-next-button:hover {
	background: transparent url(/news/special/world/11/south_asia/face_the_taliban/img/next_prev_buttons_32wide.png) repeat -120px center;
}
#lancers-next-button:active {
	background: transparent url(/news/special/world/11/south_asia/face_the_taliban/img/next_prev_buttons_32wide.png) repeat -180px center;
}
#lancers-prev-button:hover {
	background: transparent url(/news/special/world/11/south_asia/face_the_taliban/img/next_prev_buttons_32wide.png) repeat -360px center;
}
#lancers-prev-button:active {
	background: transparent url(/news/special/world/11/south_asia/face_the_taliban/img/next_prev_buttons_32wide.png) repeat -420px center;
}

#lancers-next-button.disabled,
#lancers-next-button.disabled:hover,
#lancers-next-button.disabled:active {
	background: transparent url(/news/special/world/11/south_asia/face_the_taliban/img/next_prev_buttons_32wide.png) repeat 0px center;
	cursor: default;
}
#lancers-prev-button.disabled,
#lancers-prev-button.disabled:hover,
#lancers-prev-button.disabled:active {
	background: transparent url(/news/special/world/11/south_asia/face_the_taliban/img/next_prev_buttons_32wide.png) repeat -240px center;
	cursor: default;
}

.video-caption {display:none;}