/* Latest news --- start */
#latestNewsWrapper {
    background: transparent;
    height: 306px;
    width: 590px;
    padding: 0px 0px 0px 8px;
}
#left, #right {
    float: left;
}
#left {
    width: 266px;
    height: 300px;
    background: url("images/greenblock.png") no-repeat;
    margin-top: 4px;
}
#right {
    background: transparent;
    width: 300px;
    margin-top: 11px;
}
#left #arrow {
    padding: 0px 3px 0px 0px;
    margin-top: 23px;
    position: fixed;
}
#image {
	
    width: 252px;
    height: 292px;
    color: #fff;
    float: left;
	position: relative;
	top: 15px;
	background: no-repeat center top;
}
#image div {
    padding: 235px 10px 0px 10px;
}
#caption1, #caption2, #caption3, #caption4, #caption5, #caption6 {
    display: none;
}
#titles {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#titles li {
    background: url("images/grey.png") no-repeat;
    padding: 8px 0px 8px 10px;
    font-weight: bold;
    line-height: 12px;
}
#titles li a {
    font-weight: bold;
}
#titles .active {
    background: url("images/gold.png") no-repeat;
   
}
.date {
    font-size: xx-small;
    color: #9A780F;
    font-weight: normal;
}

#box-link { 
		position: absolute; 
		top: 8px; 
		left: 0px; 
		width: 252px; 
		height: 292px; 
		background-color: transparent; 
		border: 0px solid yellow; }	




/* Latest news --- end */

