/* Global Styles */

* { 
margin: 0;
padding: 0;
}

body {
font-family: arial, helvetica, geneva, sans-serif; 
font-size: 12px; 
color: #5F5F5F; 
background-color: #ffffff;
}
pre, tt {
font-size: 12px;
}
th {
font-family: arial, helvetica, geneva, sans-serif; 
font-size: 12px; 
font-weight: bold;
}
td {
font-family: arial, helvetica, geneva, sans-serif; 
font-size: 12px;
}
form {
font-family: arial, helvetica, geneva, sans-serif; 
font-size: 10px; 
display: inline;
}

/* Hyperlink Styles */

a {
color: #5F5F5F; 
background-color: inherit;
outline: none;
}
a:hover {
text-decoration: underline; 
color: #FF8000; 
background-color: inherit;
}

h1, h2, h3, h4, h5, h6 {line-height: 1.5em;}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 10px;}

.nav {
font-family: arial, helvetica, geneva, sans-serif; 
color: #5F5F5F; 
background-color: inherit;
}

/* layout styles */

#headerWrapper {
margin: 0 auto 0 auto; 
text-align: left; 
width: 900px;
border-bottom: 1px solid #000000;
}

#wrapper {
margin: 0 auto 0 auto; 
text-align: left; 
width: 900px;
}

#headerRight {
float: right;
text-align: right;
width: 500px;
}
#headerRight td {
font-size: 11px
}
#headerRightForm {
float: right;
padding-top: 3px;
}

#header {
height: 80px;
}
#header h1 {
padding: 26px 0 0 0;
}
#header h1 a { 
display: block;
width: 212px;
height: 39px;
background: transparent url(http://www.obsidianstock.com/images/logo.jpg) top left no-repeat;
text-decoration: none;
text-indent: -9999px;
font: normal 24px/1.3em verdana, helvetica, arial, sans-serif;
}
#header p {
font-size: 11px;
padding: 6px 0 4px 0;
}
#header p a {
text-decoration: none;
}
#header p a:hover {
text-decoration: underline;
}

#bodyLinks {
width: 900px;
height: 30px;
background-color:#eeeeee;
}
#bodyLinks ul {
padding: 0;
margin: 0;
width: 100%;
list-style: none;
padding: 6px 0 0 0;
}
#bodyLinks ul li {
display: block;
float: left;
margin: 0 0 0 10px;
height: 14px;
line-height: 14px;
font-family: arial;
font-size: 11px;
}
#bodyLinks ul li.payment {
width: 300px;
}
#bodyLinks ul li.preview {
width: 180px;
}
#bodyLinks ul li.cart {
width: 180px;
}
#bodyLinks ul li.login {
text-align: right;
width: 100px;
margin-left: 90px;
}
#bodyLinks ul li a {
text-decoration: none;
display: block;
font-family: arial;
font-size: 11px;
}
#bodyLinks img {
float: left;
padding-right: 3px;
}

#homeMain {
width: 664px;
border: 1px dashed #dddddd;
background-color:#fafafa;
color:#000000;
}
}
#main {
margin: 5px 0 5px 0;
}

#bodyMargin {
padding: 0 20px 0 20px;
}

#colLeft {
float: left;
width: 174px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
#colLeft ul {
margin-left: 0;
padding-left: 5px;
list-style-type: none;
}
#colLeft ul li {
font-size: 11px;
}

#colRight {
float: right;
width: 724px;
}
#colRight ul {
margin-left: 30px;
}
#colRight ul li {
padding-left: 5px;
}

/* Nav */

#topNav {
position: relative;
width: 900px;
height: 26px;
padding: 0;
z-index: 999;
list-style: none;
line-height: 1;
margin-bottom: 8px;
}
#topNav a {
display: block;
/* width: 9em; */
padding: 0 6px 0 6px;
}
#topNav li { /* all list items */
float: left;
display: block;
padding: 0;
list-style: none;
overflow: hidden;
z-index: 999;
}
#topNav li a {
display: block;
height: 26px;
line-height: 26px;
text-align: center;
text-decoration: none;
font-family: arial, verdana;
font-size: 11px;
font-weight: bold;
color: #000000;
border: 1px solid #cccccc;
margin: 0 8px 0 0;
}
#topNav li a:hover {
background: #dbdbdb;
}
#topNav li.last a {border: 0;}

#topNav li ul li {
border: 1px solid #cccccc;
border-width: 1px 1px 0 1px;
}
#topNav li ul li a {
background-image: none;
background-color: #ffffff;
display: block;
width: 180px;
height: 26px;
line-height: 26px;
padding: 0;
margin: 0;
border: 0;
text-indent: 10px;
color: #000000;
text-transform: none;
font-weight: normal;
text-align: left;
}
#topNav li ul li a:hover {
background: #dbdbdb;
color: #000000;
display: block;
width: 180px;
height: 26px;
line-height: 26px;
padding: 0;
margin: 0;
}
#topNav ul { /* all lists */
margin: 0;
list-style: none;
line-height: 1;
z-index: 999;
}
#topNav li ul { /* second-level lists */
position: absolute;
width: 180px;
left: -999em;
padding: 2px 0 0 0;
border-bottom: 1px solid #cccccc;
}
#topNav li ul ul {margin: -29px 0 0 178px;}
#topNav li ul li ul li a {background-color: #7da9ce;}
#topNav li ul li ul li a:hover {background-color: #6e8ab1; color: #FFF;}

#topNav li:hover ul ul, #topNav li.sfhover ul ul {left: -999em;}
#topNav li:hover ul, #topNav li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#topNav li:hover, #topNav li.hover {position: static;}

/* content styles */

#content {
text-align: left;
}
#content h1 {
padding: 5px 0 5px 0;
text-align: left;
}
#content p {
padding: 5px 0 5px 0;
text-align: left;
}
#content ol {
margin-left: 20px;
text-align: left;
}
#content ul {
text-align: left;
}
#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6 {
text-align: left;
}



.text	      {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #eeeeee;
	color : #000000;
}

.text_style	      {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #eeeeee;
	color : #000000;
}

.text_input_style {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #eeeeee;
	color : #000000;
}	

.textarea	      {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #eeeeee;
	color : #000000;
	overflow:auto;
}

.textarea_input_style{
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #eeeeee;
	color : #000000;
	overflow:auto;
}

.comment_input_style {
	BORDER-RIGHT: #fafafa 1px solid; 
	BORDER-TOP: #fafafa 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: #fafafa 1px solid; 
	BORDER-BOTTOM: #fafafa 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #fafafa;
	color : #000000;
	overflow:auto;
}

.text_bgcolor {
	background: #ffffff;
	color:#000000;
}

.select_style {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #eeeeee;
	color:#000000;		
}

.select_input_style {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #eeeeee;
	color:#000000;		
}

.select_license_style {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #eeeeee;
	width:250px;
	text-align:left;
	color:#000000;
}

.cat_select_input_style{
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #eeeeee;
	color : #000000;
	width:400px;
}

.license_table_style {
	text-align:left;
}

.button	      {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 9px; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #f0f0f0;
	color : #000000;
}

.button_input_style{
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 9px; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #f0f0f0;
	color:#000000;
}

.gallery_table_style {
	background-color:#FFFFFF;
	color:#000000;
}

.gallery_stats_style {
	font-size:10px;
	background-color: #eeeeee;
	text-align:right;
	font-weight:bold;
	color:#000000;
}

.adSearch_table_style {
	text-align:left;
}

.gallery_cateory_link_style {
background-color:#FFFFFF;
color:#000000;
font-size: 10px;
}

.gallery_style {
	background-color:#FFFFFF;
	color:#000000;
}

.category_table_style {
	background-color:#FFFFFF;
	width:93%;
	color:#000000;
}

.category_style {
	BORDER-TOP: #dddddd 1px dashed;
	BORDER-BOTTOM: #dddddd 1px dashed;
	BORDER-LEFT: #dddddd 1px dashed;
	BORDER-RIGHT: #dddddd 1px dashed;
	background-color:#fafafa;
	color:#000000;
}

.media_table_style {
	background-color: #FFFFFF;
	width:99%;
	text-align:left;
	color:#5f5f5f;
}

.error_style {
	color:#FF0000;
	background-color: inherit;
}

.slide_table_style {
	background-color: #ffffff;
	height:400px;
	width:600px;
	color:#5f5f5f;
}

.lightbox_manager_table_style {
	background-color: #FFFFFF;
	color:#000000;
}

.basket_table_style {
	background-color: #ffffff;
	width:98%;	
	border-spacing:1px;
	color:#000000;
}

.basket_cell_header_style {
	background-color: #eeeeee;
	color:#5f5f5f;
}

.basket_product_table_style {
	width:100%;
	border-spacing:1px;
	padding:0px;
}

.checkout_table_style {
	background-color: #ffffff;
	width:98%;	
	border-spacing:1px;
	color:#5f5f5f;
}

.checkout_order_table_style {
	background-color: #ffffff;
	width:100%;	
	border-spacing:1px;
	color:#5f5f5f;
}

.checkout_table_style {
	background-color: #ffffff;
	width:95%;
	border-spacing:1px;
	padding:0px;
	color:#5f5f5f;
}

.user_account_table_style {
	background-color: #ffffff;
	width:95%;
	border-spacing:1px;
	padding:0px;
	color:#000000;
}

.process_payment_table_style {
	background-color: #ffffff;
	width:98%;
	border-spacing:1px;
	padding:0px;
	text-align:left;
	border:1px;
	color:#000000;
}

.detail_table_style {
	width:90%;
	border-spacing:0px;
	text-align:left;
}

.category_link_style {
	background-color: #ffffff;
	width:100%;
	border-spacing:0px;
	color:#000000;
}



.header_table_style {
	background-color:#ff8000;
	text-align:center;
	color:#FAFAFA;
	font-size:11px;
	FONT-WEIGHT: bold;
}


.outside_table_style {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

.featured_text {
	font-size:10px;
	background-color: #eeeeee;
	text-align:left;
	font-weight:bold;
	color:#5f5f5f;
}

.user_acount_table_style {
	background-color: #ffffff;
	width:95%;	
	text-align:left;
	color:#000000;
}

.user_account_cell_style {
	background-color: #eeeeee;
	color:#000000;
}

.login_table_style {
	background-color: #ffffff;
	width:90%;
	border-spacing:0px;
	padding:1px;
	text-align:left;
	color:#5f5f5f;
}

.lost_password_table_style{
	background-color: #ffffff;
	color:#5f5f5f;
}

.registration_table_style {
	background-color: #ffffff;
	width:70%;
	text-align:left;
	color:#5f5f5f;
}

.login_page {
	width:60%;
}


.media_cell_style {
	background-color:#ffffff;
  border-spacing:5px;
	color:#5f5f5f;
}

.basket_cell_style {
	background-color:#eeeeee;
	color:#5f5f5f;
}

.checkbox {
	background-color:#ffffff;
	color:#5f5f5f;
}

.category_cell_style {
	background-color:#ffffff;
	color:#5f5f5f;
}

.next_page_table_style{
	background-color: #ffffff;
	width:100%;
	border-spacing:0px;
	color:#000000;
}

.invoice_table_style {
	background-color: #ffffff;
	width:100%;
	border-spacing:1px;
	padding:0px;
	text-align:left;
	BORDER-RIGHT: #eeeeee 1px solid; 
	BORDER-TOP: #eeeeee 1px solid; 
	BORDER-LEFT: #eeeeee 1px solid; 
	BORDER-BOTTOM: #eeeeee 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 10px;
	color:#5f5f5f;
}

.license_detail_table_style {
	text-align:left;
}

.horizontal_line_style {
	width:90%;
	border:1px;
}

.upper_line {
	BORDER-TOP: #cccccc 1px solid;
}

.bottom_line {
	BORDER-BOTTOM: #cccccc 1px solid;
}

.left_line {
	BORDER-LEFT: #cccccc 1px solid;
}

.right_line {
	BORDER-RIGHT: #cccccc 1px solid;
}

.dot_left_line {
	background-image:url(../../images/line.gif);
}

.media_thumb_style {
	BORDER-TOP: #dddddd 1px dashed;
	BORDER-BOTTOM: #dddddd 1px dashed;
	BORDER-LEFT: #dddddd 1px dashed;
	BORDER-RIGHT: #dddddd 1px dashed;
	background-color:#fafafa;
	color:#5f5f5f;
}

.feature_table_style {
	BORDER-TOP: #dddddd 1px dashed;
	BORDER-BOTTOM: #dddddd 1px dashed;
	BORDER-LEFT: #dddddd 1px dashed;
	BORDER-RIGHT: #dddddd 1px dashed;
	background-color:#fafafa;
	width:97%;
	color:#5f5f5f;
}

.category_listing_table_style {
	width:98%;
	text-align:left;
}

.private_login_form_style {
	background-color: #ffffff;
	width:300px;
	border-spacing:1px;
	padding:0px;
	border:1px;
	text-align:left;
	color:#5f5f5f;
}

.private_login_header_cell_style {
	background-color: #ff8000;
	text-align:left;
	color:#fafafa;
}

.menu_table_style {
	background-color: #eeeeee;
	border:0px solid;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	color:#000000;
}


.new_lightbox_confirm {
	width:500px;
	border-spacing:1px;
	padding:0px;
	text-align:left;
}


.photographer_media_detail_table_style {
	background-color: #ffffff;
	width:750px;
	border-spacing:1px;
	padding:0px;
	BORDER-TOP: #eeeeee 1px solid;
	BORDER-BOTTOM: #eeeeee 1px solid;
	BORDER-LEFT: #eeeeee 1px solid;
	BORDER-RIGHT: #eeeeee 1px solid;
	text-align:left;
	color:#5f5f5f;
}


.last_12_month_report_table_style {
	background-color: #ffffff;
	width:750px;
	border-spacing:1px;
	padding:0px;
	BORDER-TOP: #eeeeee 1px solid;
	BORDER-BOTTOM: #eeeeee 1px solid;
	BORDER-LEFT: #eeeeee 1px solid;
	BORDER-RIGHT: #eeeeee 1px solid;
	color:#5f5f5f;
}

.license_basket_table_style {
	background-color: #ffffff;
	border-spacing:1px;
	padding:1px;
	width:100%;
	BORDER-TOP: #eeeeee 1px solid;
	BORDER-BOTTOM: #eeeeee 1px solid;
	BORDER-LEFT: #eeeeee 1px solid;
	BORDER-RIGHT: #eeeeee 1px solid;
	color:#5f5f5f;
}

.other_lightbox_table_style {
	width:95%;
	text-align:left;
}


.paypal_error_table_style {
	width:700px;
}

.img-shadow {
	background: url(shadow2.gif) no-repeat bottom right; 
	/* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */

}

 

.img-shadow img {
	display: block; /* IE won't do well without this */

	position: relative; /* Make the shadow's position relative to its image */

	padding: 5px; /* This creates a border around the image */

	background-color: #fff; /* Background color of the border created by the padding */

	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */

	margin: -6px 6px 6px -6px; 
	color: #5f5f5f;
	/* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

.even_style {
	background:#e0e0e0;
	color:#5f5f5f;
}

.odd_style {	
	background:#eeeeee;
	color:#5f5f5f;
}

.column_title_style {
	background:#CCCCCC;
	font-weight:bold;
	color:#5f5f5f;
}

.bg_top{
background-color:#FF8000;
color:#5f5f5f;
}
.bg_function{
background-color:#eeeeee;
height:26px;
color:#5f5f5f;
}
.line_bottom{
border-top:2px solid #FF8000;
}

.bg_bottom_btn{
background-image:url(../../images/bg_btn.gif);
height:10px;
}

a.text_private_gallery:link{
font-family: arial, helvetica, geneva, sans-serif; 
font-size: 12px; 
text-decoration: none;
color:#FAFAFA;
background-color:#ff8000;
}
a.text_private_gallery:visited{
font-family: arial, helvetica, geneva, sans-serif; 
font-size: 12px; 
text-decoration: none;
color:#FAFAFA;
background-color:#ff8000;
}
a.text_private_gallery:hover{
font-family: arial, helvetica, geneva, sans-serif; 
font-size: 12px; 
text-decoration: underline;
color:#FAFAFA;
background-color:#ff8000;
}
/*--- CSS preview template  */
.border_preview {
BORDER-RIGHT: 1px solid; 
BORDER-TOP: 1px solid; 
BORDER-LEFT: 1px solid; 
BORDER-BOTTOM: 1px solid; 
background-color:#eeeeee; 
color:#5f5f5f;
POSITION: absolute;
Z-INDEX: 100; 
}

.title_h2 {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-ALIGN: left;
}

.preview_temp_load {
PADDING-RIGHT: 5px; 
PADDING-LEFT: 5px; 
PADDING-BOTTOM: 5px; 
PADDING-TOP: 5px; 
TEXT-ALIGN: center;
/* VERTICAL-ALIGN: middle; */
}

.checkout_info_contents_style{
background-color:#fafafa;
color:#5f5f5f;
}
.bg_gallery_style{
background-color:#FFFFFF;
color:#5f5f5f;
}
.user_card_info_pop_border{
border-color:#5f5f5f;
}
.bg_basket{
background-color:#fafafa;
color:#000000;
}
.bg_header_basket{
background-color:#eeeeee;
color:#000000;
}
.b-search {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 0px; LINE-HEIGHT: 0em; PADDING-TOP: 0px; TEXT-ALIGN: right
}
.b-this {
	DISPLAY: block! important
}


.class_form {
margin: 0;
padding: 0;
text-align: right;
}
.class_div{
display: block;
width: 100%;  
margin: 0;
padding: 0;
}
#b-query {
width: 140px; 
margin-right: 0.25em;
border: #999999 1px solid; 
font-size: 9pt; 
font-family: arial, helvetica, sans-serif, sans-serif;
background: #eeeeee;
color : #000000;	
}
#b-searchbtn {
vertical-align: middle; 
position: relative; 
top: -1px;
}	



/* Slideshow */
#myGallery
{
	width: 460px;
	height: 345px;
	z-index:5;
	display: none;
	border: 1px solid #000;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	color:#FFFFFF;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading-bar-black.gif');
	color:#FFFFFF;
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;	
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
	background-color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #fff;
	background-color:#000;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('images/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background-color: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
	color:#eeeeee;
}

.jdGallery .carousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .label .number
{
	color: #b5b5b5;
	background-color:#333333;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
/*	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;*/
}

* html .jdGallery a.right, * html .jdGallery a.left
{
/*	filter:alpha(opacity=50);*/
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('images/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('images/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('images/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('images/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	/*-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}

.withArrows a.open:hover { background: url('images/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('images/open.gif') no-repeat center center;
	/*filter:alpha(opacity=80);*/ }



.clear {clear: both;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.imageMargin {
padding: 0 6px 6px 0;
}


#slideWrap {
/* position: relative; */
width: 660px;
z-index: 1;
}

#slideshow-home {
/* position: relative; */
width: 660px;
height: 440px;
margin: 1px;
padding: 10px 0 10px 0;
}

div.feedburnerFeedBlock {
padding: 3px;
}
div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}
div.feedburnerFeedBlock img {
display: none;
}
div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
display:block;
margin:12px 0 0 0;
}

#footer {}
#footer p {
padding: 3px 0 3px 0;
}
#footer ul {
list-style: none;
}
#footer ul li {
float: left;
display: block;
padding: 0;
list-style: none;
padding: 0 5px 0 2px;
}
#footer ul li a {
padding: 0 10px 0 5px;
text-decoration: none;
}
