/* reset CSS first */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
ul{list-style-type:none;list-style-position:outside;}
html {
	overflow-y: scroll;
}
body {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	background-color: #EEE;
}
#wrapper {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	background-image: url(../images/topGlow1400x132.png);
	background-repeat: repeat-x;
	background-position: top 0px center;
	border: 0px solid #FFF;
}
#container01 {
	position: relative;
	display: block;
	vertical-align: baseline;
	width: 964px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid transparent;
}
#headshotFlipBox {
	position: relative;
	display: block;
	height: 124px;
	width: 229px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: none;
	float: left;
	z-index: 1;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
#flipCard {
	width: 229px;
	height: 124px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
#headshotFlipBox:hover #flipCard {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.face {
	position: absolute;
	width: 229px;
	height: 124px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/headshot229x124.png);
	box-shadow: -5px 5px 5px #888;
	border-top: 2px solid #EEE;
	border-right: 2px solid #DDD;
	border-bottom: 3px solid #BBB;
	border-left: 3px solid #AAA;
}
.face.back {
	display: block;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/mTux229x124.png);
}
.fface.back {
	display: block;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;	
}
#welcome_text {
	position: relative;
	display: block;
	text-align: left;
	word-spacing: .5px;
	letter-spacing: .5px;
	font-family: "Ariel", Helvetica, san-serif;
	font-size: 18px;
	line-height:28px;
	font-style: italic;
	font-weight: normal;
	width: 180px;
	height: 350px;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 10px;
	/*-webkit-transition:box-shadow 0.70s ease-in-out;
	-moz-transition:box-shadow 0.70s ease-in-out;
	-o-transition:box-shadow 0.70s ease-in-out;
	-ms-transition:box-shadow 0.70s ease-in-out;
	transition:box-shadow 0.70s ease-in-out;
	-webkit-transition:background-color 0.70s ease-in-out;
	-moz-transition:background-color 0.70s ease-in-out;
	-o-transition:background-color 0.70s ease-in-out;
	-ms-transition:background-color 0.70s ease-in-out;
	transition:background-color 0.70s ease-in-out;
	*/
	clear: left;
	float: left;
	list-style-type: none;
	list-style-position: outside;
	color: #555;
	border-top: 2px solid #EEE;
	border-right: 2px solid #DDD;
	border-bottom: 3px solid #BBB;
	border-left: 3px solid #AAA;
	background-color: #CCC;
	box-shadow: -5px 5px 5px #888;
}
#welcome_text p {
	position: relative;
	display: block;
	text-align: left;
	width: 175px;
	height: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	text-indent: 35px;
	line-height: 21.5px;
	list-style-type: none;
	cursor: default;
	border: 0px solid #000;
}
header {
	position: relative;
	display: block;
	vertical-align: baseline;
	width: 710px;
	height: 136px;
	padding: 0px;
	margin: 0px;
	clear: right;
	float: right;
	border: 0px solid #E00;
}
nav {
	position: relative;
	display: block;
	vertical-align: baseline;
	width: 708px;
	height: 134px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	list-style-position: outside;
	clear: both;
	border: 0px solid #444;
}
#nameLogo {
	position: relative;
	display: block;
	width: 708px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	border: 0px solid #000;
}
#nameLogo02 {
	position: relative;
	display: inline;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 3px;
	font-family: "Helvetica", Ariel, sans-serif;
	font-size: 64px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 105px;
	width: auto;
	height: 90px;
	padding-top: 10px;
	float: left;
	list-style-type: none;
	background:none;
	color: #666;
	border: 0px solid #E00;
	text-shadow: -4px 4px 5px #888;
	filter: DropShadow(color=#888, OffX=-3, OffY=3, Positive=true);
}
#a1 {
	position: relative;
	display: inline;
	clear: left;
	float: left;
	margin-left: 10px;
	color: #666;
	-webkit-animation-duration: 1.1s;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.1s;
	-moz-animation-delay: 0.1s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.1s;
	-o-animation-delay: 0.1s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.1s;
	animation-delay: 0.1s;
	animation-iteration-count: 1;
}
#a2 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.15s;
	-webkit-animation-delay: 0.15s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.15s;
	-moz-animation-delay: 0.15s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.15s;
	-o-animation-delay: 0.15s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.15s;
	animation-delay: 0.15s;
	animation-iteration-count: 1;
}
#a3 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-delay: 0.2s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.2s;
	-moz-animation-delay: 0.2s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.2s;
	-o-animation-delay: 0.2s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.2s;
	animation-delay: 0.2s;
	animation-iteration-count: 1;
}
#a4 {
	position: relative;
	clear: none;
	float: left;
	display: inline;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.25s;
	-webkit-animation-delay: 0.25s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.25s;
	-moz-animation-delay: 0.25s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.25s;
	-o-animation-delay: 0.25s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.25s;
	animation-delay: 0.25s;
	animation-iteration-count: 1;
}
#a5 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.3s;
	-moz-animation-delay: 0.3s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.3s;
	-o-animation-delay: 0.3s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.3s;
	animation-delay: 0.3s;
	animation-iteration-count: 1;
}
#b1 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: 25px;
	color: #666;
	-webkit-animation-duration: 1.35s;
	-webkit-animation-delay: 0.35s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.35s;
	-moz-animation-delay: 0.35s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.35s;
	-o-animation-delay: 0.35s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.35s;
	animation-delay: 0.35s;
	animation-iteration-count: 1;
}
#b2 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-delay: 0.4s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.4s;
	-moz-animation-delay: 0.4s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.4s;
	-o-animation-delay: 0.4s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.4s;
	animation-delay: 0.4s;
	animation-iteration-count: 1;
}
#b3 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.45s;
	-webkit-animation-delay: 0.45s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.45s;
	-moz-animation-delay: 0.45s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.45s;
	-o-animation-delay: 0.45s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.45s;
	animation-delay: 0.45s;
	animation-iteration-count: 1;
}
#b4 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.5s;
	-moz-animation-delay: 0.5s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.5s;
	-o-animation-delay: 0.5s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.5s;
	animation-delay: 0.5s;
	animation-iteration-count: 1;
}
#b5 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.55s;
	-webkit-animation-delay: 0.55s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.55s;
	-moz-animation-delay: 0.55s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.55s;
	-o-animation-delay: 0.55s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.55s;
	animation-delay: 0.55s;
	animation-iteration-count: 1;
}
#b6 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.6s;
	-webkit-animation-delay: 0.6s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.6s;
	-moz-animation-delay: 0.6s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.6s;
	-o-animation-delay: 0.6s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.6s;
	animation-delay: 0.6s;
	animation-iteration-count: 1;
}
#b7 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.65s;
	-webkit-animation-delay: 0.65s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.65s;
	-moz-animation-delay: 0.65s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.65s;
	-o-animation-delay: 0.65s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.65s;
	animation-delay: 0.65s;
	animation-iteration-count: 1;
}
#b8 {
	position: relative;
	display: inline;
	clear: none;
	float: left;
	margin-left: .01px;
	color: #666;
	-webkit-animation-duration: 1.7s;
	-webkit-animation-delay: 0.7s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 1.7s;
	-moz-animation-delay: 0.7s;
	-moz-animation-iteration-count: 1;
	-o-animation-duration: 1.7s;
	-o-animation-delay: 0.7s;
	-o-animation-iteration-count: 1;
	animation-duration: 1.7s;
	animation-delay: 0.7s;
	animation-iteration-count: 1;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	80% {
		-moz-transform: translateY(-10px);
	}
	100% {
		-moz-transform: translateY(0);
	}
}
@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	80% {
		-o-transform: translateY(-10px);
	}
	100% {
		-o-transform: translateY(0);
	}
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}
.animated bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
#menu_box {
	position: relative;
	display: block;
	width: auto;
	height: 34px;
	margin: 0px;
	margin-left: 8px;
	list-style-type: none;
	list-style-position: outside;
	clear: none;
	border: 0px solid #00F;
}
#nav_buttons_list {
	position: relative;
	display: inline;
	width: 560px;
	height: 27px;
	margin-top: 5px;
	letter-spacing: 1px;
	font-family: "Ariel", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	clear: none;
	float: left;
	background-color: #EEE;
	border-top: 1px solid #EEE;
	box-shadow: -5px 5px 5px #888;
}
#nav_buttons_list li{
	position:relative;
	display: block;
	text-align: center;
	width: 80px;
	height: 30px;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	clear: none;
	float: left;
}
#home_button {
	width: 76px;
	border-left: 3px solid #AAA;

}
#bio_button {
	width: 78px;
}
#news_button {
	width: 78px;
}
#reels_button {
	width: 78px;
}
#photos_button {
	width: 78px;
}
#resume_button {
	width: 78px;
}
#contact_button {
	width: 78.2px;
}
.dim {
	position: relative;
	display: block;
	height: 18px;
	padding-top: 8px;
	clear: none;
	float: left;
	border-top: 0px solid #777;
	border-right: 0px solid #777;
	border-bottom: 3px solid #AAA;
	border-left: 1px solid #777;
	color: #555;
	background-color: #CCC;
}
.lit {
	position: relative;
	display: block;
	height: 18px;
	padding-top: 8px;
	color: #0FF;
	text-decoration: none;
	background-color: #777;
	border-top: 0px solid #777;
	border-right: 0px solid #555;
	border-bottom: 3px solid #AAA;
	border-left: 1px solid #777;
}
#sub_nav_list {
	position: relative;
	display: block;
	width: 100px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	margin-right: 15px;
	clear: right;
	float: right;
	border: 0px solid #666;
}
#sub_nav_list li {
	position: relative;
	display: inline;
	width: auto;
	height: 30px;
	padding: 0px;
	border: 0px solid #fff;
}
#imdb_icon {
	position: relative;
	display: block;
	vertical-align: middle;
	text-align: center;
	width: 41px;
	height: 22px;
	font-family: "Arial Black", Tahoma, Helvetica, sans-serif;
	line-height: 21px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-bottom: 0px;
	margin-right: 7px;
	margin-left: 1px;
	clear: left;
	float: left;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	color: #EEE;
	background-color: #666;
	border: 2px solid #666;
	box-shadow: -3px 3px 4px #888;
}
#imdb_icon:hover {
	color: #FC0;
	background-color: #555;
	border: 2px solid #FC0;
}
#fb_icon {
	position: relative;
	display: block;
	text-indent: 9px;
	width: 25px;
	height: 25px;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 28px;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin-left: 5px;
	clear: none;
	float: left;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	color: #EEE;
	background-color: #666;
	border: 2px solid #666;
	box-shadow: -3px 3px 4px #888;
}
#fb_icon:hover {
	width: 25px;
	height: 25px;
	color: #0FF;
	border: 2px solid #0FF;
	background-color: #555;
}
#home_button:hover {
	color: #0FF;
	text-decoration: none;
	background-color: #AAA;
	border-bottom: 3px solid #0FF;
	border-left: 3px solid #888;
}
#bio_button:hover {
	color: #0FF;
	text-decoration: none;
	background-color: #AAA;
	border-bottom: 3px solid #0FF;
	border-left: 1px solid #777;
}
#news_button:hover {
	color: #0FF;
	text-decoration: none;
	background-color: #AAA;
	border-bottom: 3px solid #0FF;
	border-left: 1px solid #777;
}
#reels_button:hover {
	color: #0FF;
	text-decoration: none;
	background-color: #AAA;
	border-bottom: 3px solid #0FF;
	border-left: 1px solid #777;
}
#photos_button:hover {
	color: #0FF;
	text-decoration: none;
	background-color: #AAA;
	border-bottom: 3px solid #0FF;
	border-left: 1px solid #777;
}
#resume_button:hover {
	color: #0FF;
	text-decoration: none;
	background-color: #AAA;
	border-bottom: 3px solid #0FF;
	border-left: 1px solid #777;
}
#contact_button:hover {
	color: #0FF;
	text-decoration: none;
	background-color: #AAA;
	border-bottom: 3px solid #0FF;
	border-left: 1px solid #777;
}
#featured_work {
	position: relative;
	display: block;
	vertical-align: baseline;	
	width: 644px;
	height: 364px;
	padding: 0px;
	margin-top: 22px;
	margin-right: 57px;
	margin-bottom: 30px;
	margin-left: 0px;
	clear: none;
	float: right;
	list-style-type: none;
	border: 0px solid #666;
}
.slideshow {
	position: relative;
	display: block;
	vertical-align: baseline;
	text-align: center;	
	width: 642px;
	height: 362px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	visibility: visible;
	z-index: 0;
	background-color: transparent;
	border: 0px solid #444;
}
.slideshow img {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border: 1px solid #777;
	background-color: #EEE;
	box-shadow: inset 0px 32px 72px #666;
}
#featured_photos {
	position: absolute;
	display: block;
	width: 800px;
	height: 450px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 145px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 26px;
	z-index: -5;
	overflow: hidden;
	list-style-type: none;
	/*background-position: center;
	*/
	background-repeat: no-repeat;
	border: 0px solid #000;
}
#holder {
	position: relative;
	width: 728px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
	border: 1px solid transparent;
}
.mc-hide-scrolls{
	overflow:hidden;
}
body .mc-cycle {
	position: relative;
	width: 728px;
	height: 450px;
	overflow: hidden;
	z-index: -1;
	background-position:center;
	background-repeat:no-repeat;
}
div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity:*/
	/*-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out; 
	/*If you are using horizontal slide transitions, use the following CSS:*/
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	/*background-position:center;*/
	background-repeat:no-repeat;
	overflow:hidden;
	width:728px;
	height:450px;
}
.mc-old-browser .mc-image {
	overflow:hidden;
}
/* Other container */
.contentContainer {
	position: relative;
	width: 135px;
	height: 452px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 145px;
	margin-right: 0px;
	margin-left: 826px;
	margin-bottom: 8px;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.8;
	*/
	font-family: sans-serif;
	color: #FFF;
	background-color: transparent;
	border: 1px transparent #DDD;
}
/* Center my loader */
#maximage {
	position: relative;
	display: block;
	width: 960px;
	height: 593px;
	margin: auto;
	clear: both;
	background-position:center;
	background-repeat:no-repeat;
	border: 0px solid #FFF;
}
/*I want to style my pager*/
#cycle-nav {
    width: 129px;
	height: 418px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 0px;
	float: right;
	border: 0px solid #E00;
	background-color: transparent;
	overflow-y: scroll;
}
#cycle-nav ul {
    list-style-type: none;
}
#cycle-nav ul li {
	position: relative;
	display: block;
	width: 98px;
	height: 61px;
	margin: 2px;
	margin-left: 3px; 
	clear: none;
	float: left;
	overflow: hidden;
	font-size: 12px;
	background: transparent;
	border: 3px solid #444;
}
#cycle-nav ul li a {
	vertical-align: top;
	width: 96px;
	height: 59px;
	margin: 0px;
	float: left;
	background: transparent;
	border: 1px transparent #555;
}
#cycle-nav ul li.activeSlide {
    border: 3px solid #0FF;
}
/* Other random styles */
#arrow_left {
	position: absolute;
	text-decoration: none;
	margin-top: 426px;
	margin-left: 32px;
	float: left;
}
.toggle {
	position: absolute;
	margin-top: 426px;
	margin-left: 49px;
	clear: none;
	float: left;
}
#arrow_right {
	position: absolute;
	text-decoration: none;
	margin-top: 426px;
	margin-left: 78px;
	clear: none;
	float: left;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #999;
}
hr {
	clear: both;
}
p {
	margin-bottom: 24px;
}
.largeTxt {
	font-size: 24px;
}
#footer {
	position: relative;
	display: block;
	vertical-align: baseline;
	text-align: center;
	width: 960px;
	height: 33px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	list-style-position: outside;
	clear: both;
	background-color: #CCC;
	border-top: 2px solid #DDD;
	border-right: 2px solid #DDD;
	border-bottom: 3px solid #AAA;
	border-left: 3px solid #AAA;
	box-shadow: -5px 5px 5px #888;
}
#styleMenu {
	display: block;
	height: 31px;
	width: 958px;
	background-color: transparent;
	border: 0px solid #E00;
}
.formLeft {
	position: relative;
	display: inline-block;
	width: 250px;
	height: 29px;
	clear: left;
	float: left;
	border: 0px solid #555;
}
.formCenter {
	position: relative;
	display: inline-block;
	width: 224px;
	height: 26px;
	margin-left: 110px;
	clear: none;
	float: left;
	border: 0px solid #555;
}
.formRight {
	position: relative;
	display: inline-block;
	width: 250px;
	height: 29px;
	clear: none;
	float: right;
	border: 0px solid #555;
}
#styleA {
	position: relative;
	display: block;
	letter-spacing: .5px;
	word-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	width: 26px;
	height: 26px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	-webkit-transition: width 0.50s ease-in-out;
	-moz-transition: width 0.50s ease-in-out;
	-o-transition: width 0.50s ease-in-out;
	-ms-transition: width 0.50s ease-in-out;
	transition: width 0.50s ease-in-out;
	line-height: 22px;
	overflow: hidden;
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 0px;
	clear: right;
	float: right;
	color: transparent;
	border: 0px solid #777;
	background-color: #999;
	box-shadow: -5px 5px 5px #888;
}
#styleB {
	position: relative;
	display: block;
	letter-spacing: .5px;
	word-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	width: 26px;
	height: 26px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	-webkit-transition: width 0.50s ease-in-out;
	-moz-transition: width 0.50s ease-in-out;
	-o-transition: width 0.50s ease-in-out;
	-ms-transition: width 0.50s ease-in-out;
	transition: width 0.50s ease-in-out;
	clear: left;
	float: left;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 0px;
	color: transparent;
	border: 0px solid #777;
	background-color: #999;
	box-shadow: -5px 5px 5px #888;
}
#styleO {
	position: relative;
	display: block;
	letter-spacing: .5px;
	word-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	width: 26px;
	height: 26px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	-webkit-transition: width 0.50s ease-in-out;
	-moz-transition: width 0.50s ease-in-out;
	-o-transition: width 0.50s ease-in-out;
	-ms-transition: width 0.50s ease-in-out;
	transition: width 0.50s ease-in-out;
	clear: both;
	float: none;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	color: transparent;
	border: 0px solid #777;
	background-color: #999;
	box-shadow: -5px 5px 5px #888;
}
#styleA:hover {
	width: 200px;
	height: 26px;
	overflow: hidden;
	-webkit-transition: width 0.50s ease-in-out;
	-moz-transition: width 0.50s ease-in-out;
	-o-transition: width 0.50s ease-in-out;
	-ms-transition: width 0.50s ease-in-out;
	transition: width 0.50s ease-in-out;
	color: #0FF;
	background-color: #B60;
	text-indent: 10px;
}
#styleB:hover {
	width: 200px;
	height: 26px;
	overflow: hidden;
	-webkit-transition: width 0.50s ease-in-out;
	-moz-transition: width 0.50s ease-in-out;
	-o-transition: width 0.50s ease-in-out;
	-ms-transition: width 0.50s ease-in-out;
	transition: width 0.50s ease-in-out;
	text-indent: 50px;
	color: #0FF;
}
#styleO:hover {
	width: 222px;
	height: 26px;
	overflow: hidden;
	-webkit-transition: width 0.50s ease-in-out;
	-moz-transition: width 0.50s ease-in-out;
	-o-transition: width 0.50s ease-in-out;
	-ms-transition: width 0.50s ease-in-out;
	transition: width 0.50s ease-in-out;
	background-color: #00F;
	color: #0FF;
	text-indent: 45px;
}
#copyWright {
	position: relative;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 150px;
	height: auto;
	clear: left;
	float: left;
	line-height: 12px;
	margin-top: 15px;
	margin-left: 50px;
	margin-right: auto;
	color: #AAA;
	border: 0px solid #777;
}
#webDesign {
	position: relative;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 150px;
	height: auto;
	clear: none;
	float: right;
	line-height: 12px;
	margin-top: 15px;
	margin-right: 50px;
	color: #AAA;
	border: 0px solid #777;
}
#bioPics {
	position: relative;
	display: block;
	width: 234px;
	height: auto;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: none;
	float: left;
	border: 0px solid #00F;
}
#bioPic1 {
	position: relative;
	display: block;
	width: 229px;
	height: 148px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	float: left;
	box-shadow: -5px 5px 5px #888;
	border-top: 2px solid #EEE;
	border-right: 2px solid #EEE;
	border-bottom: 3px solid #AAA;
	border-left: 3px solid #AAA;
}
#bioPic2 {
	position: relative;
	display: block;
	width: 229px;
	height: 235px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	clear: left;
	box-shadow: -5px 5px 5px #888;
	border-top: 2px solid #EEE;
	border-right: 2px solid #EEE;
	border-bottom: 3px solid #AAA;
	border-left: 3px solid #AAA;
}
#bioPic3 {
	position: relative;
	display: block;
	width: 229px;
	height: 221px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	clear: left;
	box-shadow: -5px 5px 5px #888;
	border-top: 2px solid #EEE;
	border-right: 2px solid #EEE;
	border-bottom: 3px solid #AAA;
	border-left: 3px solid #AAA;
}
#bioPic4 {
	position: relative;
	display: block;
	width: 229px;
	height: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	clear: left;
	box-shadow: -5px 5px 5px #888;
	border-top: 2px solid #EEE;
	border-right: 2px solid #EEE;
	border-bottom: 3px solid #AAA;
	border-left: 3px solid #AAA;
}
#bioContent {
	position: relative;
	display: block;
	width: 600px;
	height: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: none;
	float: right;
	list-style-type: none;
	background-color: #DDD;
	box-shadow: -5px 5px 5px #888;
	border-top: 2px solid #EEE;
	border-right: 2px solid #EEE;
	border-bottom: 3px solid #AAA;
	border-left: 3px solid #AAA;
}
#bioContent p {
	position: relative;
	display: block;
	vertical-align: baseline;
	text-align: left;
	letter-spacing: .5px;
	word-spacing: .5px;
	text-indent: 45px;
	line-height: 20px;
	font-size: 17px;
	width: 560px;
	height: auto;
	padding: 7px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	float: left;
	clear: left;
	color: #000;
	border: 0px solid #E00;
}
#newsText {
	position: relative;
	display: block;
	width: 600px;
	height: auto;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 23px;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 0px;
	clear: none;
	float: right;
	list-style-type: none;
	background-color: #DDD;
	box-shadow: -5px 5px 5px #888;
	border-top: 2px solid #EEE;
	border-right: 2px solid #EEE;
	border-bottom: 3px solid #AAA;
	border-left: 3px solid #AAA;
}
#blogLink {
	font-size: 22px;	
}
#newsText p {
	position: relative;
	display: block;
	vertical-align: baseline;
	text-align: left;
	letter-spacing: .5px;
	word-spacing: .5px;
	text-indent: 45px;
	line-height: 20px;
	font-size: 17px;
	width: 560px;
	height: 200px;
	padding: 7px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	clear: left;
	color: #000;
	border: 0px solid #E00;
}
.news_date {
	height: auto;
	width: 100px;
	text-align: left;
	border: thin none #030303;
	float: left;
	margin-right: 7px;
	vertical-align: baseline;
	display: inline;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	left: -30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 4px;
}
.news_entry {
	height: auto;
	width: 750px;
	text-align: left;
	vertical-align: baseline;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 22px;
	display: block;
	position: relative;
	list-style-type: none;
	padding: 3px;
	float: left;
	left: -125px;
	top: -80px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #888;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 23px;
}
#resumeText {
	position: relative;
	display: block;
	width: 600px;
	height: 230px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 23px;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 0px;
	clear: none;
	float: right;
	list-style-type: none;
	background-color: #DDD;
	box-shadow: -5px 5px 5px #888;
	border-top: 2px solid #EEE;
	border-right: 2px solid #EEE;
	border-bottom: 3px solid #AAA;
	border-left: 3px solid #AAA;
}
#resumeText p {
	position: relative;
	display: block;
	vertical-align: baseline;
	text-align: left;
	letter-spacing: .5px;
	word-spacing: .5px;
	text-indent: 45px;
	line-height: 20px;
	font-size: 17px;
	width: 560px;
	height: auto;
	padding: 7px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	clear: left;
	color: #000;
	border: 0px solid #E00;
}
#resume_link {
	font-size: 22px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	left: auto;
	right: auto;
	vertical-align: baseline;
	display: inline;
	clear: both;
	float: none;
	z-index: 10;
}
#contactText {
	position: relative;
	display: block;
	width: 600px;
	height: 230px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 23px;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 0px;
	clear: none;
	float: right;
	list-style-type: none;
	background-color: #DDD;
	box-shadow: -5px 5px 5px #888;
	border-top: 2px solid #EEE;
	border-right: 2px solid #EEE;
	border-bottom: 3px solid #AAA;
	border-left: 3px solid #AAA;
}
#contactText p {
	position: relative;
	display: block;
	vertical-align: baseline;
	text-align: left;
	letter-spacing: .5px;
	word-spacing: .5px;
	text-indent: 45px;
	line-height: 20px;
	font-size: 17px;
	width: 560px;
	height: auto;
	padding: 7px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	float: left;
	clear: left;
	color: #000;
	border: 0px solid #e00;
}
#email_link {
	font-size: 22px;
	z-index: 11;
}
.my_links {
	cursor: pointer;
	color: #609;
	text-decoration: underline;
	z-index: 10;
}
.my_links:hover {
	cursor: pointer;
	color: #33F;
	text-decoration: underline;
}
.list {
	/*
	overflow-y: scroll;
	*/
	position: relative;
	display: block;
	width: 960px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	background-color: transparent;
	color: #CCC;
	border: 0px solid #555;
}
.list li {
	position: relative;
	display: inline;
	vertical-align: baseline;
	text-align: center;
	font-size: 12px;
	width: 300px;
	height: 170px;
	padding-bottom: 18px;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 7px;
	margin-left: 6px;
	clear: none;
	float: left;
	list-style-type: none;
	color: #CCC;
	background-color: #AAA;
	border: 4px solid #777;
}
.list li:hover {
	color: #FFF;
	border: 4px solid #0FF;
	background-color: #444;
}
/*
.list {
display: block;
width: 960px;
height: 550px;
position: relative;
overflow-y: scroll;
}*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #AAA;
	color: #00F;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #DDD;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #ddd;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ddd;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite@2x.png);
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url(fancybox_loading@2x.gif);
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}