﻿        .ns_NewsDesc
        {
            width:125px;
            height:74px;
            text-align:right;
            /*background-color:#ecc201; /*#D79D01;*/
            padding-top:3px;
            padding-bottom:3px;
            color:black;
            border-bottom:solid 2px white;
            cursor:pointer;
            opacity:.3; filter:alpha(opacity=30)
        }
        
        .ns_NewsDesc:hover
        {
            width:125px;
            height:74px;
            text-align:right;
            
            border-bottom: solid 2px #b5b5b5;
            padding-top:3px;
            padding-bottom:3px;
            color:black;
            cursor:pointer;
            opacity:1; filter:alpha(opacity=100)
        }
        
        .ns_NewsDesc a
        {
            color:#000000;
            text-decoration:none;
        }

        .ns_NewsDesc_Selected
        {
            width:125px;
            height:74px;
            text-align:right;
            
            border-bottom: solid 2px #E59F00; /*#b5b5b5;*/
            padding-top:3px;
            padding-bottom:3px;
            color:black;
            cursor:pointer;
            /*background-color:#6699cc;*/
           /* border-left:solid 6px white;*/
        }
        
        .ns_NewsDesc_Selected a
        {
            color:#ffffff;
            text-decoration:none;
        }
        
        #ns_NewsPreview
        {
            /*width:554px;position:relative;top:-80px;background-color:#000000;display:none;color:#ff9900;opacity:.7; filter:alpha(opacity=70);*/
            padding:0px;
            float:left;
            vertical-align:top;
        }
        .ns_NewsImage
        {
            /*width:280px;
            height:160px;
            margin:45px;
            
            width:564px;*/
            height:300px;
            margin-bottom:0px;
            border:none;
            background-repeat:no-repeat;
            cursor:pointer;
            text-align:center;
            /*text-align:center;border:solid 2px #1160af;border-bottom:none;
            /*border-left:solid 1px #1160af;
            border-right:solid 1px #1160af;
            /*border:solid 1px black;*/
        }
        
        .ns_NewsImageBack
        {
            background-color:#6699cc;
            font-family:Arial;
            font-size:15px;
            font-weight:bold;
        }
        .ns_NewsImageBack a{
            text-decoration:none;
            color:inherit;
        }
        
        
        .ns_hidden
        {
            display:none;
        }
        
        #ns_MediaDesc
        {
            /*width:280px;
            margin-left:45px;
            margin-right:45px;*/
            width:400px;
            height:20px;
            /*background-image:url('tmp/media_overlay.png');
            background-repeat:repeat-x;*/
            color:black;
        }
        
        .ns_Data
        {
            display:none;
        }
        
        #ns_MainTopTitle
        {
            padding:10px;
            height:100px;
            text-align:center;
            vertical-align:bottom;
            width:690px;
        }
        
        #ns_PreLoader
        {
            width:672px;
            background-position:center;
            background-color:White; 
            background-repeat:no-repeat;
            background-image:url('../images/loading_s.gif');
            height:386px;
        }
        
        #ns_Accordian
        {
            width:690px;
            direction:rtl;
            display:none;
            
        }
        
        #ns_Thumbs
        {
            /*border-left:solid 1px #1160af;
            border-right:solid 1px #1160af;*/
            border:solid 2px #6699CC;
            padding-left:5px;
            padding-right:5px;
            text-align:center;
        }
        
        
        
        
       