@import "lightbox.css";

/*plugin news - frontend styles*/

#news .news_block {
margin:10px 0;
}

#news .news_block p {
margin:5px 0 15px 0;
}

#news div.news_gallery {
width:140px;
margin-right:20px;
overflow:hidden;
float:left;
padding:3px;
border:solid 1px #dddddd;
margin-bottom:15px;
}
#news div.news_gallery .news_gallery_inner {
width:140px;
height:120px;
overflow:hidden;
}


#news div.news_gallery .gallery_navigation {
width:140px;
float:left;
overflow:hidden;
background:#f2f2f2;
color:#8d0101;
line-height:12px;
font-size:11px;
padding-bottom:2px;
font-weight:bold;
}

#news div.news_gallery .gallery_navigation div {
width:50%;
float:left;
text-align:center;
cursor:pointer;
overflow:hidden;
}

#news div.news_gallery .gallery_navigation div.galprev { position:relative; left:0; float:left;}
#news div.news_gallery .gallery_navigation div.galnext { position:relative; right:0; float:right; }

#news .news_date {
float:left;
width:38px;
height:34px;
padding:5px 3px 5px 3px;
background:white url(../images/bg_date.gif) no-repeat;
margin:0px 12px 15px -2px;
text-align:center;
font-family:"Trebuchet MS", Arial;
font-size:10px;
line-height:12px;
text-transform:uppercase;
}
#news .news_date span {
font-family:"Trebuchet MS", Arial;
font-size:18px;
line-height:18px;
}
/*
#news .news_header:hover h1 {
color:black;
}
#news .news_header:hover {
cursor:pointer;
}*/

#news .block_li {
clear:both;
border:solid 1px #dedede;
background:#f9f9f9;
padding:10px;
}

#news .back_link {
margin-top:15px;
text-align:right;
clear:both;
}


