#module_news h2{
	margin-bottom:10px;
}
#module_news a{
	text-decoration:none;
}
#news_box_short{
	width:200px;
	background:url(../gfx/edges-orange.gif) repeat-y;
	padding:10px;
}
#news_box_short a{
	color:#d6762f;
}
#news_box_short ul,#news_box_short ul li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
}
#news_box_short ul li{
	padding-top:10px;
}
#news_box_short .hr{
	border-top:solid 1px #fadb71;
}
.box_header_short{
	background:url(../gfx/edges-orange.gif) no-repeat -220px 0px;
	width:220px;
	height:5px;
	line-height:1px;
	font-size:1px;
}
.box_footer_short{
	background:url(../gfx/edges-orange.gif) no-repeat -440px 0px;
	width:220px;
	height:5px;
	line-height:1px;
	font-size:1px;
}

.news_title{
	font-weight:bold;
}
.news_content{
	padding:5px 0px 5px 0px;
}
.news_published{
	font-size:0.923em;
}

.link_right{
	background:url(../gfx/link-arrow-right.gif) no-repeat center right;
	padding-right:7px;
	text-decoration:none;
	cursor:pointer;
}
.link_left{
	background:url(../gfx/link-arrow-left.gif) no-repeat center left;
	padding-left:7px;
	text-decoration:none;
	cursor:pointer;
}
.link_up{
	background:url(../gfx/link-arrow-up.gif) no-repeat center left;
	padding-left:7px;
	text-decoration:none;
	cursor:pointer;
}

.gallery_published{
	font-size:0.923em;
	clear:both;
	text-align:right;
}
#gallery_box_short img,#module_gallery .odd_row img,#module_gallery .even_row img{
	float:left;
	margin-right:10px;
}
#gallery_close{
	float:right;
	background:url(../gfx/close.gif) no-repeat;
	cursor:pointer;
	padding:2px 0px 3px 24px;
}
#gallery_title{
	float:left;
	padding:0px 0px 0px 10px;
}
#gallery_description{
	text-align:center;
	margin-top:30px;
	padding-bottom:5px;
	clear:both;
}
#gallery_previous{
	float:left;
	width:80px;
	height:400px;
	background:url(../gfx/previous.gif) no-repeat right center;
	cursor:pointer;
}
#gallery_next{
	float:left;
	width:80px;
	height:400px;
	background:url(../gfx/next.gif) no-repeat left center;
	cursor:pointer;
}
#gallery_photo{
	float:left;
	width:640px;
	height:400px;
	text-align:center;
	padding-bottom:10px;
}
#gallery_thumbs_box{
	clear:both;
	width:672px;
	margin:auto;
}
#gallery_thumbs{
	white-space:nowrap;
}
#gallery{
	font-size:1px;
}
#gallery img,#gallery_thumbs img{
	border:solid 1px #003663;
	margin:3px 3px 2px 0px;
	cursor:pointer;
}
#gallery img.active,#gallery_thumbs img.active{
	border:solid 1px red;
}
