/* Photo area and Nav */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 846px; /*width of featured content slider*/
height: 692px;
float:left;
margin-top:10px;
display:inline;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
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: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding-top:10px;
padding-bottom:0px;
text-align:center;
border: 1px solid transparent;
background-color:#f7f9fb;
position:absolute;
z-index:100;
top:66px;
left:12px;

}

#gal_wrapper {
	margin:0 auto;
	text-align:center;
	width:846px;
}

.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;

}
