@charset "utf-8";
/* CSS Document */

	#view-container { padding: 0; margin-bottom: -10px; }
		.view-cont {
			border: 2px solid #DDD;
		
			width: 585px;
			height: 350px;
			
			margin-bottom: .5em;
			
			background: #333;
		}
			.view-thumb { width: 589px; }
				.view-thumb ul {
					width: 102%;
					overflow: hidden;
					margin-bottom: -10px !important;
				}
					.view-thumb ul li {
						background: #333;
						float: left;
					
						width: 76px;
						height: 55px;
						
						margin-right: 9px !important;
						margin-bottom: 10px !important;
						
						filter: alpha(opacity='80') !important;
						-webkit-opacity: .8 !important;
						-moz-opacity: .8 !important;
						opacity: .8 !important;
					}
						.view-thumb ul li a {
							width: 72px;
							height: 51px;
							
							margin: 0 !important;
							padding: 0 !important;
							
							-webkit-border-radius: 0 !important;
							-moz-border-radius: 0 !important;
							border-radius: 0 !important;
							
							border: 2px solid #CCC;
							background-repeat: no-repeat !important;
							background-position: center center !important;
						}
							.view-thumb ul li:HOVER, 
							.view-thumb ul li.current {	
								filter: alpha(opacity='100') !important;
								-webkit-opacity: 1 !important;
								-moz-opacity: 1 !important;
								opacity: 1 !important;
							}
								.view-thumb ul li.current a { border: 2px solid #2163c1; }
								.view-thumb ul li a span { display: none; }
							
	#flv-content { text-align: center; }
		#flv-content a {
			display: block !important;
			margin: 0 auto !important;
			margin-top: 6.5em;
			padding: 3em 0 !important;
			
			-webkit-border-radius: 0 !important;
			-moz-border-radius: 0 !important;
			border-radius: 0 !important;
			
			background: #222 !important;
			border: 1px solid #444 !important;
			text-align: center;
			width: 45% !important;
		}
