/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/


function thesis_for_custom_post_types() {
    $post_options = new thesis_post_options;
	$post_options-&gt;meta_boxes();
	foreach ($post_options-&gt;meta_boxes as $meta_name =&gt; $meta_box) {
        add_meta_box($meta_box['id'], $meta_box['title'], array('thesis_post_options', 'output_' . $meta_name . '_box'), 'custom_type_name', 'normal', 'high');
    }
add_action('save_post', array('thesis_post_options', 'save_meta'));
}
add_action('admin_init', 'thesis_for_custom_post_types');
.photospace{
  position:relative;
  margin-bottom: 10px !important; /* space for row of thumbs */
}

.photospace .slideshow img {
  vertical-align:bottom  !important;
}

.photospace .slideshow span.image-wrapper {
  bottom:0;
}

.photospace ,
.photospace .thumnail_col,
.photospace .gal_content,
.photospace .loader,
.photospace .slideshow a.advance-link{
  width:900px; /* width of main image */
}

.photospace .thumbs_wrap2{
  height:100px; /* height of thumbnails */
  width:100%;
  position:absolute;
  bottom:-70px;
  left:0;
        overflow: hidden;
}

.photospace .thumbs_wrap{  
    float: center;
    left: 50%;
    position: relative;
}

.photospace .pageLink.next{
  margin-right:0;
}

.photospace .thumnail_col {
  float: center;
        left: -50%;
  width:auto  !important;
  position: relative;
}

.photospace ul.thumbs {
  float:center;
}

.photospace a.advance-link {
    line-height: 100px; /* height of main image */
}