a 
{
	border:none;
	text-decoration:none;
}

#n_cont
{
	position:absolute;
	top:160px;
	left:288px;
	margin: 20px 64px;
	overflow:hidden;
	font-family: georgia;
}

#n_scroll
{
	position:absolute;
	top:0;	
}

.news-arrow
{
	background-image:url('img/btn_news.png');
	position:absolute;
	right:228px;
	width:16px;
	height:12px;
	cursor:pointer;
}

#arrow-up
{
	top:300px;
	background-position:16px 0;
}

#arrow-up:hover
{
	background-position:16px -12px;
}

#arrow-down
{
	top:356px;
}

#arrow-down:hover
{
	background-position:0 -12px;
}

h1.title-news
{
    color: #DDD9D3;
    font-family: georgia;
    font-size: 32px;
    font-weight: normal;
    left: 350px;
    line-height: 29px;
    margin: 0;
    position: absolute;
    text-shadow: 0 0 8px #000000;
    top: 125px;
    width: 600px;
}

#n_cont a, #n_cont p
{
    color:#a19689;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    margin: 5px 0 30px;
    text-transform:uppercase;
    text-decoration:none;
}

#n_cont a
{
	font-size: 11px;
    font-weight: bold;
    letter-spacing:1px;
}

#n_cont a:hover
{
    color:#bfb2a3;
}

#n_cont h2
{
    color:#a19689;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    margin: 0 0 6px;
    text-transform:uppercase;
}

#n_cont h3
{
    color: #e1d9d3;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    text-transform:uppercase;
}

/*-----POP-UP NEWS------*/

#n_popcont
{
 width:850px;
 height:488px;
 background: url('../img/news/bg_popnews.png');
 position:fixed;
 font-family: georgia;
}

#n_popvideocont
{
 width:770px;
 height:448px;
 background: url('../img/news/bg_popVideoNews.jpg');
 position:fixed;
 font-family: georgia;
}

#movie, #flashPlayer
{
	position:absolute;
	top:46px;
	left:65px;
}

#n_popcont img
{
 margin:40px 0 0 30px;
 float:left;
}
.slidenews
{
 margin:40px 0 0 30px;
 float:left;
}
   
.slidenews img
{
 margin:0px 0 0 0px !important;
 position:absolute;
 top:0;
 left:0;
}  
#n_popcont a
{
 text-decoration:none;
     }
     
#n_poptxt
{
    float:left;
    margin: 111px 0 0 26px;
    }
    
#n_popcont h1
{   
    margin:0 0 20px 0;
    padding:0;
    font-size:23px;
    font-weight:normal;
    color:#58524b;
    }
     
#n_popcont h2
{   
    margin:5px 0 15px 0;
    padding:0;
    font-size:16px;
    font-weight:bold;
    color:#a19689;
    }
    
#n_popcont h3
{
    margin:0;
    padding:0;
    font-size:12px;
    font-weight:bold;
    color:#58524b;
    }
    
#n_popcont h4
{
    margin:0;
    padding:0;
    font-size:12px;
    font-weight:normal;
    color:#58524b;
    }
    
#n_poptxt a
{
    position:absolute;
    right: 130px;
    bottom:79px;
    font-size:11px;
    font-weight:bold;
    color:#ddd9d3;
    text-decoration:none;
    }
    
#n_poptxt a:hover
{
    color:#58524b;
    }
    
#popclose {
    background-image: url("img/x.png");
    width: 17px;
    height: 17px;
    position: absolute;
    right: 22px;
    top: 16px;
    }
            
#popclose:hover {
    background-position:0 -17px;
    }