/* Image Gallery Thumbs */
div.picture { 
   position:relative;
   float:left;
   width:125px;
   margin:0px 5px 5px 5px;
}

div.picture_ce {
   padding:5px 0 8px 0
}

div.picture_ce a img {
   max-width:125px;
   max-height:125px;
}

div.picture_ce img {
   max-width:125px;
   max-height:125px;
}

div.picture_top { 
   height:11px;
   font-size:11px;
   line-height:11px;
   overflow:hidden;
   text-align:center;
   width:125px;
}

div.out_prev_img { clear:both;text-align:center }
div.out_prev_img p { display:block;padding:0;margin:0 }

.prev_img_left img { padding-right:10px }

div.prev_img_right { float:right;padding:0 0 0 10px }
div.prev_img_left { float:left;padding:0 10px 0 0 }

.prev_img_center { margin:0 auto }
.prev_img_center * { text-align:center;display:inline }
.prev_img_center img { float:none;margin:0 auto }

div.picture_ce { text-align:center }

div#archivelink.out_art { text-align:center }


/* Timeshare */
.small-ad-caption {
   color:black;
   font-size:15px;
   font-weight:bold;
   margin-bottom:10px;
}

h1 { margin-top:0!important }


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



#option-region-only { display:none }



a.view-unit-details, a.link-rounded
{
   margin-top:5px;
   display:block; 
   border:none;
   color:#fff !important;
   background-color:#cacfc2;
   background-image:url("../img_upload/input_bg.jpg");
   background-repeat:repeat-x;
   padding:4px;
   -webkit-border-radius: 10px 10px 10px 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   -o-border-radius: 10px 10px 10px 10px;
   border-radius: 10px 10px 10px 10px;
   behavior: url(PIE.htc);
        
}

a.view-unit-details, a.link-rounded
{
        background-image:url("../img_upload/button_bg.jpg") !important;
        background-repeat:repeat-x;
        text-decoration:none!important;
}

a.link-rounded { float:left;margin-right:25px }
