@charset "utf-8";/* ////////////////////////////////////////////////// BASIC ////////////////////////////////////////////////// */body {	background: #000000 url(../images/bg/lim_excav.jpg) top center no-repeat;}/* ////////////////////////////////////////////////// CONTAINERS ////////////////////////////////////////////////// */#content .inner .left {	display: block;	float: left;	clear: left;	width: 580px;	min-height: 200px;	_height: 200px;		margin: 0px 20px 0px 0px;}#content .inner .right {	display: block;	float: left;		clear: right;	width: 300px;	min-height: 200px;	_height: 200px;		margin: 0px 0px 0px 0px;	}#content .border-top {	display: block;	clear: both;	width: 940px;	height: 10px;	background: url(../images/bg/content-border-top.png) no-repeat;}#content .border-bttm {	display: block;	clear: both;	width: 940px;	height: 15px;	background: url(../images/bg/content-border-bttm.png) no-repeat;}/* Pagination */div.pagination {	display: block;	margin: 0px 0px 0px 0px;	width: 880px;}/* ////////////////////////////////////////////////// GALLERY ////////////////////////////////////////////////// *//* use values from common DRW - 15/-1/09a.thumb {	display: block;	float: left;	clear: none;	width: 131px;	height: 63px;	border: 2px solid black;		margin: 0px 10px 10px 0px;}a.thumb:hover {	border: 2px solid white;}img.thumb {	display: block;	width: 131px;	height: 63px;		margin: 0px 0px 0px 0px;	border: 0;}*/div.Galleryitem {	display: block;	float: left;	border: 2px solid #cccccc;	margin: 8px;}/* ////////////////////////////////////////////////// TEXT ////////////////////////////////////////////////// */ div.left p {	margin: 10px 0px 10px 0px;}/* ////////////////////////////////////////////////// LINKS ////////////////////////////////////////////////// */ a.feature {	display: block;	clear: both;	width: 276px;	height: 136px;	border: 2px solid #cccccc;}a.feature:hover {	border: 2px solid white;}a.feature img {	display: block;	clear: both;	}/* ////////////////////////////////////////////////// BUTTONS ////////////////////////////////////////////////// */ a.next { 	display: block;	float: right;	clear: right;	background: url(../images/buttons/next.gif) no-repeat;	width: 65px;	height: 25px;	margin: 0;	padding: 0;	text-indent: -9999em;}a.next:hover {	background-position: 0px -25px;}a.previous { 	display: block;	float: left;	clear: left;	background: url(../images/buttons/previous.gif) no-repeat;	width: 90px;	height: 25px;	margin: 0;	padding: 0;	text-indent: -9999em;}a.previous:hover {	background-position: 0px -25px;}