html, body {
	margin:0;
	padding:0;
}
body{
	border:0px !important;
	background-color: #000;
	color: #bbb;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#SSPage a, #footerss a{
	color: #f70;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
/*p, li {
	line-height: 1.8em;
}*/
div#page {
	width: 98%;
	margin: 0 auto;
	text-align: left;
	border-color: #000;
}
div#container {
	overflow: hidden;
	margin:0px 0px;
	padding:0 0px;
}
div.content {
	display: none;
	clear: both;
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footerSS {
	color: #888;
	clear: both;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

div.controls {
	margin-top: 35px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
.poweredby
{
	color: #888 !important;
}

div.caption-container {
	color: #eee;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	color: #888;
}

div.navigation a.pageLink {
	height: 115px !important;
	line-height: 115px;
	padding:0 10px;
}

div.navigation a.prev {
	background-image: url(/WebInterface/jQuery/css/slideshow/prevPageArrowWhite.gif);
}
div.navigation a.next {
	background-image: url(/WebInterface/jQuery/css/slideshow/nextPageArrowWhite.gif);
}
div.loader {
	background-image: url(/WebInterface/jQuery/css/slideshow/loaderWhite.gif);
}
div.slideshow img {
	border: none !important;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
ul.thumbs img
{
	position: relative;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff !important;
	border-color: #fff !important;
}
div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 100%; /* This should be set to be at least the width of the largest image in the slideshow with padding */
	text-align:center;
}

div.loader,
div.slideshow a.advance-link,
{
	/*height: 550px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
}

div.slideshow-container {
	position: relative;
	clear: both;
	/*float: left;
	height: 532px;*/
}

div.loader {
	position: absolute;
	top: 50px;
	left: 50%;
	background-image: url('/WebInterface/jQuery/css/slideshow/loaderWhite.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
}
div.slideshow span.image-wrapper {
	display: inline-block;
	*display: inline;
    zoom: 1;
	/*position: absolute;
	top: 30px;	*/
	z-index: 98;
}

div.slideshow span.image-wrapper .multiImages
{
	background-image: url(/WebInterface/jQuery/images/folder_image.png);
    background-position: right -2px;
    background-repeat: no-repeat;
	position:absolute;
	top:20px;
	width:48px;
	height:48px;
	display:inline-block;
	margin-left:15px;
	right:auto;
}

div.slideshow span.image-wrapper .previewIcon
{
	left: 50%;
    top: 50%;
    background-image: url(/WebInterface/jQuery/images/play.png);
    background-position: right -2px;
    background-repeat: no-repeat;
	position:absolute;
	height:64px;
	width: 64px;
	display:inline-block;
	*display: inline;
    zoom: 1;
	margin-left:-33px;
	margin-top:-75px;
	right:auto;
	-moz-opacity:.70 !important;
    filter:alpha(opacity=70) !important;
    opacity:.70 !important;
    z-index: 500;
}

.ie7 div.slideshow span.image-wrapper .previewIcon, .ie8 div.slideshow span.image-wrapper .previewIcon
{
	top:250px;
}

div.slideshow span.image-wrapper .previewIcon.opq
{
	-moz-opacity:100 !important;
    filter:alpha(opacity=100) !important;
    opacity:1.0 !important;
    z-index: 500;
}

.previewPanel
{
	border : 0px;
	background-color: black;
	position: absolute;
	top: 0px;
	z-index: 99;
	color: black;
}

.ie7 div.previewPanel, .ie8 div.previewPanel
{
	position: relative;
}

.slideshow
{
	margin-top: 10px;
	position: relative;
}

.previewPanel .media div
{
	padding: 5px;
	margin:5px;
	color: white;
}

.quitPreview
{
	position: absolute;
	background-image: url(/WebInterface/jQuery/images/cancel_2.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 18px;
	top: 5px;
	height: 20px;
	display: inline-block;
	margin-left: 7px;
	right: auto;
	color: white !important;
	font-size: 14px;
	font-weight: bolder;
	z-index: 1111;
}

.ie7 .quitPreview, .ie8 .quitPreview
{
	position: relative;
	left: 500px;
}

#thumbs li .multiImages
{
	background-image: url(/WebInterface/jQuery/images/folder_image_s.png);
    background-position: right -2px;
    background-repeat: no-repeat;
	position:absolute;
	right:11px;
	top:11px;
	width:16px;
	height:16px;
	display:inline-block;
	margin-left:5px;
	right:auto;
}

div.slideshow a.advance-link {
	display: inline-block;
	line-height: 0px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border: none !important;
}
div.caption-container {
	margin-top: 5px;
}
span.image-caption {
	display: block;
	/*position: absolute;
	top: 0;
	left: 0;*/
	text-align:center;
	width:100% !important;
}

div.caption {
	padding: 0 12px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.2em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	margin:5px;
	padding: 0px;
	display:block;
	text-align:center;
	font-size: 1em;
	clear:both;
}
div.navigation-container {
	margin-top:10px;
	position: relative;
}
div.navigation {
	position: relative;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
	height: 80px;
	overflow:hidden;
	text-align:center;
	padding:2px;
	border:1px solid #eee;
}

a.thumb {
	padding: 1px;
	display: block;
	height: 78px;
	overflow:hidden;
	width:85px;
	position: relative;
}

a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: inline-block;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

ul.thumbs li.selected a.thumb
{
	background-color:transparent !important;
	border-bottom:2px solid #FF7700;
	height:77px;
}

div.pagination {
	clear: both;
	padding:5px 0px 12px 46px;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	width:22px;
	text-align: center;
}

div.pagination a.special
{
	width: auto;
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	border-color: #000;
	color: #000;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

#slider-container
{
	padding-left:5px;
	clear:both;
	margin-top:10px;
	position:absolute;
	left:0px;
}

#slider-container #slider
{
	display:block;
	float:left;
}

#slider-container div.delay
{
	clear:both;
	font-size:11px;
	display:block;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

#itemControls
{
	text-align:center;
	margin:10px 0px 0px 0px;
	padding:0px;
	display:none;
}

#itemControls span
{
	list-style: none;
	display:inline-block;
	padding: 3px 0px 0px 19px;
	margin: 0px 5px 0px 5px;
    font-size: 12px;
	cursor:pointer;
	text-decoration:underline;
	height:16px;
}

.deleteButton
{
    background: url(/WebInterface/jQuery/images/cancel.png) no-repeat left 2px;
}

.uploadButton
{
    background: url(/WebInterface/jQuery/images/upload.png) no-repeat left 2px;
}

.downloadButton
{
    background: url(/WebInterface/jQuery/images/download.png) no-repeat left 2px;
}

.refreshButtonSS
{
	background: url(/WebInterface/jQuery/images/refresh.png) no-repeat left 3px;
}

.fullscreenButton
{
	background: url(/WebInterface/jQuery/images/fullscreen.png) no-repeat left 3px;
}

.rotateClockwise
{
	background: url(/WebInterface/jQuery/images/arrow_rotate_clockwise.png) no-repeat left 3px;
}

.rotateCounterClockwise
{
	background: url(/WebInterface/jQuery/images/arrow_rotate_anticlockwise.png) no-repeat left 3px;
}

.buggyBrowser .rotateClockwise, .buggyBrowser .rotateCounterClockwise
{
	display: none !important;
}

#SSPage .play,#SSPage .pause,#SSPage .prev,#SSPage .next
{
	display:inline-block !important;
	cursor:pointer !important;
	padding: 3px 0px 0px 17px !important;
	margin: 0px 5px 0px 5px !important;
    font-size: 12px !important;
	color:#BBBBBB;
	height:25px !important;
}

#SSPage .play {
background: url(/WebInterface/jQuery/images/resume.png) no-repeat left 2px  !important;
}

#SSPage .pause
{
	background: url(/WebInterface/jQuery/images/pause.png) no-repeat left 2px  !important;
}

#SSPage .prev
{
	background: url(/WebInterface/jQuery/images/rewind.png) no-repeat left 2px;
	float:left;
	padding:2px 0 0 18px !important;
}

#SSPage .next
{
	background: url(/WebInterface/jQuery/images/forward.png) no-repeat right 2px;
	float:left;
	padding:2px 19px 0px 0px !important;
}

#slideshowPage #fileQueueInfo
{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	clear:both;
	width:auto;
	height:34px;
	background: black none;
	border: none;
	color: white;
}

#slideshowPage #fileQueueInfo #AdvancedBrowseResumeOption
{
	float: left;
}

#slideshowPage .stats
{
	font-size: 11px;
	color: black;
}

#slideshowPage #fileRepo
{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#slideshowPage #globalProgressBar
{
	float:left;
	padding: 10px 5px 10px 5px;
	margin-bottom: 20px;
}

.blockUI
{
	border: 1px solid #eee !important;
}