﻿/*

	GALLERY STYLES
	
*/

.gallery-controls {
	overflow:hidden;
}

.gallery_thumbnails {
	width:auto;
	text-align:center;
}

.gallery-scroller {
	text-align:left;
	overflow:hidden;
}

.gallery-scroller ul {
	margin: 0;
	padding: 0;
	width:9999px;
	list-style: none;
	overflow:hidden;
}

.gallery-scroller ul li {
	padding:0;
	margin:0;
	width:44px;
	height:44px;
	float:left;
	margin-right:5px;
	overflow:hidden;
	cursor:pointer;
}

.gallery-scroller ul li {
	opacity:0.7;
}

.gallery-scroller ul li.current {
	border:solid 2px #000;
	width:40px;
	height:40px;
	opacity:1;
}

.gallery-scroller ul li.current img {
	margin:-2px 0 0 -2px;
}

.gallery-image {
	text-align: center;
	clear: both;
	margin:20px 0;
}

.gallery-play,
.gallery-pause {
	float:left;
}

.gallery-play {
	background:url(/images/icons/play_24.png) no-repeat 0 0;
}

.gallery-nav {
	float:right;
}

.gallery-pause {
	background:url(/images/icons/pause_24.png) no-repeat 0 0;
}

.gallery-prev {
	float: left;
	background:url(/images/icons/arrow_left_24.png) no-repeat;
}

.gallery-next {
	float: right;
	background:url(/images/icons/arrow_right_24.png) no-repeat;
}

.gallery-status {
	padding:3px 5px 0 5px;
	display:block;
	float:right;
}

.gallery-prev-page {
	float:left;
	margin:10px 5px 10px 0;
	background:url(/images/icons/skip_back_24.png) no-repeat;
}

.gallery-next-page {
	float:right;
	margin:10px 0 10px 5px;
	background:url(/images/icons/skip_next_24.png) no-repeat;
}

.gallery-controls a,
.gallery-thumbnails a {
	text-indent:-9999px;
	width:24px;
	height:24px;
}
