
/* Photo area and Nav */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:1px solid #DDDDDD;
width: 846px; /*width of featured content slider*/
height: 680px;
float:left;
left:130px;
display:inline;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
text-align:center;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 110px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
float:left;
text-align:center;
border-bottom:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;
padding-top:7px;
padding-bottom:10px;

}



.pagination a:hover, .pagination a.selected{

}


#table_out {
display:table;
width:846;
height:680px;

}

#content_position {
display:table-cell;
vertical-align:middle;
}

#table_in{
width:846px;
text-align:center;
}


#table_in img{max-height: 650px; max-width: 815px; height: auto; width: auto; }

/* Thumbnail Carousel */


.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 205px; /*Width of Carousel Viewer itself*/
height: 60px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
 /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
margin:5px;
}




.contwrapper{
position: relative; /*leave as is*/
border-left:1px solid #DDDDDD;
width: 806px; /*width of featured content slider*/
float:left;
left:130px;
display:inline;
padding:20px; 
}


