html,body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7e6666;
	background-color: #7f7b76;
	font-size: 12px;
	height: 100%;
	background-image: url(images/bodybg.png);
}
a:active { text-decoration: none; color:#df8e00}
a:link { text-decoration: none; color:#df8e00}
a:visited { text-decoration: none; color:#df8e00}
a:hover { text-decoration: ; color:#FFFFFF}

.footercolor a:active { text-decoration: none; color:#8ec8e1}
.footercolor a:link { text-decoration: none; color:#8ec8e1}
.footercolor a:visited { text-decoration: none; color:#8ec8e1}
.footercolor a:hover { text-decoration: ; color:#FFFFFF}

#menu {
	list-style: none;
	margin: 0;
	width: 250px;
	height: 298px;
	position: relative;
	padding: 0;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: 0 -33px;
}
#menu .home {
  width: 250px;
  height: 33px;
  background: url(images/home_nav.png) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .homecurrent {
  width: 250px;
  height: 33px;
  background: url(images/home_nav.png) no-repeat;
  background-position: 0 -66px;
  left: 0px;
  top: 0px;
}
#menu .artwork {
  width: 250px;
  height: 33px;
  background: url(images/artwork_nav.png) no-repeat;
  left: 0px;
  top: 33px;
}
#menu .artworkcurrent {
  width: 250px;
  height: 33px;
  background: url(images/artwork_nav.png) no-repeat;
  background-position: 0 -66px;
  left: 0px;
  top: 33px;
}
#menu .photography {
  width: 250px;
  height: 33px;
  background: url(images/photography_nav.png) no-repeat;
  left: 0px;
  top: 66px;
}
#menu .photographycurrent {
  width: 250px;
  height: 33px;
  background: url(images/photography_nav.png) no-repeat;
  background-position: 0 -66px;
  left: 0px;
  top: 66px;
}
#menu .demo_reel {
  width: 250px;
  height: 33px;
  background: url(images/demo_reel_nav.png) no-repeat;
  left: 0px;
  top: 99px;
}
#menu .demo_reelcurrent {
  width: 250px;
  height: 33px;
  background: url(images/demo_reel_nav.png) no-repeat;
  background-position: 0 -66px;
  left: 0px;
  top: 99px;
}
#menu .resume {
	width: 250px;
	height: 33px;
	background: url(images/resume_nav.png) no-repeat;
	left: 0px;
	top: 132px;
}
#menu .resumecurrent {
  width: 250px;
  height: 33px;
  background: url(images/resume_nav.png) no-repeat;
  background-position: 0 -66px;
  left: 0px;
  top: 132px;
}
#menu .about {
  width: 250px;
  height: 33px;
  background: url(images/about_nav.png) no-repeat;
  left: 0px;
  top: 165px;
}
#menu .aboutcurrent {
  width: 250px;
  height: 33px;
  background: url(images/about_nav.png) no-repeat;
  background-position: 0 -66px;
  left: 0px;
  top: 165px;
}
#menu .contact_faq {
	width: 250px;
	height: 33px;
	background: url(images/contact_faq_nav.png) no-repeat;
	left: -1px;
	top: 198px;
}
#menu .contact_faqcurrent {
  width: 250px;
  height: 33px;
  background: url(images/contact_faq_nav.png) no-repeat;
  background-position: 0 -66px;
  left: 0px;
  top: 198px;
}
#menu .tutorials {
  width: 250px;
  height: 33px;
  background: url(images/tutorials_nav.png) no-repeat;
  left: 0px;
  top: 231px;
}
#menu .tutorialscurrent {
  width: 250px;
  height: 33px;
  background: url(images/tutorials_nav.png) no-repeat;
  background-position: 0 -66px;
  left: 0px;
  top: 231px;
}
#menu .blog {
  width: 250px;
  height: 33px;
  background: url(images/blog_nav.png) no-repeat;
  left: 0px;
  top: 264px;
}
#menu .blogcurrent {
  width: 250px;
  height: 33px;
  background: url(images/blog_nav.png) no-repeat;
  background-position: 0 -66px;
  left: 0px;
  top: 264px;
}
.container {
	width: 975px;
	text-align: left;
	background-repeat: repeat;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	min-height: 100%;
	height: 100%;
	display: inline-block;
}
.main_content_shell {
	width: 899px;
	overflow: visible;
	position: relative;
	float: left;
	padding-left: 38px;
	padding-bottom: 100px;
}
.header {
	background-image: url(images/header_banner.png);
	height: 227px;
	width: 899px;
	overflow: visible;
}
.top_colorbar {
	background-color: #29abe2;
	height: 7px;
}
#apDiv1_spyder {
	position:absolute;
	width:413px;
	height:227px;
	z-index:1;
	overflow: visible;
	top: -25px;
	left: -13px;
}
#apDiv1_janus {
	position:absolute;
	width:541px;
	height:495px;
	z-index:1;
	top: 89px;
	left: 584px;
}
.left_col {
	float: left;
	width: 428px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.right_col {
	float: left;
	width: 471px;
	overflow: hidden;
	position: relative;
}
.top_latest {
	background-image: url(images/top_latest.jpg);
	height: 31px;
	width: 428px;
	position: relative;
}
.old_paper {
	background-image: url(images/old_paper.jpg);
	width: 471px;
	height: 381px;
	overflow: visible;
}
.left_col_content_home {
	height: 728px;
	text-align: center;
	position: relative;
	width: 417px;
	background-color: #000000;
	margin-left: 10px;
}
.left_col_content_artwork {
	height: 3000px;
	text-align: center;
	position: relative;
	background-color: #000000;
	width: 417px;
	margin-left: 10px;
}
.left_col_content_photography {
	height: 820px;
	text-align: center;
	position: relative;
	background-color: #000000;
	margin-left: 10px;
	width: 417px;
}
.left_col_content_demoreel {
	height: 400px;
	text-align: center;
	position: relative;
	background-color: #000000;
	margin-left: 10px;
	width: 417px;
}
.left_col_content_contactfaq {
	height: 600px;
	text-align: center;
	position: relative;
	background-color: #000000;
	margin-left: 10px;
	width: 417px;
}
.left_col_content_about {
	height: 687px;
	text-align: center;
	position: relative;
	background-color: #000000;
	margin-left: 10px;
	width: 417px;
}
.left_col_content_resume {
	height: auto;
	text-align: center;
	position: relative;
	background-color: #000000;
	margin-left: 10px;
	width: 417px;
}
.latest_img {
	padding: 5px;
	margin-left: 0px;
}
.bottom_latest {
	background-image: url(images/bottom_latest.jpg);
	width: 428px;
	height: 87px;
	position: relative;
	overflow: visible;
	margin-left: 10px;
}
.bottom_latest2 {
	background-image: url(images/bottom_latest.jpg);
	width: 418px;
	height: 87px;
	position: relative;
	text-align: left;
}
.right_col_bg {
	width: 471px;
	height: auto;
	border: solid 0 px;
	position: relative;
}
.news_area {
	width: 446px;
	height: inherit;
	background-repeat: no-repeat;
	background-image: url(images/right_col_bg.png);
	padding: 10px;
	overflow: hidden;
	padding-right: 15px;
	padding-top: 15px;
	min-height: 433px;
}
.margintenpx {
	margin-left: 10px;
	color: #FFFFFF;
}
h4 {
	color: #FFFFFF;
	font-size: 14px;
}
p {
	color: #8ec8e1;
	font-size: 12px;
}
.p_welcome {
	color: #00c6e3;
	font-size: 12px;
}
.p_footer {
	color: #00c6e3;
	font-size: 10px;
}
.left_col_lowest {
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #1c222c;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.footer {
	position: absolute;
	width: 899px;
	bottom: 0px;
	height: 100px;
}
div.clearer {
	clear: both;
	line-height: 0;
	height: 100;
}
.wrapper {
	float: left;
	position: inherit;
	width: 975px;
	display: inline-block;
	background-image: url(images/content_bgtile.png);
}
.cenhline {
	width: 899px;
	position: relative;
	text-align: center;
	border-bottom: solid 7px;
	border-color: #29ABE2;
	height: 93px;
}
.hline {
	text-align: center;
	position: relative;
	width: 882px;
	border-top: solid 1px;
	border-color: #004f71;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer_grad.png);
	background-repeat: repeat-x;
	height: 100px;
}
.footer_logo {
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
	width: 170px;
	height: auto;
	float: left;
	border-right: solid 1px;
	margin-top: 15px;
	border-color: #004f71;
}
.footer_links {
	text-align: left;
	position: relative;
	width: 677px;
	float: right;
	padding-top: 28px;
	padding-left: 2px;
}
.bold {
	color: #eee1b2;
}
.category {
	color: #99C6D5;
	display: block;
	text-align: center;
}
.menu_nav_shell {
	z-index: 2;
	height: 297px;
	width: 250px;
	position: absolute;
	left: 495px;
	top: 272px;
}
.title {
	color: #eee1b2;
	text-align: center;
	width: 420px;
	margin-left: 0px;
}
.left_align {
	color: #eee1b2;
	text-align: left;
	width: 415px;
	margin-left: 5px;
}
.pixeldown {
	margin-top: 3px;
}
.thumbnails {
	color: #eee1b2;
	text-align: center;
	width: 428px;
	margin-left: 5px;
	float: left;
}
.thumb_shell {
	text-align: center;
	width: 61px;
	margin-left: 6px;
	background-color: #070C12;
	height: 66px;
	display: block;
	float: left;
	margin-top: 5px;
}
img {
	border: none;
}
















/* Start of Artwork gallery Section */
.concept001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc001_thumb.jpg") 0 0 no-repeat;
}
.concept001 a:hover { 
	background-position: -61px 0;
}
.concept002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc002_thumb.jpg") 0 0 no-repeat;
}
.concept002 a:hover { 
	background-position: -61px 0;
}
.concept003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc003_thumb.jpg") 0 0 no-repeat;
}
.concept003 a:hover { 
	background-position: -61px 0;
}
.concept004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc004_thumb.jpg") 0 0 no-repeat;
}
.concept004 a:hover { 
	background-position: -61px 0;
}
.concept005 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc005_thumb.jpg") 0 0 no-repeat;
}
.concept005 a:hover { 
	background-position: -61px 0;
}
.concept006 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc006_thumb.jpg") 0 0 no-repeat;
}
.concept006 a:hover { 
	background-position: -61px 0;
}
.concept007 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc007_thumb.jpg") 0 0 no-repeat;
}
.concept007 a:hover { 
	background-position: -61px 0;
}
.concept008 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc008_thumb.jpg") 0 0 no-repeat;
}
.concept008 a:hover { 
	background-position: -61px 0;
}
.concept009 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc009_thumb.jpg") 0 0 no-repeat;
}
.concept009 a:hover { 
	background-position: -61px 0;
}
.concept010 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc010_thumb.jpg") 0 0 no-repeat;
}
.concept010 a:hover { 
	background-position: -61px 0;
}
.concept011 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc011_thumb.jpg") 0 0 no-repeat;
}
.concept011 a:hover { 
	background-position: -61px 0;
}
.concept012 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc012_thumb.jpg") 0 0 no-repeat;
}
.concept012 a:hover { 
	background-position: -61px 0;
}
.concept013 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc013_thumb.jpg") 0 0 no-repeat;
}
.concept013 a:hover { 
	background-position: -61px 0;
}
.concept014 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc014_thumb.jpg") 0 0 no-repeat;
}
.concept014 a:hover { 
	background-position: -61px 0;
}
.concept015 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc015_thumb.jpg") 0 0 no-repeat;
}
.concept015 a:hover { 
	background-position: -61px 0;
}
.concept016 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc016_thumb.jpg") 0 0 no-repeat;
}
.concept016 a:hover { 
	background-position: -61px 0;
}
.concept017 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc017_thumb.jpg") 0 0 no-repeat;
}
.concept017 a:hover { 
	background-position: -61px 0;
}
.concept018 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc018_thumb.jpg") 0 0 no-repeat;
}
.concept018 a:hover { 
	background-position: -61px 0;
}
.concept019 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc019_thumb.jpg") 0 0 no-repeat;
}
.concept019 a:hover { 
	background-position: -61px 0;
}
.concept020 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc020_thumb.jpg") 0 0 no-repeat;
}
.concept020 a:hover { 
	background-position: -61px 0;
}
.concept021 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc021_thumb.jpg") 0 0 no-repeat;
}
.concept021 a:hover { 
	background-position: -61px 0;
}
.concept022 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc022_thumb.jpg") 0 0 no-repeat;
}
.concept022 a:hover { 
	background-position: -61px 0;
}
.concept023 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc023_thumb.jpg") 0 0 no-repeat;
}
.concept023 a:hover { 
	background-position: -61px 0;
}
.concept024 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc024_thumb.jpg") 0 0 no-repeat;
}
.concept024 a:hover { 
	background-position: -61px 0;
}
.concept025 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc025_thumb.jpg") 0 0 no-repeat;
}
.concept025 a:hover { 
	background-position: -61px 0;
}
.concept026 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc026_thumb.jpg") 0 0 no-repeat;
}
.concept026 a:hover { 
	background-position: -61px 0;
}
.concept027 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc027_thumb.jpg") 0 0 no-repeat;
}
.concept027 a:hover { 
	background-position: -61px 0;
}
.concept028 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc028_thumb.jpg") 0 0 no-repeat;
}
.concept028 a:hover { 
	background-position: -61px 0;
}
.concept029 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc029_thumb.jpg") 0 0 no-repeat;
}
.concept029 a:hover { 
	background-position: -61px 0;
}
.concept030 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc030_thumb.jpg") 0 0 no-repeat;
}
.concept030 a:hover { 
	background-position: -61px 0;
}
.concept031 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc031_thumb.jpg") 0 0 no-repeat;
}
.concept031 a:hover { 
	background-position: -61px 0;
}
.concept032 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc032_thumb.jpg") 0 0 no-repeat;
}
.concept032 a:hover { 
	background-position: -61px 0;
}
.concept033 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc033_thumb.jpg") 0 0 no-repeat;
}
.concept033 a:hover { 
	background-position: -61px 0;
}
.concept034 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc034_thumb.jpg") 0 0 no-repeat;
}
.concept034 a:hover { 
	background-position: -61px 0;
}
.concept035 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc035_thumb.jpg") 0 0 no-repeat;
}
.concept035 a:hover { 
	background-position: -61px 0;
}
.concept036 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc036_thumb.jpg") 0 0 no-repeat;
}
.concept036 a:hover { 
	background-position: -61px 0;
}
.concept037 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc037_thumb.jpg") 0 0 no-repeat;
}
.concept037 a:hover { 
	background-position: -61px 0;
}
.concept038 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc038_thumb.jpg") 0 0 no-repeat;
}
.concept038 a:hover { 
	background-position: -61px 0;
}
.concept039 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc039_thumb.jpg") 0 0 no-repeat;
}
.concept039 a:hover { 
	background-position: -61px 0;
}
.concept040 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc040_thumb.jpg") 0 0 no-repeat;
}
.concept040 a:hover { 
	background-position: -61px 0;
}
.concept041 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc041_thumb.jpg") 0 0 no-repeat;
}
.concept041 a:hover { 
	background-position: -61px 0;
}
.concept042 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc042_thumb.jpg") 0 0 no-repeat;
}
.concept042 a:hover { 
	background-position: -61px 0;
}
.concept043 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc043_thumb.jpg") 0 0 no-repeat;
}
.concept043 a:hover { 
	background-position: -61px 0;
}
.concept044 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc044_thumb.jpg") 0 0 no-repeat;
}
.concept044 a:hover { 
	background-position: -61px 0;
}
.concept045 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc045_thumb.jpg") 0 0 no-repeat;
}
.concept045 a:hover { 
	background-position: -61px 0;
}
.concept046 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc046_thumb.jpg") 0 0 no-repeat;
}
.concept046 a:hover { 
	background-position: -61px 0;
}
.concept047 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc047_thumb.jpg") 0 0 no-repeat;
}
.concept047 a:hover { 
	background-position: -61px 0;
}
.concept048 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc048_thumb.jpg") 0 0 no-repeat;
}
.concept048 a:hover { 
	background-position: -61px 0;
}
.concept049 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc049_thumb.jpg") 0 0 no-repeat;
}
.concept049 a:hover { 
	background-position: -61px 0;
}
.concept050 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc050_thumb.jpg") 0 0 no-repeat;
}
.concept050 a:hover { 
	background-position: -61px 0;
}
.concept051 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc051_thumb.jpg") 0 0 no-repeat;
}
.concept051 a:hover { 
	background-position: -61px 0;
}
.concept052 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc052_thumb.jpg") 0 0 no-repeat;
}
.concept052 a:hover { 
	background-position: -61px 0;
}
.concept053 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc053_thumb.jpg") 0 0 no-repeat;
}
.concept053 a:hover { 
	background-position: -61px 0;
}
.concept054 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc054_thumb.jpg") 0 0 no-repeat;
}
.concept054 a:hover { 
	background-position: -61px 0;
}
.concept055 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc055_thumb.jpg") 0 0 no-repeat;
}
.concept055 a:hover { 
	background-position: -61px 0;
}
.concept056 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc056_thumb.jpg") 0 0 no-repeat;
}
.concept056 a:hover { 
	background-position: -61px 0;
}
.concept057 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc057_thumb.jpg") 0 0 no-repeat;
}
.concept057 a:hover { 
	background-position: -61px 0;
}
.concept058 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc058_thumb.jpg") 0 0 no-repeat;
}
.concept058 a:hover { 
	background-position: -61px 0;
}
.concept059 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc059_thumb.jpg") 0 0 no-repeat;
}
.concept059 a:hover { 
	background-position: -61px 0;
}
.concept060 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc060_thumb.jpg") 0 0 no-repeat;
}
.concept060 a:hover { 
	background-position: -61px 0;
}
.concept061 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc061_thumb.jpg") 0 0 no-repeat;
}
.concept061 a:hover { 
	background-position: -61px 0;
}
.concept062 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc062_thumb.jpg") 0 0 no-repeat;
}
.concept062 a:hover { 
	background-position: -61px 0;
}
.concept063 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc063_thumb.jpg") 0 0 no-repeat;
}
.concept063 a:hover { 
	background-position: -61px 0;
}
.concept064 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc064_thumb.jpg") 0 0 no-repeat;
}
.concept064 a:hover { 
	background-position: -61px 0;
}
.concept065 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc065_thumb.jpg") 0 0 no-repeat;
}
.concept065 a:hover { 
	background-position: -61px 0;
}
.concept066 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc066_thumb.jpg") 0 0 no-repeat;
}
.concept066 a:hover { 
	background-position: -61px 0;
}
.concept067 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc067_thumb.jpg") 0 0 no-repeat;
}
.concept067 a:hover { 
	background-position: -61px 0;
}
.concept068 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc068_thumb.jpg") 0 0 no-repeat;
}
.concept068 a:hover { 
	background-position: -61px 0;
}
.concept069 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc069_thumb.jpg") 0 0 no-repeat;
}
.concept069 a:hover { 
	background-position: -61px 0;
}
.concept070 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc070_thumb.jpg") 0 0 no-repeat;
}
.concept070 a:hover { 
	background-position: -61px 0;
}
.concept071 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc071_thumb.jpg") 0 0 no-repeat;
}
.concept071 a:hover { 
	background-position: -61px 0;
}
.concept072 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc072_thumb.jpg") 0 0 no-repeat;
}
.concept072 a:hover { 
	background-position: -61px 0;
}
.concept073 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc073_thumb.jpg") 0 0 no-repeat;
}
.concept073 a:hover { 
	background-position: -61px 0;
}
.concept074 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc074_thumb.jpg") 0 0 no-repeat;
}
.concept074 a:hover { 
	background-position: -61px 0;
}
.concept075 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc075_thumb.jpg") 0 0 no-repeat;
}
.concept075 a:hover { 
	background-position: -61px 0;
}
.concept076 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc076_thumb.jpg") 0 0 no-repeat;
}
.concept076 a:hover { 
	background-position: -61px 0;
}
.concept077 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc077_thumb.jpg") 0 0 no-repeat;
}
.concept077 a:hover { 
	background-position: -61px 0;
}
.concept078 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/sc078_thumb.jpg") 0 0 no-repeat;
}
.concept078 a:hover { 
	background-position: -61px 0;
}


/* Illustration */
.ill001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill001_thumb.jpg") 0 0 no-repeat;
}
.ill001 a:hover { 
	background-position: -61px 0;
}
.ill002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill002_thumb.jpg") 0 0 no-repeat;
}
.ill002 a:hover { 
	background-position: -61px 0;
}
.ill003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill003_thumb.jpg") 0 0 no-repeat;
}
.ill003 a:hover { 
	background-position: -61px 0;
}
.ill004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill004_thumb.jpg") 0 0 no-repeat;
}
.ill004 a:hover { 
	background-position: -61px 0;
}
.ill005 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill005_thumb.jpg") 0 0 no-repeat;
}
.ill005 a:hover { 
	background-position: -61px 0;
}
.ill006 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill006_thumb.jpg") 0 0 no-repeat;
}
.ill006 a:hover { 
	background-position: -61px 0;
}
.ill007 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill007_thumb.jpg") 0 0 no-repeat;
}
.ill007 a:hover { 
	background-position: -61px 0;
}
.ill008 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill008_thumb.jpg") 0 0 no-repeat;
}
.ill008 a:hover { 
	background-position: -61px 0;
}
.ill009 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill009_thumb.jpg") 0 0 no-repeat;
}
.ill009 a:hover { 
	background-position: -61px 0;
}
.ill010 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill010_thumb.jpg") 0 0 no-repeat;
}
.ill010 a:hover { 
	background-position: -61px 0;
}
.ill011 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill011_thumb.jpg") 0 0 no-repeat;
}
.ill011 a:hover { 
	background-position: -61px 0;
}
.ill012 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill012_thumb.jpg") 0 0 no-repeat;
}
.ill012 a:hover { 
	background-position: -61px 0;
}
.ill013 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ill013_thumb.jpg") 0 0 no-repeat;
}
.ill013 a:hover { 
	background-position: -61px 0;
}

/* Wizards of Waverly Place */
.wowp001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/wowp001_thumb.jpg") 0 0 no-repeat;
}
.wowp001 a:hover { 
	background-position: -61px 0;
}
.wowp002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/wowp002_thumb.jpg") 0 0 no-repeat;
}
.wowp002 a:hover { 
	background-position: -61px 0;
}
.wowp003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/wowp003_thumb.jpg") 0 0 no-repeat;
}
.wowp003 a:hover { 
	background-position: -61px 0;
}
.wowp004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/wowp004_thumb.jpg") 0 0 no-repeat;
}
.wowp004 a:hover { 
	background-position: -61px 0;
}
.wowp005 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/wowp005_thumb.jpg") 0 0 no-repeat;
}
.wowp005 a:hover { 
	background-position: -61px 0;
}
.wowp006 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/wowp006_thumb.jpg") 0 0 no-repeat;
}
.wowp006 a:hover { 
	background-position: -61px 0;
}
.wowp007 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/wowp007_thumb.jpg") 0 0 no-repeat;
}
.wowp007 a:hover { 
	background-position: -61px 0;
}

/* Serpent of Isis */
.serp001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp001_thumb.jpg") 0 0 no-repeat;
}
.serp001 a:hover { 
	background-position: -61px 0;
}
.serp002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp002_thumb.jpg") 0 0 no-repeat;
}
.serp002 a:hover { 
	background-position: -61px 0;
}
.serp003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp003_thumb.jpg") 0 0 no-repeat;
}
.serp003 a:hover { 
	background-position: -61px 0;
}
.serp004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp004_thumb.jpg") 0 0 no-repeat;
}
.serp004 a:hover { 
	background-position: -61px 0;
}
.serp005 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp005_thumb.jpg") 0 0 no-repeat;
}
.serp005 a:hover { 
	background-position: -61px 0;
}
.serp006 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp006_thumb.jpg") 0 0 no-repeat;
}
.serp006 a:hover { 
	background-position: -61px 0;
}
.serp007 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp007_thumb.jpg") 0 0 no-repeat;
}
.serp007 a:hover { 
	background-position: -61px 0;
}
.serp008 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp008_thumb.jpg") 0 0 no-repeat;
}
.serp008 a:hover { 
	background-position: -61px 0;
}
.serp009 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp009_thumb.jpg") 0 0 no-repeat;
}
.serp009 a:hover { 
	background-position: -61px 0;
}
.serp010 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp010_thumb.jpg") 0 0 no-repeat;
}
.serp010 a:hover { 
	background-position: -61px 0;
}
.serp011 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp011_thumb.jpg") 0 0 no-repeat;
}
.serp011 a:hover { 
	background-position: -61px 0;
}
.serp012 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp012_thumb.jpg") 0 0 no-repeat;
}
.serp012 a:hover { 
	background-position: -61px 0;
}
.serp013 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp013_thumb.jpg") 0 0 no-repeat;
}
.serp013 a:hover { 
	background-position: -61px 0;
}
.serp014 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp014_thumb.jpg") 0 0 no-repeat;
}
.serp014 a:hover { 
	background-position: -61px 0;
}
.serp015 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp015_thumb.jpg") 0 0 no-repeat;
}
.serp015 a:hover { 
	background-position: -61px 0;
}
.serp016 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp016_thumb.jpg") 0 0 no-repeat;
}
.serp016 a:hover { 
	background-position: -61px 0;
}
.serp017 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp017_thumb.jpg") 0 0 no-repeat;
}
.serp017 a:hover { 
	background-position: -61px 0;
}
.serp018 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp018_thumb.jpg") 0 0 no-repeat;
}
.serp018 a:hover { 
	background-position: -61px 0;
}
.serp019 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp019_thumb.jpg") 0 0 no-repeat;
}
.serp019 a:hover { 
	background-position: -61px 0;
}
.serp020 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp020_thumb.jpg") 0 0 no-repeat;
}
.serp020 a:hover { 
	background-position: -61px 0;
}
.serp021 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp021_thumb.jpg") 0 0 no-repeat;
}
.serp021 a:hover { 
	background-position: -61px 0;
}
.serp022 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp022_thumb.jpg") 0 0 no-repeat;
}
.serp022 a:hover { 
	background-position: -61px 0;
}
.serp023 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp023_thumb.jpg") 0 0 no-repeat;
}
.serp023 a:hover { 
	background-position: -61px 0;
}
.serp024 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/serp024_thumb.jpg") 0 0 no-repeat;
}
.serp024 a:hover { 
	background-position: -61px 0;
}

/* matte paintings */
.matte001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/matte001_thumb.jpg") 0 0 no-repeat;
}
.matte001 a:hover { 
	background-position: -61px 0;
}
.matte002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/matte002_thumb.jpg") 0 0 no-repeat;
}
.matte002 a:hover { 
	background-position: -61px 0;
}
.matte003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/matte003_thumb.jpg") 0 0 no-repeat;
}
.matte003 a:hover { 
	background-position: -61px 0;
}
.matte004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/matte004_thumb.jpg") 0 0 no-repeat;
}
.matte004 a:hover { 
	background-position: -61px 0;
}



/* Life Drawings */
.ld001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ld001_thumb.jpg") 0 0 no-repeat;
}
.ld001 a:hover { 
	background-position: -61px 0;
}
.ld002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ld002_thumb.jpg") 0 0 no-repeat;
}
.ld002 a:hover { 
	background-position: -61px 0;
}

/* Logos */
.logo001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/logo001_thumb.jpg") 0 0 no-repeat;
}
.logo001 a:hover { 
	background-position: -61px 0;
}
.logo002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/logo002_thumb.jpg") 0 0 no-repeat;
}
.logo002 a:hover { 
	background-position: -61px 0;
}
.logo003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/logo003_thumb.jpg") 0 0 no-repeat;
}
.logo003 a:hover { 
	background-position: -61px 0;
}
.logo004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/logo004_thumb.jpg") 0 0 no-repeat;
}
.logo004 a:hover { 
	background-position: -61px 0;
}
.logo005 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/logo005_thumb.jpg") 0 0 no-repeat;
}
.logo005 a:hover { 
	background-position: -61px 0;
}
.logo006 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/logo006_thumb.jpg") 0 0 no-repeat;
}
.logo006 a:hover { 
	background-position: -61px 0;
}
.logo007 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/logo007_thumb.jpg") 0 0 no-repeat;
}
.logo007 a:hover { 
	background-position: -61px 0;
}

/* Icons */
.ico001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ico001_thumb.jpg") 0 0 no-repeat;
}
.ico001 a:hover { 
	background-position: -61px 0;
}
.ico002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ico002_thumb.jpg") 0 0 no-repeat;
}
.ico002 a:hover { 
	background-position: -61px 0;
}
.ico003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ico003_thumb.jpg") 0 0 no-repeat;
}
.ico003 a:hover { 
	background-position: -61px 0;
}
.ico004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ico004_thumb.jpg") 0 0 no-repeat;
}
.ico004 a:hover { 
	background-position: -61px 0;
}
.ico005 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ico005_thumb.jpg") 0 0 no-repeat;
}
.ico005 a:hover { 
	background-position: -61px 0;
}
.ico006 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ico006_thumb.jpg") 0 0 no-repeat;
}
.ico006 a:hover { 
	background-position: -61px 0;
}
.ico007 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ico007_thumb.jpg") 0 0 no-repeat;
}
.ico007 a:hover { 
	background-position: -61px 0;
}
.ico008 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ico008_thumb.jpg") 0 0 no-repeat;
}
.ico008 a:hover { 
	background-position: -61px 0;
}
.ico009 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ico009_thumb.jpg") 0 0 no-repeat;
}
.ico009 a:hover { 
	background-position: -61px 0;
}

/* Abstract */
.abs001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/abs001_thumb.jpg") 0 0 no-repeat;
}
.abs001 a:hover { 
	background-position: -61px 0;
}
.abs002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/abs002_thumb.jpg") 0 0 no-repeat;
}
.abs002 a:hover { 
	background-position: -61px 0;
}
.abs003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/abs003_thumb.jpg") 0 0 no-repeat;
}
.abs003 a:hover { 
	background-position: -61px 0;
}
.abs004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/abs004_thumb.jpg") 0 0 no-repeat;
}
.abs004 a:hover { 
	background-position: -61px 0;
}
.abs005 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/abs005_thumb.jpg") 0 0 no-repeat;
}
.abs005 a:hover { 
	background-position: -61px 0;
}
.abs006 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/abs006_thumb.jpg") 0 0 no-repeat;
}
.abs006 a:hover { 
	background-position: -61px 0;
}
.abs007 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/abs007_thumb.jpg") 0 0 no-repeat;
}
.abs007 a:hover { 
	background-position: -61px 0;
}
.abs008 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/abs008_thumb.jpg") 0 0 no-repeat;
}
.abs008 a:hover { 
	background-position: -61px 0;
}
.abs009 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/abs009_thumb.jpg") 0 0 no-repeat;
}
.abs009 a:hover { 
	background-position: -61px 0;
}

/* UI Skins Themes */
.ui001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui001_thumb.jpg") 0 0 no-repeat;
}
.ui001 a:hover { 
	background-position: -61px 0;
}
.ui002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui002_thumb.jpg") 0 0 no-repeat;
}
.ui002 a:hover { 
	background-position: -61px 0;
}
.ui003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui003_thumb.jpg") 0 0 no-repeat;
}
.ui003 a:hover { 
	background-position: -61px 0;
}
.ui004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui004_thumb.jpg") 0 0 no-repeat;
}
.ui004 a:hover { 
	background-position: -61px 0;
}
.ui005 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui005_thumb.jpg") 0 0 no-repeat;
}
.ui005 a:hover { 
	background-position: -61px 0;
}
.ui006 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui006_thumb.jpg") 0 0 no-repeat;
}
.ui006 a:hover { 
	background-position: -61px 0;
}
.ui007 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui007_thumb.jpg") 0 0 no-repeat;
}
.ui007 a:hover { 
	background-position: -61px 0;
}
.ui008 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui008_thumb.jpg") 0 0 no-repeat;
}
.ui008 a:hover { 
	background-position: -61px 0;
}
.ui009 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui009_thumb.jpg") 0 0 no-repeat;
}
.ui009 a:hover { 
	background-position: -61px 0;
}
.ui010 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui010_thumb.jpg") 0 0 no-repeat;
}
.ui010 a:hover { 
	background-position: -61px 0;
}
.ui011 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui011_thumb.jpg") 0 0 no-repeat;
}
.ui011 a:hover { 
	background-position: -61px 0;
}
.ui012 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui012_thumb.jpg") 0 0 no-repeat;
}
.ui012 a:hover { 
	background-position: -61px 0;
}
.ui013 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/ui013_thumb.jpg") 0 0 no-repeat;
}
.ui013 a:hover { 
	background-position: -61px 0;
}

/* Graphic Design */
.gd001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/gd001_thumb.jpg") 0 0 no-repeat;
}
.gd001 a:hover { 
	background-position: -61px 0;
}
.gd002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/gd002_thumb.jpg") 0 0 no-repeat;
}
.gd002 a:hover { 
	background-position: -61px 0;
}

/* Flyers, Banners, Brochures */
.fbb001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/fbb001_thumb.jpg") 0 0 no-repeat;
}
.fbb001 a:hover { 
	background-position: -61px 0;
}
.fbb002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/fbb002_thumb.jpg") 0 0 no-repeat;
}
.fbb002 a:hover { 
	background-position: -61px 0;
}


/* websites */
.site001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/site001_thumb.jpg") 0 0 no-repeat;
}
.site001 a:hover { 
	background-position: -61px 0;
}
.site002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/site002_thumb.jpg") 0 0 no-repeat;
}
.site002 a:hover { 
	background-position: -61px 0;
}
.site003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/site003_thumb.jpg") 0 0 no-repeat;
}
.site003 a:hover { 
	background-position: -61px 0;
}
.site004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/site004_thumb.jpg") 0 0 no-repeat;
}
.site004 a:hover { 
	background-position: -61px 0;
}
.site005 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/site005_thumb.jpg") 0 0 no-repeat;
}
.site005 a:hover { 
	background-position: -61px 0;
}

/* End of Artwork gallery Section */


/* Start of Photo gallery Section */
/* Interior */
.p_int001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_int001_thumb.jpg") 0 0 no-repeat;
}
.p_int001 a:hover { 
	background-position: -61px 0;
}
.p_int002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_int002_thumb.jpg") 0 0 no-repeat;
}
.p_int002 a:hover { 
	background-position: -61px 0;
}
.p_int003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_int003_thumb.jpg") 0 0 no-repeat;
}
.p_int003 a:hover { 
	background-position: -61px 0;
}
.p_int004 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_int004_thumb.jpg") 0 0 no-repeat;
}
.p_int004 a:hover { 
	background-position: -61px 0;
}
.p_int005 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_int005_thumb.jpg") 0 0 no-repeat;
}
.p_int005 a:hover { 
	background-position: -61px 0;
}
.p_int006 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_int006_thumb.jpg") 0 0 no-repeat;
}
.p_int006 a:hover { 
	background-position: -61px 0;
}
.p_int007 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_int007_thumb.jpg") 0 0 no-repeat;
}
.p_int007 a:hover { 
	background-position: -61px 0;
}
.p_int008 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_int008_thumb.jpg") 0 0 no-repeat;
}
.p_int008 a:hover { 
	background-position: -61px 0;
}
.p_int009 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_int009_thumb.jpg") 0 0 no-repeat;
}
.p_int009 a:hover { 
	background-position: -61px 0;
}
.p_int010 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_int010_thumb.jpg") 0 0 no-repeat;
}
.p_int010 a:hover { 
	background-position: -61px 0;
}



/* Exterior */
.p_ext001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_ext001_thumb.jpg") 0 0 no-repeat;
}
.p_ext001 a:hover { 
	background-position: -61px 0;
}
.p_ext002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_ext002_thumb.jpg") 0 0 no-repeat;
}
.p_ext002 a:hover { 
	background-position: -61px 0;
}

/* Items */
.p_itm001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_itm001_thumb.jpg") 0 0 no-repeat;
}
.p_itm001 a:hover { 
	background-position: -61px 0;
}
.p_itm002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_itm002_thumb.jpg") 0 0 no-repeat;
}
.p_itm002 a:hover { 
	background-position: -61px 0;
}
.p_itm003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_itm003_thumb.jpg") 0 0 no-repeat;
}
.p_itm003 a:hover { 
	background-position: -61px 0;
}


/* nature */
.p_nat001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_nat001_thumb.jpg") 0 0 no-repeat;
}
.p_nat001 a:hover { 
	background-position: -61px 0;
}
.p_nat002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_nat002_thumb.jpg") 0 0 no-repeat;
}
.p_nat002 a:hover { 
	background-position: -61px 0;
}




/* Travel */
.p_trv001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_trv001_thumb.jpg") 0 0 no-repeat;
}
.p_trv001 a:hover { 
	background-position: -61px 0;
}
.p_trv002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_trv002_thumb.jpg") 0 0 no-repeat;
}
.p_trv002 a:hover { 
	background-position: -61px 0;
}
.p_trv003 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_trv003_thumb.jpg") 0 0 no-repeat;
}
.p_trv003 a:hover { 
	background-position: -61px 0;
}




/* Photo Manipulation */
.p_man001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_man001_thumb.jpg") 0 0 no-repeat;
}
.p_man001 a:hover { 
	background-position: -61px 0;
}
.p_man002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_man002_thumb.jpg") 0 0 no-repeat;
}
.p_man002 a:hover { 
	background-position: -61px 0;
}

/* Photo Touch Ups */
.p_tup001 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_tup001_thumb.jpg") 0 0 no-repeat;
}
.p_tup001 a:hover { 
	background-position: -61px 0;
}
.p_tup002 a       {
	display:block;
	width:61px;
	height:66px;
	background: url("images/p_tup002_thumb.jpg") 0 0 no-repeat;
}
.p_tup002 a:hover { 
	background-position: -61px 0;
}
/* End of Photo gallery Section */








/* start lightbox for gallery viewer */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* end lightbox for gallery viewer */
