/* slideshow */
#glider {
	position:relative !important;
	top:0;
	left:0;
}
.glidecontentwrapper{
position: relative; /* Don't touch */
width: 584px; height: 305px; margin-left:8px; 
overflow: hidden;
*display:inline;
display:inline-block;
zoom:1;
float:left;
}
/*style for each glide content DIV within wrapper.*/
.glidecontent{ 
position: absolute; /* Don't touch */
background: #ece9d6; visibilityx: hidden; width: 584px;height: 305px;z-index:9;
}
.glideimage {height:305px;width: 584px;display:block;overflow:hidden}
/*style for DIV used to contain toggler links. */
.glidecontenttoggler{ 
position:absolute;
/*padding-top:0px;
margin-top:0px;*/ 
width: 221px; 
/*margin-bottomx: 10px; 
margin-leftx:58px;*/
top:235px;
right:20px;
vertical-align:top;
*display:inline;
display:inline-block;
zoom:1;
floatx:left;
z-index:99999;
}
.glidecontenttoggler p img {margin:0;padding:0;line-height:0;}
/*navigational links */
.glidecontenttoggler a{ 
background: none;
display:inline-block;
margin-top: 0px;
color: #660000;
padding:0px;
text-decoration: none;
}
/*style for selected page's toggler link. ".selected" class auto generated! */
.glidecontenttoggler a.selected{ -moz-opacity: 1;opacity:1;filter: alpha(opacity=100);}

.glidecontenttoggler a:hover{ background: #FFFFFF; color: black; }
/*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */

.glidecontenttoggler img {height: 56px; width: 61px;}
.glidecontenttoggler a.toc{ -moz-opacity: 0.6;opacity:.60;filter: alpha(opacity=60);}
.glidecontenttoggler a.toc:hover{ -moz-opacity: 1;opacity:1;filter: alpha(opacity=100); }
.glidecontenttoggler a.toc.selected{ -moz-opacity: 1;opacity:1;filter: alpha(opacity=100); overflow:hidden}

/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
.glidecontenttoggler a.prev{margin-bottom:0px; padding:0px; width:19px; height:56px;background:url(home_arrow_left.png) no-repeat;display:inline-block;*float:left}

.glidecontenttoggler a.next{width:19px; height:56px; background:url(home_arrow_right.png) no-repeat;display:inline-block;*float:left}

.glidecontenttoggler a.prev:hover{ background-image:url(home_arrow_left.png) } 
.glidecontenttoggler a.next:hover{ background-image:url(home_arrow_right.png)}

#outernav {position:relative;height:56px;max-height:56px;width:183px;overflow:hidden;vertical-align:top;display:inline-block;*float:left}
#innernav {position:relative;vertical-align:top;width:1000px;max-height:56px;}
.glideitem {height:56px;display:inline-block;*float:left;width:61px}

.slide_info {position:absolute;bottom:0;left:0; width: 584px;  padding-top: 14px; padding: 0px;z-index:99999;background: #082253;color:#fff;display:block; -moz-opacity: 0.7;opacity:.70;filter: alpha(opacity=70); }
.slide_caption { width: 325px; height:75px; padding-left:8px; float:left; padding-top: 10px;}
.slide_credit { width: 325px; height: 75px; padding-left: 12px; float:left;padding-top: 10px; color:#fff}
.slide_credit a {color:#fff;text-decoration:underline}
.slide_share { float:left;width:160px;padding-left: 12px; border-bottom:1px solid #fff; padding-top: 10px; height: 75px; }
.slide_caption p { margin-top:0px;  font-size:90%}
.slide_credit p { font-size:80%}
.slide_num { background-color:#fff;width: 98px;text-align:center;vertical-align:middle;height: 15px;display:block;}
.slide_num span {padding:5px 0px;display:block}

.rule { border: none 0; border-top:1px dashed #cccc99; border-bottom: 0; }

#share {position:relative; z-index:99999;top: 0;margin-top: -85px;right:15px;float:right;width: 145px;}

/* #action_nav { padding: 0px 0px 0px 14px; margin-top: 8px; margin-bottom: 8px }
#action_nav li { display: inline; list-style-type: none; padding-right: 30px; padding-bottom:3px; padding-top:3px }
#action_nav li a:link, a:visited, a:active, a:hover { 
font-family: Arial, Helvetica, sans-serif; font-size: 110%; color: #000000; font-weight: lighter; text-decoration: none }*/