/*
 * PhotoSwipe - http://www.photoswipe.com/
 * Copyright (c) 2011 by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for SwipeGallery
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

body.ps-active 
{
	-webkit-text-size-adjust: none;
}
body.ps-active * 
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}
body.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: rgba(27, 26, 23, 0.7) none;
}


/* Viewport */
div.ps-viewport 
{background: rgba(27, 26, 23, 0.7) none;

	cursor: pointer;
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: rgba(27, 26, 23, 1.0) none; 
}


/* Slider */
div.ps-slider-item-loading 
{ 
	background: url(/portfolio2_images/photoswipe-loader.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: rgba(27, 26, 23, 1.0) none; 
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 1.7em;
	text-transform: uppercase;
	font-family: "ff-din-web-condensed-1","ff-din-web-condensed-2", sans-serif;
	text-align: center;
}

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
}

div.ps-caption-content
{
	padding: 13px;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: rgba(27, 26, 23, 1.0) none;
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 1.7em;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background: url(/portfolio2_images/photoswipe-icons.png) no-repeat -44px 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background: url(/portfolio2_images/photoswipe-icons.png) no-repeat -132px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background: url(/portfolio2_images/photoswipe-icons.png) no-repeat -132px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background: url(/portfolio2_images/photoswipe-icons.png) no-repeat -176px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background: url(/portfolio2_images/photoswipe-icons.png) no-repeat -176px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background: url(/portfolio2_images/photoswipe-icons.png) no-repeat -88px 0;
}
