
.galleryContainer
{
	border: 1px solid #9EA1A2;
	padding: 8px;
}

.clear
{
	clear: both;
}

.message
{
	margin-top: 32px;
	margin-bottom: 32px;
	padding: 4px;
	background: white;
	border: 1px solid #1477B2;
	border-left: 4px solid #1477B2;
	font-size: 120%;
}
.tools
{
	padding: 4px;
	border-bottom: 1px solid #9EA1A2;
	color: #333;
	text-align: right;
}

.photoGalleryTable
{
	border: 1px solid #333;
	margin: 4px;
}
.photoGalleryTable td
{
	padding: 4px;
}

.photoGalleryImagesTable
{
	width: 750px;
}

.photoGalleryImagesTable td
{
	width: 166px;
	height: 116px;
	padding: 8px;
	border: 1px solid #7F9DB9;
	text-align: center;
}

.photoGalleryImagesTable td.cover
{
	border: 2px solid #FF0000;
}

.photoGalleryImagesTable .empty
{
	border: none;
}

.thumbContainer
{
	width: 150px;
	height: 100px;
	background: white;
	padding: 2px;
	border: 1px solid #7F9DB9;
	margin: auto;
}

.thumb
{
	margin: auto;
	text-align: center;
}


/* Note: Photos have a default aspect ratio of 1.5 */
.thumbContainer.small
{
}

.thumbContainer.medium
{
}


.thumbContainer.large
{
}

.photoContainer
{
	padding: 4px;
	border: 1px solid #333;
}

.photo
{
	text-align: center;
}

/**********************************************************
 *
 *
 **********************************************************/

/**
 * FancyUpload Showcase
 *
 * @license		MIT License
 * @author		Harald Kirschner <mail [at] digitarald [dot] de>
 * @copyright	Authors
 */

/* CSS vs. Adblock tabs */
.swiff-uploader-box a
{
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover
{
	color: red;
}

#demo-status
{
	padding: 10px 15px;
	width: 420px;
}

#demo-status .progress
{
	background: url(../includes/gallery/FancyUpload/assets/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text
{
	font-size: 0.9em;
	font-weight: bold;
}

#demo-list
{
	list-style: none;
	width: 450px;
	margin: 0;
}

#demo-list li.validation-error
{
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(../includes/gallery/FancyUpload/assets/failed.png) no-repeat 4px 4px;
}

#demo-list li.file
{
	border-bottom: 1px solid #eee;
	background: url(../includes/gallery/FancyUpload/assets/file.png) no-repeat 4px 4px;
	overflow: auto;
}

#demo-list li.file.file-uploading
{
	background-image: url(../includes/gallery/FancyUpload/assets/uploading.png);
	background-color: #D9DDE9;
}

#demo-list li.file.file-success
{
	background-image: url(.../includes/gallery/FancyUpload/assets/success.png);
}

#demo-list li.file.file-failed
{
	background-image: url(../includes/gallery/FancyUpload/assets/failed.png);
}

#demo-list li.file .file-name
{
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}

#demo-list li.file .file-size
{
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}

#demo-list li.file .file-info
{
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
}

#demo-list li.file .file-remove
{
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}



/*preload classes*/
#gallery
{
	
}
.svw
{
	width: 50px;
	height: 20px;
	background: #fff;
}
.svw ul
{
	position: relative;
	left: -999em;
}
/*core classes*/
.stripViewer
{
	position: relative;
	overflow: hidden;
	margin: 0 0 1px 0;
	padding: 0;
	height: 600px;
}
.stripViewer ul
{
	/* this is your UL of images */
	margin: 0 !important;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li
{
	float: left;
	margin: 0;
	padding: 0;
}


.stripTransmitter
{
	overflow: auto;
}
.stripTransmitter ul
{
	width: auto;
	margin: auto;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li
{
	width: 20px;
	float: left;
	margin: 1px;
}
.stripTransmitter a
{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: #5E85AC;
	color: #fff;
	display: block;
	text-decoration: none;
	border: 1px solid #5E85AC;
}

.stripTransmitter a:hover, a.current
{
	background: #EDF4F7;
	color: #000;
	border: 1px solid #5E85AC;
}

#tooltip
{
	background: #fff;
	color: #000;

	border: 5px solid #dedede;
}

#tooltip h3
{
	font: normal 10px Verdana;
	margin: 0;
	padding: 6px 2px;
	border: 0;
}

#galleryContent 
{
	margin-left: 73px;
	height: 600px;
}
