@charset "UTF-8";
/* CSS Document */

#header h2 {
	background-image:url(/images/photos_header.jpg);

}

#content { text-align:left; }

#galleries {

	width:140px;
	text-align:center;
	margin-top:40px;
	padding-left:20px;
	float:left;
	
}

#galleries hr {
	border:0;
	border-bottom:1px dashed #fff; 
	width:100%;
	
	
}

#galleries ul, #galleries ul li { list-style-type:none; margin: 0; padding: 0; }

#galleries ul li {


	padding-top:5px;
	padding-bottom: 5px;
	font-size:.91em;
	color:#D7753E;
}


#galleries li a, #galleries li a:visited {

	color:#fff;

}

#galleries li a:hover { text-decoration:underline; }

#photo_and_thumbs { padding-left:20px; float:left; width:505px;}

#main_photo_image { padding: 2px 0; }

#thumbs ul, #thumbs ul li { list-style-type:none;  }
#thumbs ul li { float:left; }

#thumbs { background-image:url(/images/thumbs_bg.gif); background-repeat:no-repeat; width:512px; height:75px; background-position:top center; }
#mycarousel { padding-top:3px; }
.photo_thumb { padding: 0 2px; cursor:pointer; }
.photo_thumb_ff { padding: 0 0px;margin:0; cursor:pointer; }






.jcarousel-next {
	float:right;

    cursor: pointer;
	padding-top:36px;padding-right:5px;
}

.jcarousel-next-disabled {
padding-top:36px;padding-right:5px;
	float:right;
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev {
 padding-left:10px;
 padding-right:5px;
float:left;
    cursor: pointer;
}

.jcarousel-prev-disabled {
padding-left:10px;
 padding-right:5px;
float:left;
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}