*{ padding: 0px; }
body, html{ height: 100%; margin: 0;height: auto; min-height: 100%; }
body{ 
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #3a3535;
	background-repeat: repeat; 
	color: #7D7D7D;
	}
a{ outline: none; text-decoration: none; color:#444444; }
a:hover{ text-decoration: underline; }
a img{ border: none; }

.clear {clear:both;}
.clearlast {clear:both;padding-bottom:35px;}
.clearlastgallery {clear:both;padding-bottom:55px;}
.container {
	margin:		0 auto;
	width:		960px;
	font-size:	12px;
	}
	
.container-head {
	height: 15px;
	width: 100%;
	background: #111;
	}

.lower-padding { padding-bottom: 20px; }
	
.main-contents {
	padding:	0 0 20px 0;
	}
	
.page-contents {
	padding:	0 0 20px 0;
	width:		960px;
	}
	
.contents-wrap {
	padding:	0;
	}

.page-contents-wrap {
	padding:	0 20px 20px 0;
	}
	
.transparent-contents-wrap {
	padding:	0 0 0 0;
	}
	
.fullpage-contents-wrap {
	padding:	0 0 0 0;
	}
	
.entry-wrapper {
	background: #fff;
	background: rgb(255, 255, 255);
	background: #fff;
-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2); 
	}
	
.entry-post-wrapper {
	padding: 0 20px 10px 20px;
	margin:0;
	}
	
.entry-spaced-wrapper {
	padding: 5px 20px 10px 20px;
	margin:0;
	}
	
.entry-nospaced-wrapper {
	padding: 1px 20px 10px 20px;
	margin:0;
	}
	
.two-column {
	width:	650px;
	}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; 
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.entry-content .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.pictureframe { 
	padding:5px;
	border-top:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-bottom:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE 9.0 */
	display:block;
	margin-top:5px;
	}

.pictureframe-wrap {
	background: url(../../Test/wp-content/themes/studiozen/images/icons/view.png) no-repeat 50% 50%;
	display:block;
	}

.img-align-left { float:left; margin-right:20px; }
.img-align-right { float:right; margin-left:20px; }
.img-align-center { margin:0 auto;}
	



	* { margin:0; padding:0; }
body { background:#111; height:100%; }
	img{ border:none; }
	
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			
		
		#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
			#slidecaption {
			z-index:-1;
			display:block;
			overflow:hidden; position:absolute; left:10px; bottom:20px; color:#fff; margin:0 20px 0 20px;
			opacity:0.9;
			}
			.slideshow_caption { 
			font-size:12px;
			line-height:18px;
			background:#000;
			color:#ddd;
			display:block;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			padding:15px 20px;
			width:350px;
			opacity:0.6;
			}
			
			#navigation { float:right; margin:0px 20px 0 0; }
					#play-button:hover{ background-position:0 1px; cursor:pointer; }
				
				
					#tray-button:hover{ background-position:0 1px; cursor:pointer; }
		
	
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; height:142px; width:100%; text-align:center; }
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:78px; height:60px; width:40px; }
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{
				position:relative;
				background:#111;
				list-style:none;
				display:inline;
				width:96px;
				height:60px;
				overflow:hidden;
				float:left;
				margin:0 8px 0 0;
				border:4px solid #111;
				-webkit-box-shadow: 	0px 0px 2px 2px rgba(0, 0, 0, 0.2);
					-moz-box-shadow: 	0px 0px 2px 2px rgba(0, 0, 0, 0.2);
					box-shadow: 		0px 0px 2px 2px rgba(0, 0, 0, 0.2);
				}
				ul#thumb-list li img { width:auto;height:60px; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
				ul#thumb-list li.current-thumb {border:4px solid #aaa;}
				ul#thumb-list li.current-thumb img {}
				ul#thumb-list li:hover{ cursor:pointer;border:4px solid #ccc;				
				-webkit-box-shadow: 	0px 0px 2px 2px rgba(0, 0, 0, 0.5);
					-moz-box-shadow: 	0px 0px 2px 2px rgba(0, 0, 0, 0.5);
					box-shadow: 		0px 0px 2px 2px rgba(0, 0, 0, 0.5); }