
#title { font-size: 10px; font-family: Verdana, Helvetica, Arial, sans; }

a#prev, a#next { font-size: 14px; font-family: Verdana, Helvetica, Arial, sans; color: #000; text-decoration: none; }
a#prev:hover, a#next:hover {text-decoration: underline; }
	
.pics { height: 300px; width: 500px; padding:0; margin:0; overflow: hidden }
.pics img { height: 300px; width: 500px; padding: 0; top:0; left:0 }


#nav a { font-weight:bold; font-size:11px; color:#fff; margin: 0 2px; padding: 1px 5px; background: #999; text-decoration: none }
#nav a:hover { background: #ccc; }
#nav a.activeSlide { background: #ccc; color:#000; }
#nav a:focus { outline: none; }

.fade{position:relative; width:500px; height:300px; }
.fade .nav { 
margin:0; 
padding-right:20px;
position:absolute; 
bottom:0; 
left:0; 
z-index:99999; 
background:#fff; 
line-height:30px; 
text-align:right;
width:480px;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;

}
