/* Gallery SlideShow View */
html {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#fff; 
	overflow: hidden; 
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background: #000;
	font-family: arial, verdana, tahoma, sans-serif;
}
#SlideShow #Container {
	text-align: center;
}
#SlideShow #Container .Flash {
	margin: 0 auto;
}
#SlideShow #Controls {
	height: 28px;
	color: #fff;
	background: #1b1c1f url(http://images.1g.fi/kuvatv2_testing/images/gallery/gallery_slideshow_headerbg.gif);
	background-repeat: repeat-x;
	margin-bottom: 4px;
}

#SlideShow #Controls .Separator {
	float: right;
	width: 2px;
	height: 23px;
	margin: 2px 15px 0 15px;
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/gallery/gallery_slideshow_separator.png);
	background-repeat: no-repeat;
}
#SlideShow #Controls .Separator.Space1 {
	margin: 2px 15px 0 12px;
}
#SlideShow #Controls .Separator.Space2 {
	margin: 2px 10px 0 15px;
}
#SlideShow #Controls .GalleryName {
	float: left;
	color: #727f85;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 15px 0 15px;
}
#SlideShow #Controls .GalleryName a, #SlideShow #Controls .GalleryName a:visited {
	color: #727f85;
	text-decoration: none;
}
#SlideShow #Controls .GalleryName a:hover {
	color: #a6b7bf;
}
#SlideShow #Controls .FolderName {
	float: left;
	color: #adb5bd;
	font-size: 12px;
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/gallery/gallery_slideshow_namebg.png);
	background-repeat: no-repeat;
	margin-top: 3px;
	height: 20px;
	padding: 3px 8px 0 11px;
}
#SlideShow #Controls .FolderNameEnd {
	float: left;
	width: 4px;
	height: 22px;
	margin-top: 3px;
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/gallery/gallery_slideshow_namebgend.png);
	background-repeat: no-repeat;
	
}
#SlideShow #Controls .ExitSlideShow {
	float: right;
	margin: 3px 15px 0 0;
}
#SlideShow #Controls .ExitSlideShow a, #SlideShow #Controls .ExitSlideShow a:visited {
	width: 116px;
	height: 18px;
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/gallery/gallery_slideshow_exitbg.png);
	background-repeat: no-repeat;
	display: block;
	color: #96a1ae;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 0 0 25px;
}
#SlideShow #Controls .ExitSlideShow a:hover {
	color: #fff;
	background-position: 0px -23px;
}
#SlideShow #Controls .SizeControl {
	float: right;
	width: 60px;
	padding-top: 6px;
}
#SlideShow #Controls .SizeControl DIV {
	float: right;
	height: 15px;
	width: 15px;
}
#SlideShow #Controls .SizeControl DIV a,#SlideShow #Controls .SizeControl DIV a:visited {
	display: block;
	height: 15px;
	font-size: 0px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#SlideShow #Controls .SizeControl .PictureSize.Large {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/site/site_header_size40.png);
	background-repeat: no-repeat;
}
#SlideShow #Controls .SizeControl .PictureSize.Large.Active {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/site/site_header_size41.png);
	background-repeat: no-repeat;
}
#SlideShow #Controls .SizeControl .PictureSize.Medium {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/site/site_header_size30.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
#SlideShow #Controls .SizeControl .PictureSize.Medium.Active {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/site/site_header_size31.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
#SlideShow #Controls .SizeControl .PictureSize.Small {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/site/site_header_size20.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
#SlideShow #Controls .SizeControl .PictureSize.Small.Active {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/site/site_header_size21.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
#SlideShow #Controls .SizeControl .PictureSize.Smaller {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/site/site_header_size10.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#SlideShow #Controls .SizeControl .PictureSize.Smaller.Active {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/site/site_header_size11.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#SlideShow #Controls .ScaleControl {
	float: right;
	font-size: 12px;
	padding-top: 6px;
}
#SlideShow #Controls .ScaleControl a {
	background: transparent url(http://images.1g.fi/kuvatv2_testing/images/gallery/gallery_slideshow_checkbox.png);
	background-repeat: no-repeat;
	padding-left: 21px;
	text-decoration: none;
	color: #96a1ae;
}
#SlideShow #Controls .ScaleControl a.Active {
	background-position: 0 -30px;
}
#SlideShow #Controls .ScaleControl a:visited {
	color: #96a1ae;
}
#SlideShow #Controls .ScaleControl a:hover {
	color: #fff;
}







/*  clearfix style (replaces stabilizer divs) */
.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.Clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
.Clearfix {display: block;}
/* End hide from IE-mac */
