/*
---

name: Gallery

provides: CSS.Gallery

...
*/

.controls li {
	cursor: pointer;
}
.gallery .controls .disabled, .slider .controls .disabled {
	cursor: default;
}

.gallery, .slider {
	background-color: #fff;
	margin: 0 0 50px;
	overflow: auto;
	width: 458px;
	position:relative;
}
	.gallery .controls, .slider .controls {
	height: 0px;
    position: absolute;
    width: 60px ;
    right: 10px;
    top:-88px;
	}
		.gallery .controls LI, .slider .controls LI {
			cursor: pointer;
			display: block;
			height: 20px;
			list-style: none;
			margin: 30px 0 0;
			text-indent: -9999px;
			width: 20px;
		}
.gallery .controls .previous, .slider .controls .previous {
		background: url(/magazine/graphics/gallery/arrows.png) no-repeat left 0 ;
		float: left;
		margin-left: 13px;
		}
.gallery .controls .next, .slider .controls .next {
		background: url(/magazine/graphics/gallery/arrows.png) no-repeat right 0 ;
		float: right;
		margin-right: 13px;
		}
		.gallery .controls .previous.disabled, .slider .controls .previous.disabled {
			background-position: left bottom;
		}
		.gallery .controls .next.disabled, .slider .controls .next.disabled {
			background-position: right bottom;
		}
	.gallery .thumbs, .slider .thumbs {
		height: 83px;
		margin: 0 auto;
		overflow: hidden;
		width: 360px;
	}
		.gallery .thumbs LI, .slider .thumbs LI {
			float: left;
			width: 66px;
			list-style: none;
			margin: 8px 3px;
		}
		.gallery .thumbs .caption, .slider .thumbs .caption {
			display: none;
		}
.gallery:AFTER, .slider:AFTER {
}

.gallery {
}
	.gallery .display {
		position: relative;
	}
		.gallery .display IMG {
			display: block;
		}
		.gallery .display .caption {
			background-color: rgba(0, 0, 0, 0.6);
			bottom: 0;
			color: #FFF;
			left: 0;
			padding: 10px;
			right: 0;
			position: absolute;
		}
			.gallery .display .caption * {
				margin: 0 0 2px;
			}

/* Gallery style2 */
.galleryStyle2 {
	width: 620px;
}
	.galleryStyle2 .controls {
		width: 620px;
	}
	.galleryStyle2 .thumbs {
		width: 501px;
	}

/* Core slideshow */
.slideshow {
	background-color: #F3EFEA;
}
	.slideshow .sectionhead {	
	margin-bottom: 0px;
    border-top: 4px solid #98A2AD ;
    padding-top: 2px ;
    padding-bottom: 10px ;
    background-color: #FFF;
	}
.slideshow .sectionhead h2 {
	margin: 5px 0px 0px 0px ;
    font-weight: bold;
    font-size: 1.744em ;
    line-height: 17px;
    font-family: "PT Sans",Helvetica,sans-serif ;
    color: #D10019;
		}
			.slideshow .sectionhead h2 a {
				color: #D10019;
			}
	.slideshow .display {
		height: 299px;
	}
	.slideshow .display:HOVER .caption {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity .2s linear;
		-moz-transition: opacity .2s linear;
		transition: opacity .2s linear;
	}
		.slideshow .display IMG {
			display: block;
			position: absolute;
			cursor: pointer;
		}
		.slideshow .display .caption {
			position: absolute;
			visibility: hidden;
			opacity: 0;
			width: 600px;
			height: 70px;
			margin: 207px 0 0;
			padding: 11px 10px;
			background-color: #515151;
			background: rgba(0, 0, 0, 0.6);
		}
			.slideshow .display .caption H4 {
				margin-bottom: 5px;
			}
				.slideshow .display .caption H4 A {
					color: #fff;
				}
			.slideshow .display .caption .standfirst {
				margin: 0;
				color: #FFF;
				line-height: 18px;
			}
			.slideshow .display .caption .read {
				color: #fff;
			}
		.slideshow .controls {
			float: right;
			padding: 5px 8px;
			font-weight: bold;
			font-size: .917em;
			text-transform: capitalize;
		}
		.slideshow .thumbs UL:AFTER {
			clear: both;
			content: ".";
			display: block;
			height: 0;
			visibility: hidden;
		}
		.slideshow .thumbs {
			float: left;
			padding: 5px 8px;
		}
			.slideshow .thumbs LI {
				display: inline-block;
				border: 0;
				border-radius: 10px;
				width: 10px;
				height: 10px;
				background-color: #DDD2C5;
				cursor: pointer;
			}
			.slideshow .thumbs .caption {
				display: none;
			}
		.slideshow .thumbs .selected {
			background-color: #D71F35;
		}
			.slideshow .thumbs .selected .heading, .slideshow .thumbs .selected .heading A {
				color: #FFF;
			}
.slideshow .sleeve:AFTER {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Slideshow style 1*/
.slideshowStyle1 .sectionhead h2 {
	max-width: 92%;
}

.sliderStyle1 .controls li.previous {
	margin-top: 0;
}

/* Slideshow style 2 */
.slideshowStyle2 .controls {
	clear: both;
	float: none;
}
.slideshowStyle2 .display {
	float: left;
	width: 302px;
	border: solid #ccc;
	border-width: 1px 0 1px 1px;
}
	.slideshowStyle2 .display .caption {
		display: none;
	}
.slideshowStyle2 .thumbs {
	float: right;
	width: 320px;
	padding-top: 0;
}
	.slideshowStyle2 .thumbs LI {
		display: block;
		border-radius: 0;
		width: auto;
		height: 72px;
		background-color: #777;
		overflow: hidden;
	}
	.slideshowStyle2 .thumbs LI IMG {
		display: none;
	}
	.slideshowStyle2 .thumbs LI.last {
		margin-bottom: 0;
	}
	.slideshowStyle2 .thumbs .caption {
		display: block;
	}
	.slideshowStyle2 .thumbs .caption P {
		margin-bottom: 5px;
	}
	.slideshowStyle2 .thumbs .caption H4 {
		margin: 0;
	}