@charset "utf-8";
<%
' tells browser we has css here
Response.Charset = "UTF-8"
Response.ContentType = "text/css" 
%>
/* CSS Document */

/* gallery brief */
.gallery-container {
	margin: 0px 0px -20px 0px;
}
	.gallery-container .img {
		display: block;
		width: 253px;
		overflow: hidden;
		float: left;
		margin: 7px;
		border: 1px solid #e2e2e2;
		border-radius: 5px;
		-moz- border-radius: 5px;
		background-color: #fafafa;
		line-height: 132px;
	}

	.gallery-container .img.menu {
		width: 394px;
	}
	
	/*.gallery-container .img.facebook {
		width: 804px;
	}*/
	
	.gallery-container .thumb {
		display: block;
		width: 253px;
		margin:0;
		padding: 20px 0 9px 0;
	}
	.gallery-container a.menu .thumb {
		width: 394px;
	}
	/*.gallery-container .img.facebook .thumb {
		width: 804px;
	}*/
	.gallery-container .thumb span {
		display: block;
		height: 154px;
		overflow: hidden;
	}
	.gallery-container .thumb span img {
		margin: 0;
		/*max-width: 244px;*/max-width: 394px;
	}
	.gallery-container a.menu .thumb span {
		height: 100px;
		white-space: nowrap;
	}
	.gallery-container a.menu .thumb span img {
		max-height: 100px;
	}
	/*.gallery-container a.menu.facebook .thumb span img {
		max-width: 800px;
	}*/
	.gallery-container .desc {
		display: block;
		color: #333;
		font-size: .9em;
		line-height: normal;
		height: 32px !important;
		overflow: hidden;
		margin: 6px 0px 0px 5px;
		text-align:left;
	}

	.gallery-container a.menu .desc {
		font-size: 1.2em;
	}


/* gallery nav */
.galleries {
	width: 715px;
	margin: 20px 0 0 0;
}
.galleries a {
	float: left;
	width: 29%;
	height: 50px;
	margin: 0 2% 20px;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
}
.galleries a span {
	width: 75px;
	height: 50px;
	float: left;
	margin: 0 5px 0 0;
	background-color: #666;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
.video-container {position: relative; height: 0; overflow: hidden; padding-bottom:56.25%; padding-top: 30px;}
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left:0; width: 100%; height: 100%;}
