aside#asidebox ul#project_select_ul,
aside#asidebox ul#image_select {
	word-wrap: no-wrap;
	display:block;
}
aside#asidebox #scrollpane_text  ul#project_select_ul li,
aside#asidebox #scrollpane_text  ul#image_select li {
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	cursor:pointer;
	line-height:0px;
	font-size:5px;
	width:180px; height:100px;
	position:relative; top:0px; left:0px;
	
}
aside#asidebox #scrollpane_text  ul#project_select_ul li a,
aside#asidebox #scrollpane_text  ul#image_select li a{
	margin:0px; padding:0px; line-height:0px;
	font-size:5px;
}
aside#asidebox ul#project_select_ul li img,
aside#asidebox ul#image_select li img {
	width:180px; height:100px;
}
div.layer {
	display:none;
}
div.layer, div.titlebox, div.opabox {
	position:absolute; top:0px; left:0px;
	width:180px; height:100px;
	z-index:10;
	
}
div.titlebox  {
	width:167px;
	padding:0px 0px 0px 13px;
}
div.titlebox h4 {
	font-size:16px;
	line-height:1.1;
	position:relative; top:0px; left:0px;
	margin-top:20px;
	
	font-family: 'Garamond';
	text-transform:uppercase;
}
div.titlebox span {
	font-size:12px;
	line-height:1.4;
	position:relative; top:0px; left:0px;
	display:block;
	margin-top:3px;
	
	text-transform:uppercase;
}
div.opabox {
	position:absolute; top:0px; left:0px;
	width:180px; height:100px;
	background:black;
	opacity:0.75;
	filter: alpha(opacity=75);
	z-index:5;
}
div#news_box {
	position:absolute; top:0px; 
	/*left:0px;
	left:50%;
	*/
	right:5%;
	z-index: 100;
	width:350px;
	background:transparent;
	
}
div#news_box_close_button {
	position:absolute; bottom:5px; right:10px;
	cursor:pointer;
}
div#news_content {
	position:relative; top:0px; left:0px;
	z-index: 100;
	width:100%; height:100%;
	
}
div.news_item {
	padding:10px;
}
div.news_item img {
	width:100px;
	float:left;
}
div.news_item p {
	width:220px;
        height: 121px;
        overflow:hidden;
	float:right;
	text-align:left;
	font-size:16px;
	font-family: "StandardTextFont", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
.opacity_box {
	position:absolute; top:0px; left:0px;
	width:100%; height:100%;


	background:#7c5d4a;
	background: black;
	opacity:0.75;
	filter: alpha(opacity=75);
	z-index:1;
	
}
@media only screen and (max-width: 1024px) {
    div.layer {
	display:block;
}
div.opabox {
    opacity:0.5;
}
}
@media only screen and (max-width: 768px) {
div#news_box {
    width: 324px;
	position: absolute;
	z-index: 999;
}
div.news_item {
    padding: 10px;
    width: 300px;
}
div.news_item img {
    width: 109px;
}
div.news_item p {
    font-size: 14px;
    width: 176px;
}
div#news_box_close_button {
	position: absolute;
bottom: 2px;
right: 2px;
cursor: pointer;
width: 18px;
}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 320px) {
html {
          -webkit-text-size-adjust: none;
     }

div#news_box {
    background: none repeat scroll 0 0 transparent;
    display: none;
    float: left;
    position: static;
    right: 0;
    top: 0;
    z-index: 100;
}
}



/**/