﻿/*
---

name: Gallery

provides: CSS.Gallery

...
*/

.controls li {
	cursor: pointer;
	background-image: none;
	background-color: #000;
	color: #fff;
	font-size: 0.923em;
    line-height: 1.273;
	padding: 0;
}
.gallery .controls .disabled, .slider .controls .disabled {
	cursor: default;
}
.slideshowStyle1 {
	border-bottom: 1px solid #ccc;
}
.gallery, .slider {
	background-color: #fff;
	margin: 0 0 50px;
	overflow: auto;
	width: 458px;
}
	.gallery .controls, .slider .controls {
		height: 0;
		position: absolute;
		width: 458px;
	}
		.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/buttons.png) no-repeat left 0;
			float: left;
			margin-left: 13px;
		}
		.gallery .controls .next, .slider .controls .next {
			background: url(/magazine/graphics/gallery/buttons.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: #fff;
}
	.slideshow .sectionhead {
		background-color: #fff;
	}
		.slideshow .sectionhead .rssfeed span {
			display: block;
			margin-top: 1px;
			width: 16px;
			height: 16px;
			background: url(/magazine/graphics/icons/rss_orange.png) 50% 50% no-repeat;
			text-indent: -9999px;
		}
	.slideshow .display {
		height: 353px;
	}
	.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: 3px 9px 12px;
			background-color: #515151;
			background: rgba(0, 0, 0, 0.6);
		}
			.slideshow .display .caption H4 {
				margin-bottom: 5px;
				font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
			}
				.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: 6px 0;
			font-weight: bold;
			font-size: .917em;
			text-transform: capitalize;
		}
			.slideshow .controls LI {
				background: url(/magazine/graphics/icons/sprite.icons.png) 100% 100%;
				text-indent: -9999px;
			}
				.slideshow .controls LI.pause {
					background-position: 0 0;
					width:14px;
				}
				.slideshow .controls LI.play {
					background-position: 0 -63px;
					width: 14px;
				}
				.slideshow .controls LI.next,
				.slideshow .controls LI.previous {
					display: none;
				}
		.slideshowStyle1 .controls {
			padding: 11px 0;
		}
		.slideshow .thumbs UL:AFTER {
			clear: both;
			content: ".";
			display: block;
			height: 0;
			visibility: hidden;
		}
		.slideshow .thumbs {
			float: left;
			padding: 11px 0;
		}
			.slideshowStyle1 .thumbs UL {
				height: 13px;
			}
			.slideshow .thumbs LI {
				background-image: none;
				display: inline-block;
				border: 0;
				width: 11px;
				height: 11px;
				background-color: #E3E7E9;
				cursor: pointer;
				padding: 0;
				border: 1px solid #C7CFD3;
			}
			.slideshow .thumbs .caption {
				display: none;
			}
		.slideshow .thumbs .selected {
			background: 0;
			background-color: #006BAB;
			border: 0;
			height: 13px;
			width: 13px;
		}
			.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 2 */
.slideshowStyle2 .controls {
	clear: both;
	float: none;
	margin-left: 6px;
	position: absolute;
	margin-top: 327px;
	opacity: 0.6;
	background-color: #000;
}
.slideshowStyle2 .display {
	float: left;
	width: 302px;
	border: solid #ccc;
	border-width: 1px 0 1px 1px;
	padding: 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;
		border: 0;
	}
	.slideshowStyle2 .thumbs LI IMG {
		display: none;
	}
	.slideshowStyle2 .thumbs LI.first {
		border-top: 1px solid #fff;
	}
	.slideshowStyle2 .thumbs LI.last {
		margin-bottom: 0;
		/*padding-bottom: 1px;*/
	}
	.slideshowStyle2 .thumbs .caption {
		display: block;
	}
	.slideshowStyle2 .thumbs .caption P {
		margin-bottom: 5px;
	}
	.slideshowStyle2 .thumbs .caption H4 {
		margin: 0;
	}