#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.commentsystem {
	padding:0px;
	margin-top:0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
	line-height:normal;
}

.commentsystem .error {
  color: #FFFFFF;
  padding:4px;
  padding-left:5px;
  background-color:#FF0000;
  border:1px solid #990000;
  line-height:14px;
  margin-bottom:10px;
}

.commentsystem .success {
  color: #FFFFFF;
  padding:4px;
  padding-left:5px;
  background-color:#85939E;
  border:1px solid #cccccc;
  line-height:14px;
  margin-bottom:10px;
}

.commentsystem .commentslist {
	clear:both;
}

.commentsystem .comment {
	margin-bottom:10px;
}

.commentsystem .comment .meta {
  font-size: 11px;
  color: #ffffff;
  background-color:#c0c0c0;
  border:1px solid #85939e;
  padding:4px;
  padding-left:5px;
  padding-right:5px;
  height:14px; !important
}

.commentsystem .comment .meta .author_name {
	float:left;
	font-weight:bold;
	letter-spacing:1px;
}

.commentsystem .comment .meta .comment_details {
	float:right;
	color:#ffffff;
	}
	

#commentform_verificationimage {
	width:100px;
	height:20px;
}

.comment_text {
	background-color:#FAFAFA;
	padding:4px;
	padding-left:5px;
	border:1px solid #EEEEEE;
	border-top:none;
	overflow:hidden;
	text-align:left;
}


/* add comments form */

.commentsystem form {
	margin:0px;
	line-height:normal;
	padding:10px;
	margin-bottom:10px;
	background-color:#FAFAFA;
	border:1px solid #EEEEEE;
}

.commentsystem label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.comment_form_text_box {
	border: 1px solid #85939e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:1px;
}

.comment_form_text_area {
	border: 1px solid #85939e;
	width:400px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding:3px;
	margin:0px;
	margin-right:10px;
}
.comment_form_submit {
	margin-top:10px;
	height:22px;
	font-size:12px;
	border: 1px solid #85939e;
	background-color:#F1F1F1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.commentsystem .editing_form {
	margin:0px;
	line-height:normal;
	background-color:#FAFAFA;
	border:none;
}


.commentsystem .editing_comment_form_text_area {
	border: 1px solid #85939e;
	width:100%;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding:3px;
	margin:0px;
}

/* inline editing */

.commentsystem .comment_text textarea{ 
	width: 98%; 
	height: 100px;
}


/* pagination >>> */

.commentsystem .pagination {

	padding-top:3px;
	margin-bottom:10px;
	padding-bottom:3px;
	line-height:20px;
	direction:ltr;
	}

.commentsystem .pagination a:link, .commentsystem .pagination a:visited{
	padding:6px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EEEEEE;
	margin-left:10px;
	text-decoration:none;
	background-color:#FAFAFA;
	color:#666666;
	margin-bottom:2px;
	}

.commentsystem .pagination a:hover {
	background-color:#85939e;
	color:#666666;
	border:1px solid #c0c0c0;
	}

.commentsystem .pagination .active_link {
	padding:6px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#000000;
	cursor:default;
	}

.commentsystem .pagination .disabled_pagination {
	padding:6px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EEEEEE;
	margin-left:10px;
	text-decoration:none;
	background-color: #FAFAFA;
	color:#CCCCCC;
	cursor:default;
	}

/* <<< pagination */

.add_comment_button{
	padding:6px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #f8a236;
	color:#85939E;
	cursor:pointer;
	margin-bottom:10px;
	}

.comments_area_title{
	padding:6px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #cccccc;
	text-decoration:none;
	background-color:#85939e;
	color:#FFFFFF;
	margin-bottom:10px;
	}

h3 {
	color:#85939E !important; 
	border-color:#85939E !important;
	margin-bottom:5px;
}
span.dotted, p.dotted {
	display:block;
	border-top:1px dotted #9F9F9F;
}

a.headlinks {
	text-decoration:none;
	color:#ffffff;
	font-size:10pt;
	font-family: Tahoma,arial,sans-serif;
	}

strong {
	font-weight: bolder;
	font-size:10pt;
}

a.headsite {
			text-decoration:none;
	color:#ffffff;
	font-size:8pt;
	font-family: Tahoma,arial,sans-serif;
		}
a.footlinks {
			text-decoration:none;
	color:#ffffff;
	font-size:8pt;
	}
.contentslide{
border: 10px solid white;
border-bottom-width: 0px;
padding: 0px;
width: 500px;
height: 150px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: white;
border: 10px solid white;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #900;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fffe97;
}
/* GENERAL COMPONENTS */


body, div, img, object, form, embed,h1, h2, h3, h4, h5, h6, hr {
	border:0;
	padding:0;
	margin:0;
	font-size:10pt;
}


body {
	font-size: 10pt;
	font-family: Tahoma,arial,sans-serif;
	margin:0;
	padding:0;
	color:#2a2a2a;
	background-color:#fff;
}

img { border:0; }
a {
	text-decoration:none;
	color:#f8a236;
	font-size:10pt;
}

a:hover { text-decoration:underline;}
.left {
	float:left;
	margin-right:3px;
}
.right {
	float:right;
	}
	
p, br{
		font-size:10pt;
		font-family: Tahoma,arial,sans-serif;
		font-color:#ffffff
		}
	
hr {
		color: #C9C9C9;
		background-color: #C9C9C9;
		height: 1pt;
		width: 100%;
		font-size:10pt;
}

table {
font-size:10pt;
}
	
h1 {
		font-family:Tahoma;
		font-size:18pt;
		color:#f8a236;
		font-weight:normal;
}
h1 a{
		font-family:Tahoma;
		font-size:18pt;
		color:#f8a236;
		font-weight:normal;
}
h2 {
		font-family:Tahoma;
		font-size:18pt;
		color:#f8a236;
		font-weight:normal;
}
h2 a{
		font-family:Tahoma;
		font-size:18pt;
		color:#f8a236;
		font-weight:normal;
}