.slideContainer { position:relative; width:600px; height:250px; border:0px solid #f00; overflow:hidden; text-align:left; }
.slideFrame { position:absolute; width:600px; height:250px; border:0px;}
.slideContent { position:absolute; width:600px; border:0px; margin:0px 0px; overflow:hidden; display:none; z-index:300; }
.slideContentD { position:absolute; border:0px solid; margin:0px 0px; overflow:hidden; z-index:300; }

.slideNav { position:absolute; bottom:0px; width:600px; border:0px solid #f00; margin:0px 0px; overflow:hidden; z-index:410;}

.slideNavLink { width:12px; color:#555; font-size:11px; font-weight:bold; border:1px solid #555; background:#b5b5b5; text-align:center; margin:0px auto; padding:1px; cursor:pointer; }
.slideNavLink:link { width:12px; color:#555; font-size:11px; font-weight:bold; border:1px solid #555; background:#b5b5b5; text-align:center; margin:0px auto; padding:1px; cursor:pointer; }
.slideNavLink:active { width:12px; color:#555; font-size:11px; font-weight:bold; border:1px solid #555; background:#b5b5b5; text-align:center; margin:0px auto; padding:1px; cursor:pointer; }
.slideNavLink:visited { width:12px; color:#555; font-size:11px; font-weight:bold; border:1px solid #555; background:#b5b5b5; text-align:center; margin:0px auto; padding:1px; cursor:pointer; }
.slideNavLink:hover { color:#fff; background:#677b90; }

.slideNavNums { width:12px; color:#555; font-size:11px; font-weight:bold; border:1px solid #fff; background:#fff; text-align:center; margin:0px auto; padding:1px; cursor:pointer; }
.slideNavNums:hover { color:#fff; background:#335EA5; }
.slideNavNumsOn { color:#fff; /* background:#677b90; */ background:#335EA5; }

.slideOverlay { position:absolute; width:470px; height:150px; margin-top:-106px; padding:10px 20px 10px 20px; background-color:#000; opacity:0.55; text-align:center; border:0px solid #f00; }

.slideTextContainer { position:absolute; width:470px; height:150px; margin-top:-106px; padding:10px 20px 10px 20px; text-align:center; border:0px solid #f00; }

.slideContentTitle { font-size:15px; font-weight:bold; color:#6699cc; text-decoration:none; }
.slideContentTitle:link { font-size:15px; font-weight:bold; color:#6699cc; text-decoration:none; }
.slideContentTitle:active { font-size:15px; font-weight:bold; color:#6699cc; text-decoration:none; }
.slideContentTitle:visited { font-size:15px; font-weight:bold; color:#6699cc; text-decoration:none; }
.slideContentTitle:hover { font-size:15px; font-weight:bold; color:#cb2026; text-decoration:none; }

.slideContentText { position:relative; top:5px; width:100%; font-size:12px; font-weight:normal; color:#ddd; text-decoration:none; }
