.leftCol{
float:left;
width:508px;
margin-right:8px;
}
	.welcomeSlide{
		width:500px;
		height:330px;
		}
	.leftCol .welcomeTxt{
	float:left;
	width:490px;
	padding:8px;
	}
		.leftCol .welcomeTxt h1{
		font-size:28px;
		color:#9e0d38;
		font-weight:normal;
		line-height:30px;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-top:9px;
		}
			.leftCol .welcomeTxt h1 span{
			font-size:22px;
			color:#465e00;
			}
		.leftCol .welcomeTxt p{
		font-size:12px;
		padding-top:0px;
		color:#333;
		line-height:20px;
		}
.leftCol .firstCol{
float:left;
width:320px;
margin-right:8px;
}
	.leftCol .firstCol .gallery{
	float:left;
	width:304px;
	background:#eee;
	padding:8px;
	margin-top:10px;
	transition: all 0.8s ease-in-out 0s;
	}
	.leftCol .firstCol .gallery:hover{
	background:#fff;
	transition: all 0.8s ease-in-out 0s;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	}
	.leftCol .firstCol .gallery h1{
	width:292px;
	background:#000;
	padding:6px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	}
		/*.leftCol .firstCol .gallery img{
		float:left;
		margin:10px 2px 0px 2px;
		border:1px solid #d7d0bb;
		padding:1px;
		}*/
	.leftCol .firstCol .business{
	float:left;
	width:304px;
	background:#d7e9c3;
	padding:8px;
	height:145px;
	overflow:hidden;
	transition: all 0.8s ease-in-out 0s;
	}
	.leftCol .firstCol .business:hover{
	background:#d7e9d3;
	transition: all 0.8s ease-in-out 0s;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	}
	.leftCol .firstCol .business h1{
	width:292px;
	background:#229f0b;
	padding:6px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:5px;
	}
	.leftCol .firstCol .business h2{
		font-size:12px;
		color:#465e00;
		line-height:25px;
		padding-left:8px;
		}
	.leftCol .firstCol .business h2 a{
			color:#465e00;
			}
	.leftCol .firstCol .business h2 a:hover{
			color:#000;
			}
		.leftCol .firstCol .business p{
		font-size:10px;
		color:#000;
		line-height:12px;
		margin-bottom:5px;
		padding-left:8px;
		}
.leftCol .secCol{
float:left;
width:180px;
}
	.leftCol .secCol .movies{
	float:left;
	width:164px;
	background:#f2f2f2;
	padding:8px;
	height:150px;
	transition: all 0.8s ease-in-out 0s;
	}
	.leftCol .secCol .movies:hover{
	background:#fff;
	transition: all 0.8s ease-in-out 0s;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	}
	.leftCol .secCol .movies h1{
	width:152px;
	background:#000;
	padding:6px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	}
	.leftCol .secCol .movies h2{
		font-size:11px;
		color:#000;
		line-height:20px;
		padding-left:8px;
		padding-top:12px;
		}
		.leftCol .secCol .movies p{
		font-size:10px;
		color:#9e0d38;
		line-height:12px;
		margin-bottom:1px;
		padding-left:8px;
		}
		.leftCol .secCol .movies p a{
		color:#9e0d38;
		line-height:18px;
		}

		/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
	-webkit-perspective: 1000;
			-moz-perspective: 1000;
			perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
				-moz-transform: rotateY(180deg);
				transform: rotateY(180deg);
				filter: FlipH;
    			-ms-filter: "FlipH";
	}

.flip-container, .front, .back {
	width: 165px;
	height: 150px;
	background:#fff;
}

/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;

			-moz-transition: 0.6s;
			-moz-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			backface-visibility: hidden;

			position: absolute;
			top: 0;
			left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
	background: #fff;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#slideshow #slideshowWindow {
	width:302px;
	height:63px;
	margin-left:2px;
	padding:0;
	position:relative;
	overflow:hidden;
	margin-top:8px;
}

#slideshow #slideshowWindow .slide {
	margin:0;
	padding:0;
	width:96px; 
	height:63px;
	float:left;
	position:relative;
	overflow:hidden;
	transition: all 0.8s ease-in-out 0s;
	margin:2px;
}
#slideshow #slideshowWindow .slide img{
	width:100%;
	
	transition: all 0.8s ease-in-out 0s;
}
#slideshow #slideshowWindow .slide:hover{
	background:#fff;
	transition: all 0.8s ease-in-out 0s;
}
#slideshow #slideshowWindow .slide:hover img{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	transition: all 0.8s ease-in-out 0s;
	transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2); /* IE 9 */
	-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
}