﻿/*
---

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;
}
.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 {
		border-top: 5px solid #D1D1D1;
		margin: 0 0 7px;
	}
	.slideshowStyle2 .sectionhead {
		margin: 0;
	}
		.slideshow .sectionhead .sectionhead_sleeve {
			padding-bottom: 4px;
		}	
		.slideshowStyle1 .sectionhead .sectionhead_sleeve {
			border-bottom: 1px solid #D1D1D1;
			padding-bottom: 2px;
		}
	.slideshow .display {
		height: 354px;
	}
	.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 {
			background-color: #000;
			background: rgba(0,0,0,0.6);
			opacity: 0;
			padding: 12px 20px 16px;
			position: absolute;
			visibility: hidden;
		}
			.slideshow .display .caption H4 A {
				color: #fff;
			}
			.slideshow .display .caption p {
				color: #FFF;
				font-size: 1.0769em;
				font-weight: normal;
				line-height: 1.4286;
				margin: 10px 0 0;
			}
			.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;
			height: 20px;
			width: 20px;
		}
			.slideshow .controls LI.pause {
				background-position: 0 0;
			}
			.slideshow .controls LI.play {
				background-position: 0 -63px;
			}
			.slideshow .controls LI.next,
			.slideshow .controls LI.previous {
				display: none;
			}
		.slideshowStyle1 .controls {
			padding: 8px 0 0;
		}
		.slideshowStyle2 .controls {
			padding: 0;
		}
		.slideshow .thumbs UL:AFTER {
			clear: both;
			content: ".";
			display: block;
			height: 0;
			visibility: hidden;
		}
		.slideshow .thumbs {
			float: left;
			padding: 8px 0 0;
		}
			.slideshow .thumbs LI {
				background: #CCC;
				border: 1px solid #CCC;
				display: inline-block;
				height: 18px;
				width: 18px;
				cursor: pointer;
				padding: 0;
				position: relative;
			}
			.slideshowStyle1 .thumbs LI:after {
				border: 1px solid #FFF;
				content: '';
				height: 16px;
				position: absolute;
				width: 16px;
			}
			.slideshow .thumbs .caption {
				display: none;
			}
		.slideshow .thumbs .selected {
			background: #C60508;
			border-color: #999;
		}
			.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: left;
	margin: -30px 0 0 10px;
	position: relative;
	z-index: 1;
}
.slideshowStyle2 .display {
	float: left;
	width: 308px;
}
	.slideshowStyle2 .display .caption {
		display: none;
	}
.slideshowStyle2 .thumbs {
	float: right;
	width: 320px;
	padding-top: 0;
}
	.slideshowStyle2 .thumbs LI {
		background-color: #777;
		border: 0;
		border-radius: 0;
		display: block;
		height: 72px;
		margin-top: 1px;
		overflow: hidden;
		width: auto;
	}
	.slideshowStyle2 .thumbs LI IMG {
		display: none;
	}
	.slideshowStyle2 .thumbs LI.first {
		border: 0;
	}
	.slideshowStyle2 .thumbs .caption {
		display: block;
	}
	.slideshowStyle2 .thumbs .caption P {
		margin-bottom: 0;
	}
	.slideshowStyle2 .thumbs .caption H4 {
		margin: 0;
	}