/** Reset CSS: Eric Meyer **/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/** Main CSS **/

/* Core */

body {
	font-family: helvetica, sans-serif;
	border: 0px;
	padding: 0px;
	height: 100%;
	background: #e6e6e6;
	
}

body a:hover {
	color: #00a2ff;

}

body.page_set {
	background: #ffffff;
}

.global {
	min-width: 960px;
}	

body .page_motion {
	background: #ffffff;
}
/* Pages */

.page_home {

}

.page_home .content {
}

.global .content {
	padding: 0 0px 43px 7px;
}

/* basic components */

.header {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 500;
	color: #ffffff;	
}

.footer {
	width: 100%;
	height: 41px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: #000000;
	margin: 0px;
	padding: 0px;
	z-index: 500;	
	color: #828282;
	font-size: 11px;
	font-style: italic;
}

.content .category {
	z-index: 40;
	position: relative;
}

.footer a {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}

.content {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	margin: 77px 0 0 0;
}

/* Header */

.identity {
	position: absolute;
	display: block;
	top: 0px;
	left: 7px;
	height: 188px;
	width: 300px;
	/*background: transparent url(../img/bg.white.header.png);*/
}

.activeSub {
	background: none !important;
}


.identity .back {
	display: none;
	z-index: 300;
}

.primary_navigation h1 {
	position: absolute;
	top: 22px;
	left: 29px;
	text-indent: -9999px;
	background: transparent url(../img/logo.png) no-repeat;
	width: 147px;
	height: 40px;
	cursor: pointer;
	z-index: 100;
}

.page_set {
	position: relative;
	background: #ffffff;
	width: 100%;
	height: 100%;
}

.identity .back {
	color: #b1b1b1;
	position: absolute;
	top: 80px;
	left: 60px;
	z-index: 101;
	font-size: .7em;
	text-indent: 0px;
	font-family: arial;
	font-weight: bold;
	background: transparent url(../img/icon.sort1b.gif) no-repeat 0px 0px;
	height: 20px;
}

.identity .back a {
	padding: 0 0 0 0px;
	text-decoration: none;
	color: #000000;
}

.identity .back a:hover {
	color: #00a2ff;
}
/*
.identity .back a {
	display: block;
	padding: 0 0 0 0px;
	width: 225px;
	height: 20px;
	text-align: left;
	text-indent: 23px;
	background: transparent url(../img/icon.sort1b.gif) no-repeat 0px 0px;
	text-decoration: none;
	color: #000000;
}*/

/*
.backPhoto a {
	display: block;
	padding: 0 0 0 0px;
	width: 95px;
	height: 10px;
	text-align: right;
	background: transparent url(../img/icon.arrow.left.gif) no-repeat 0px 2px;
	text-decoration: none;
	color: #000000;
	
}	
*/
.backPhoto a {
	display: block;
	padding: 0 0 0 0px;
	width: 10px;
	height: 10px;
	text-align: left;
	text-decoration: none;
	color: #000000;
		font-weight: bold;
}	

.primary_navigation {
	background: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 72px;
	width: 100%;
}	

.primary_navigation .col1 {
	position: absolute;
	top: 28px;
	left: 228px;
}

.primary_navigation .col1 ul li {
	float: left;
	padding: 0 35px 0 0;
}

.primary_navigation .col2 {
	position: absolute;
	top: 103px;
	left: 149px;
}

.primary_navigation a {
	font-family: helvetica;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.primary_navigation a span {
	color: #00a2ff;
}

.primary_navigation .activeNav a {
	color: #00a2ff;
}

.primary_navigation a:hover {
	/*color: #919191;*/
	text-decoration: none;
	font-size: 11px;
	
}

.primary_navigation ul li {
	padding: 2px 0 0 0;
}

.filters {
	position: absolute;
	top: 30px;
	right: 15px;
}
.filters div {
	float: left;
	padding-right: 10px;
}

.filters div .active img {
	opacity: 1 !important;
}

.filters .sort1 img, .filters .sort2 img {
	opacity: .30;
}

.lightbox {
	min-width: 960px;
	position: absolute;
	top: -32px;
	font-size: 11px;
	color: #ffffff;
	width: 100%;
	padding: 0px 0px 0 7px;
	z-index: 600;
}

.lightbox .detail {
	display: none;
	position: relative;
	background: #373737;
	padding: 32px 0 30px 37px;
}

.lightbox .detail .lightboxPhoto {
	position: relative;
	float: left;
	margin-right: 5px;
	margin-top: 25px;
	height: 135px;
}

.lightbox .detail .lightboxInstructions {
	position: relative;
	float: left;
	width: 200px;
	height: 110px;
}

.lightboxInstructions .instructioncontent {
	line-height: 14px;
	position: absolute;
	top: 20px;
	left: 25px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

.lightboxInstructions .button {
	top: 64px;
	left: 25px;
	position: absolute;
}

.lightbox .detail .lightboxPhoto .thumb {
	width: 110px;
	height: 110px;
}

.lightboxPhoto .close {
	position: absolute;
	top: 4px;
	right: 6px;
}

.lightboxPhoto .meta {
	display: none;
}

.lightboxBlank {
	display: none;
}
.lightboxPhoto .caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
}

.lightbox .submit {
	display: none;
	position: relative;
	background: #373737;
	padding: 25px 0 30px 37px;
	height: 120px;
}

.lightbox .btn_submit {
	display: block;
	background: transparent url(../img/button.lightbox.gif) no-repeat;
	width: 104px;
	height: 28px;	
	text-indent: -9999px;
}
.lightbox .btn_submit:hover {
	background: transparent url(../img/button.lightbox.active.gif) no-repeat;
}

.lightbox .btn_send {
	display: block;
	background: transparent url(../img/button.lightbox.send.gif) no-repeat;
	width: 104px;
	height: 28px;
	text-indent: -9999px;
}
.lightbox .btn_send:hover {
	background: transparent url(../img/button.lightbox.send.active.gif) no-repeat;
}

.lightbox .btn_close {
	display: block;
	background: transparent url(../img/icon.close.png) no-repeat;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
}

.lightbox .btn_close:hover {
	background: transparent url(../img/icon.close.active.png) no-repeat;
}



.lightbox input, .lightbox textarea {

	background: #6c6c6c;
	border: none;
	clear: both;
	color: #ffffff;
	padding: 10px;
}

.lightbox textarea {
	width: 415px;
	height: 100px;
}

.lightbox input {
	width: 310px;
	height: 20px;
}

.lightbox .submit label {
	display: block;
	padding: 0 0 5px 0px;
}


.lightbox .submit .name {
	position: absolute;
	top: 0px;
	left: 37px;
}

.lightbox .submit .email {
	position: absolute;
	top: 80px;
	left: 37px;
}
.lightbox .submit .message {
	position: absolute;
	top: 0px;
	left: 395px;
}

.lightbox .submit .submitInstructions {
	position: absolute;
	top: 45px;
	left: 855px;
	width: 200px;
	height: 110px;
}
.submitInstructions .instructioncontent {
	line-height: 14px;
	position: absolute;
	top: 20px;
	left: 25px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

.submitInstructions .button {
	top: 64px;
	left: 25px;
	position: absolute;
}

.lightbox .tab {
	float: right;
	position: relative;
	display: block;
	background: #373737 url(../img/icon.arrow.down.blue.gif) 20px 16px no-repeat;
	width: 188px;
	height: 35px;
	text-align: right;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}

.activeLightbox .tab {
	background: #373737 url(../img/icon.arrow.up.blue.gif) 20px 16px no-repeat !important;
}

.lightbox .tab div {
	margin: 13px 25px 11px 10px;
}

.lightbox .tab span {
	color: #00a2ff;
}
/* Content */

.categoryBox {
	position: relative;
	float: left;
	width: 188px;
	height: 282px;
	background: #ffffff;
	margin: 0 5px 5px 0;
	cursor: pointer;
}

.categoryBox .meta {
	display: none;
}

.page_motion .categoryTitle {
	height: 569px;
}

.page_motion .categoryBox .line {
	display: none;
}

.page_blog .categoryTitle {
	height: 668px;
}



.categoryBox h3 span {
	font-family: helvetica;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}


.categoryBox .watch {
	background: transparent url(../img/icon.arrow.blue.gif) no-repeat center left;
	font-family: Times New Roman;
	font-style: italic;
	width: 75px;
	clear: both;
	position: absolute;
	float: right;	
	text-align: right;
	font-size: 0.8em;
	top: 235px;
	right: 10px;
	z-index: 40;
	color: #969696;
	
}

.boxactive .watch {
	color: #000000;
}

.videoBox .watch {
	color: #ffffff !important;
}

.videoFile {
	display: none;
}

.preloaderHolder {
	position: fixed;
	width: 16px;
	height: 16px;
	background: transparent url(../img/ajax-loader.gif) no-repeat;
	display: none;
	z-index: 1000;
	
	
}

.popupHolder {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #ffffff;

	z-index: 200;
}

.popupHolder .slideBox img {
	cursor: pointer;
}	

.templarge {
	display: none;
}

#videoPlayer {
	display: none;
	position: absolute;
	background: #000000;
	z-index: 5000;
	
}

#videoPlayer .innerVideo {
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 670px;
	height: 640px;
}


#videoPlayer video, #flowPlayer {
	display: block;
	padding: 35px 0px 0 15px;
	width: 640px;
	height: 480px;
}




#videoPlayer .innerVideo h3 {
	display: block;
	color: #ffffff;
	position: relative;
	top: 30px;
	left: 20px;

	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
}

#videoPlayer .innerVideo .vcontent {
	display: block;
	clear: both;
	left: 20px;
	top: 45px;
	color: #ffffff;
	position: relative;
	font-size: 11px;
	line-height: 16px;
}

#videoPlayer .innerVideo .vcontent span {
	font-size: 12px;
}

.videoBox .text_more, .categoryBox .text_more {
	display: none;
}	


#videoPlayer .innerVideo .close {
	position: absolute;
	top: 7px;
	right: -8px;
}

.sort2 .videoBox {

	clear: both;
}

.categoryBox img{
	position: relative;
	top: 10px;
	left: 10px;
	width: 168px;
	height: 168px;
	z-index: 40;
}
.categoryBox h3{
	position: relative;
	text-align: right;
	float: right;	
	font-family: Times New Roman;
	font-size: 1.2em;
	font-style: italic;
	top: 20px;
	right: 10px;
	width: 160px;
	z-index: 40;
}
.categoryBox .added{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 40;
}
.categoryBox .set{
	clear: both;
	position: relative;
	float: right;	
	text-align: right;
	font-size: 0.6em;
	top: 65px;
	right: 10px;
	z-index: 40;
	color: #969696;
}

.categoryBox .set a{
	color: #969696;
	text-decoration: none;
}

.categoryBox .set a:hover {
	/*color: #4f4f4f;*/
	text-decoration: none;
}



.categoryBox .set strong {
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.categoryBox .line {
	clear: both;
	position: relative;
	float: right;
	width: 17px;
	right: 10px;
	top: 27px;
	padding: 0px;
	margin: 0px;
	height: 1px;
	background: #000000;
}

#categoryMore {
	
	position: absolute;
	display: block;
	background-color: #ffffff;
	height: 20px;
	right: 10px;
	bottom: 0px;
	font-size: 11px;
}

#categoryMore a {
	color: #999999;
	text-decoration: none;
}

.categoryTitle {
	cursor: default;
	overflow: hidden;
	height: 569px;
	
}

.page_blog .categoryTitle {
	overflow: visible;
}	

.categoryTitle .id {
	display: none;
}

.categoryTitle h3{
	position: absolute;
	top: 37px;
	left: 40px;
	text-align: left;
	font-face: Times New Roman;
}

.categoryTitle  h4 {
	position: absolute;
	text-align: left;
	font-weight: normal;
	top: 78px;
	left: 40px;
	font-size: 0.7em;
	font-style: italic;
}

.showAllCategory ul {
	overflow: visible !important;
	height: auto !important;
	margin-bottom: 130px;
}

.showAllCategory {
	/*height: 100% !important;*/
}

.categoryTitle ul {
	position: relative;
	top: 105px;
	left: 40px;
	overflow: hidden;
	height: 402px;
	
}
.categoryTitle ul.second{
	position: absolute;
	top: 400px;
	left: 40px;
}
.categoryTitle ul li {
	padding: 0 0 4px 0;
	font-size: 11px;
	line-height: 11px;
}
.categoryTitle .navTitle {
	font-weight: bold;
	color: #000000;
	font-family: Times New Roman;
	font-style: italic;
}

.categoryTitle ul li a {
	font-family: arial;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.categoryTitle ul li a:hover {
	/*color: #919191;*/
}

.categoryTitle ul li a.active {
	color: #00a2ff;
}

.categoryTitle #archive2 {
	top: 600px;
}

.categoryTitle .archive {
	position: absolute;
	top: 330px;
	left: 30px;
	display: block;
	cursor: pointer;
}

.categoryTitle .archiveContent {
	display: none;
	position: absolute;
	background: #000000 url(../img/bg.archive.gif) no-repeat;
	width: 843px;
	height: 336px;
	top: 100px;
	left: 220px;
	z-index: 600;
}

.categoryTitle .archive img {
	width: auto;
	height: auto;
}

.categoryTitle .archiveContent ul {
	top: 20px;
	left: 10px;
}

.categoryTitle .archiveContent .yearly {
	text-indent: 10px;
	position: relative;
	width: 85px;
	height: 300px;
	float: left;
	display: block;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	padding: 20px 0 0 15px;
}

.categoryTitle .archiveContent ul.monthly {
	position: relative;
	left: -10px;
}

.categoryTitle .archiveContent ul.monthly li {
	font-size: 11px;
	font-weight: normal;
}

.categoryTitle .archiveContent ul li a {
	font-family: arial;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: none;
	padding-left: 10px;
}

.categoryTitle .archiveContent ul li a:hover {
	background: transparent url(../img/icon.archive.hover.gif) 0px 6px no-repeat;
}

.categoryBlog {
	position: relative;
	background: #ffffff;
	float: left;
	width: 650px;
	padding: 50px 50px 250px 50px;
	text-align: center;
	color: #646464;
	font-size: 14px;
}

.categoryBlog a {
	color: #646464;
	text-decoration: none;
}

.categoryBlog a:hover {
	/*color: #000000;*/
	text-decoration: underline;
}

.categoryContent {
	position: relative;
	background: #ffffff;
	float: left;
	width: 960px;
	padding: 30px 20px 50px 20px;
	text-align: left;
	color: #000000;
}

.page_client .categoryContent {
	background: #2d2d2d;
	color: #ffffff;
	padding-bottom: 250px;
}

.page_client .categoryContent .clientForm {
	font-size: 0.7em;
	position: relative;
	width: 150px;
}

.page_client .categoryContent .clientData {
	font-size: 0.7em;
	position: relative;
	width: 220px;
	line-height: 1.4em;
}

.page_client .categoryContent ul {
	padding: 15px 0 0 0;
	font-size: 0.8em;
}

.clientForm input{
	position: relative;
	color: #ffffff;
	background: #515151;
	border: none;
	top: 10px;
}

.clientForm .submit {
	position: relative;
	clear: both;
	top: 10px;
	margin: 10px 0 0 0;
	float: right;
}

.page_bio .categoryContent {
	width: 494px;
	height: 524px;
	margin: 0 5px 5px 0;
	padding: 30px 60px 20px 20px;
}

.page_bio .imageBox {
	position: relative;
	float: left;
	width: 188px;
	height: 188px;
	margin: 0 5px 5px 0;
	padding: 0px;
}

.imageCol {
	width: 193px;
	height: 579px;
	float: left;
	position: relative;
}

.page_bio blockquote {
	font-family: Times New Roman;
	font-style: italic;
	text-align: center;
	width: 100%;
	padding: 30px 0 40px 0;
}	

.page_bio .categoryContent p {
	line-height: 1.7em;
	font-size: 11px;
}

.bioBlack {
	background: #000000;
}

.bioWhite {
	background: #ffffff;

}

.bioBlack img, .bioWhite img{
	display: none;
}
.categoryContent .boxContent {
	float: left;
}

.categoryContent .contentWide {
	width: 344px;
	padding: 0 30px 0 0;
}

.categoryContent .contentSingle {
	width: 170px;
}

.contentSingle a:hover, .contentWide a:hover {
	/*color: #666666;*/
}

.categoryContent h3 {
	font-family: Times New Roman;
	font-style: italic;
	font-size: 1.4em;
	padding: 0 0 30px 0;
}

.categoryContent p {
	padding: 0 0 15px;
	font-size: 0.7em;
	font-family: helvetica;
	line-height: 1.3em;
}


.categoryBlog img{
	position: relative;
}

.categoryBlog h3 {
	position: relative;
	font-family: Times New Roman;
	font-style: italic;
	text-decoration: underline;
	font-size: 2.0em;
	color: #000000;
	padding: 50px 0 10px 0;
}

.categoryContent h4 {
	font-family: Times New Roman;
	font-style: italic;
	font-size: 1.0em;
	padding: 0 0 2px 0;
}

.categoryContent a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.categoryContent a:hover {
	/*color: #00a2ff;*/
}

.page_client .categoryContent a {
	font-weight: bold;
	color: #ffffff;
}
.page_client .categoryContent a:hover {
	/*color: #00a2ff;*/
}


.page_client .categoryContent ul li {
	font-size: 0.8em;
	padding: 0 0 20px 20px;
}

.page_client .categoryContent ul li a{
	padding-left: 20px;
	background: transparent url(../img/icon.arrow.blue.gif) no-repeat 0px 5px;
}


.categoryBlog div {
	font-size: .7em;
	font-family: Helvetica;
}


.box {
	position: relative;
	float: left;
	width: 188px;
	height: 188px;
	margin: 0 5px 5px 0;
	cursor: pointer;
}


.box img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 40;
}

.box img.active {
	display: none;
	z-index: 50;
}

.boxactive img.active{
	display: block;
}

.boxactive .line {
	background: #00a2ff !important;
}

.page_home .boxTitle {
	display: none;
}

.boxTitle {
	background: #ffffff;
}

.sort2 .boxTitle {
	clear: both;
}

.boxTitle h3 {
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
	text-align: right;
	position: absolute;
	bottom: 20%;
	right: 10%;
}

.boxTitle .line {
	position: absolute;
	width: 17px;
	bottom: 15%;
	right: 10%;
	height: 1px;
	background: #000000;
}


.videoHolderSlot {
	display: none;
}

.videoBox {
	position: relative;
	float: left;
	width: 573px;
	margin: 0 5px 5px 0;
	cursor: pointer;
	color: #ffffff;
}

.videoBox .box {
	margin: 0px 0px 0px 0px;
}

.videoBox .videoBoxTitle {
	position: relative;
	float: left;
	width: 381px;
	height: 188px;
	margin: 0 5px 5px 0;
	background: #000000;

}

.videoBox .box .overlay {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: transparent url(../img/bg.white.50.png);*/
	z-index: 60;
}

.boxactive .box  .overlay {
	position: absolute;
	display: block;
}

.SortHIDE {
	display: none !important;
}

.videoBoxInactive .box .overlay {
	display: none !important;
}	

.videoBoxInactive .box img.active {
	display: none !important;
}

.videoBox .box .overlay img {
	position: relative;
	display: block;
	margin: 27% auto;
	z-index: 60;
}

.boxinactive {
	display: none;
}

.videoBox .videoBoxTitle h3 {
	position: absolute;
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
	text-align: right;
	bottom: 59px;
	right: 28px;
}

.videoBox .videoBoxTitle h3 span, .innerVideo h3 span {
	font-family: helvetica;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
}	

.videoBox .videoBoxTitle .watch {
	background: transparent url(../img/icon.arrow.blue.gif) no-repeat center left;
	position: absolute;
	font-family: Times New Roman;
	font-size: 13px;
	font-style: italic;
	text-align: right;
	bottom: 33px;
	right: 28px;
	width: 70px;
}


/* Footer */

.footer .left {
	position: absolute;
	left: 7px;
	top: 14px;
	font-style: normal;
	font-size: 10px;
}

.footer .center {
	font-family: Times New Roman;
	font-style: italic;
	position: absolute;
	left: 0px;
	top: 14px;
	width: 100%;
	text-align: center;

}

.footer .center a {
	font-family: Helvetica;
	font-style: none;
}

.footer a:hover {
	/*color: #919191;*/
}

.footer .right {
	position: absolute;
	right: 7px;
	top: 14px;

}

/* photo detail */


.page_set .content {
	width: 99%;
	z-index: 500;
	margin: 140px 0 0 0;

}


 .popupHolder .content {
	width: 99%;
	z-index: 500;
	margin: 110px 0 0 0;
 
}

.slideshowDetail {
	display: none;
	z-index: 510;
	position: absolute;
	width: 100%;
	height: 553px;
	font-size: 11px;
	line-height: 14px;
}

.slideshowDetail .backPhoto {
	top: -30px;
	left: 0px;
	position: absolute;
	cursor: pointer;
	z-index: 600;
}

.slideshowDetail .detailHolder {
	width: 680px;
	position: relative;
	top: 0px;
	margin: 0px auto;

}

#comments-form  label {
	width: 70px;
	display: block;
	position: relative;
	float: left;
}

#comments-form  input.text {
	width: 265px;
	display: block;
	position: relative;
	float: left;
	height: 20px;
	border: none;
	background: #e1e1e1;
	margin: 0 0 12px 0;
}

#comments-form textarea {
	width: 260px;
	height: 60px;
	display: block;
	position: relative;
	float: left;
	border: none;
	background: #e1e1e1;
}

#comments-form div {
	clear: both;
	padding: 0 0 12px 0;
}

#comments-form .submit {
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 0 0;
	text-decoration: none;
}

#comments-form .submit:hover {
	color: #00a2ff;
}

#comments-form-thankyou {
	display: none;
}
.slideshowDetail h3 {
		font-family: Times New Roman;
		font-size: 20px;
		font-style: italic;
		padding: 0 0 10px 0;
}

.slideshowDetail h4 {
		font-family: Times New Roman;
		font-size: 14px;
		font-style: italic;
		padding: 0 0 10px 0;
}

.slideshowDetail .photo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.slideshowDetail .copy {
	position: absolute;
	top: 0px;
	left: 380px;
}

.slideshowDetail .copy .photostory {
	position: relative;
}

.slideshowDetail .copy .aboutphoto {
	position: relative;
	left: 20px;
	top: 20px;
}



.slideshowDetail .commentform {
	position: absolute;
	top: 350px;
	left: 0px;
}

.slideshowDetail .commentlist {
	position: absolute;
	top: 350px;
	left: 380px;
}

.slideshowDetail .commentlist .comment{
	background: url(../img/icon.quote.gif) no-repeat 0px 4px;
	position:relative;
	padding: 0 0 20px 40px;
}

.commentlist .comment .byline {
	font-size: 10px;
	color: #636363;
	font-style: italic;
}
.commentlist .comment .byline span {
	font-style: normal;
}



.slideshowDetail .photo img {
	width: 320px;
	height: 320px;
}

.slideshowHolder {
	position: relative;
	margin: 0 auto;
	width: 1040px;
	height: 953px;
	z-index: 500;
}

.slideshowHolder .previous {
	position: absolute;
	left: -120px;
	top: 400px;
	
}

.slideshowHolder .previous a {
	display: block;
	background: transparent url(../img/icon.minus.gif) no-repeat 0px 50px;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
	opacity: 1;
}

.slideshowHolder .previous a:hover, .slideshowHolder .previous a.active {
	opacity: 1;
}

.slideshowHolder .next {
	position: absolute;
	right: -40px;
	top: 400px;
}

.slideshowHolder .next a {
	display: block;
	background: transparent url(../img/icon.plus.gif) no-repeat 0px 0px;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
	opacity: 1;
}

.slideshowHolder .next a:hover, .slideshowHolder .next a.active {
	opacity: 1;
}

.slideshowHolder .toolbox {
	position: absolute;
	top: -35px;
	right: 80px;
	width: 34px;
}

.slideshowHolder .toolbox .full{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 14px;
	height: 14px;
	background: transparent url(../img/icon.full.gif) no-repeat;
	opacity: .3;
}	

.slideshowHolder .toolbox .grid{
	position: absolute;
	top: 0px;
	left: 20px;
	display: block;
	width: 14px;
	height: 14px;
	background: transparent url(../img/icon.grid.gif) no-repeat;
	opacity: .3;
}	
.slideshowHolder .toolbox .grid:hover, .gridSlide .toolbox .grid {
	opacity: 1 !important;
}

.slideshowHolder .toolbox .full:hover, .fullSlide .toolbox .full {
	opacity: 1 !important;
}



.fullSlide .photo {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	height: 900px;
}

.fullSlide .photo img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.fullSlide .photo .main {
	z-index: 210;
}

.fullSlide .photo img {
}

.fullSlide .photo .loading {
	z-index: 209px;
	position: absolute;
	width: 15px;
	height: 15px;
	display: block;
	z-index: 209;
	
	

}
.fullSlide .photo .new {
	z-index: 208;
	display: block;
}

.preload1, .preload2 {
	display: none;
}	

.fullSlide .photo .info {
	position: absolute;
	bottom: 00px;
	right: 0px;
	width: 70px;
	height: 60px;
}

.fullSlide .photo .info .add a:hover {
	opacity: 1;
}
.fullSlide .photo .info .add a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 95px;
	height: 13px;
	background: transparent url(../img/icon.add.gif) no-repeat;
	opacity: .5;
}
.fullSlide .photo .info .add a:hover {
	opacity: 1;
	background: transparent url(../img/icon.add.active.gif) no-repeat;
	
}
.fullSlide .photo .info .mail a {
	position: absolute;
	top: 20px;
	left: 0px;
	display: block;
	width: 93px;
	height: 12px;
	background: transparent url(../img/icon.mail.gif) no-repeat;
	opacity: .5;
	
}
.fullSlide .photo .info .mail a:hover{
	opacity: 1;
	background: transparent url(../img/icon.mail.active.gif) no-repeat;
}
.fullSlide .photo .info .comments a {
	position: absolute;
	top: 40px;
	left: -5px;
	display: block;
	width: 62px;
	height: 14px;
	background: transparent url(../img/icon.comments.gif) no-repeat;
	font-size: .5em;
	text-decoration: none;
	color: #ffffff;
	font-family: helvetica;
	padding: 4px 0 0 10px;
	opacity: .5;
	
}

.fullSlide .photo .info .comments a:hover {
	opacity: 1;
}

.fullSlide .slidesLeft, .fullSlide .slidesRight {
	position: absolute;
	bottom: 35px;
	width: 14px;
	height: 14px;
}

.fullSlide .slidesLeft a, .fullSlide .slidesRight a {
	display: block;
	width: 14px;
	height: 14px;
}

.fullSlide .slidesLeft a {
	background: transparent url(../img/icon.arrows.left-right.png) no-repeat 0px 0px;
}

.fullSlide .slidesLeft a:hover {
	background: transparent url(../img/icon.arrows.left-right.png) no-repeat 0px -16px;
}

.fullSlide .slidesRight a {
	background: transparent url(../img/icon.arrows.left-right.png) no-repeat -16px 0px;
}

.fullSlide .slidesRight a:hover {
	background: transparent url(../img/icon.arrows.left-right.png) no-repeat -16px -16px;
}


.fullSlide .slides {
	position: absolute;
	bottom: 20px;
	width: 324px;
	overflow: hidden;
	height: 50px;	
}

.fullSlide .slides .slidesSlider {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	overflow: visible;
}

.fullSlide .slides .slideBox {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 4px 0 0;	
}

.gridSlide {
	width: 900px;
}

.gridSlide .slide {
	overflow: hidden;
}

.gridSlide .slidesMany {
	overflow-x: hidden; overflow-y: scroll;
}


.gridSlide .slides .slideBox {
	position: relative;
	float: left;
	width: 125px;
	height: 125px;
	margin: 0px 4px 4px 0;
}

.gridSlide .slides .slideBox img {
	width: 125px;
	height: 125px;
	opacity: 1;
}

.slideBox .meta {
	display: none;
}

.fullSlide .slides .slideBoxActive img {

	opacity: 1 !important;
}
.fullSlide .slides .slideBox img {
	width: 50px;
	height: 50px;
	opacity: .5;

}

.photo2 {
	position: relative;
	margin-bottom: 15px;
}

.photo2 span {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	
	
}

.activeMainPhoto {
	cursor: pointer;
}
