@charset "utf-8";
/* CSS Document */

.slider { display: block; width: 618px; height: 310px; border: 1px #999 solid; overflow: hidden; }

.slider a, .slider a:hover, .slider a:visited { text-decoration: none; }

.innerContainer { width: auto; height: 99%; margin: 2px; background: #fff; position: relative; overflow: hidden; }

#slider_nav { display: block; float: right; width: 230px; position: absolute; top: 0px; right: 0px; z-index: 999; }

.cont { width:auto; overflow:hidden; height:310px; z-index:500; position:relative; }

.invis { position: absolute; left:0; /* width is set through java */ }

.slider_item { float:left; display:block; width:500px; height:310px; overflow:hidden; position: relative; }

.slider_description_bg { display: block; width: 100%; height: 100px; position: absolute; bottom: 0px; background: #000; FILTER: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }

.slider_item:hover .slider_description_bg { FILTER: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; }

.slider_description { display: block; width: 100%; height: 100px; position: absolute; bottom: 0px; }

.slider_description h1 { width: 370px; padding: 7px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight: normal; text-decoration: underline; color: #f5be35; }

.slider_description span { display: block; width: 370px; padding: 7px; padding-top: 0px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #fff; }


.anons { float: right; display: block; width: 220px; height: 51px; padding: 5px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; background: #555 url(images/slider_bg_black.gif) left top repeat-x; border-bottom: 1px solid #333; overflow: hidden; clear: both; }

.anons:hover, .anons.selected { background: url(images/slider_bg_orange.gif) left top repeat-x; }

.anons img { float: left; margin-right: 5px; margin-bottom: 5px; width: 60px; height: 40px; border: 1px solid #333; }

.anons h1 { font-size: 12px; color: #fff; }
.anons:hover h1, .anons.selected h1 { color: #000; }

.anons span { font-size: 8px; color: #ddd; }
.anons:hover span, .anons.selected span { color: #000; }