/*------------------------------------------------------LEWIS AND MOJO'S ISLAND VACATION PICTURE SHOWCopyright 2004 Kevin Cornell. All Rights Reserved.------------------------------------------------------   *//*------------------------------------------------------DEFAULTS------------------------------------------------------*/* {	padding:0;	margin:0;}body {	font-size: 70.0%;	font-family: "Trebuchet MS", Lucida, Arial, Verdana, sans-serif;	background-color: #DECC94;}#container {	width: 859px;	height: 768px;	margin: 0 auto 100px auto;	position: relative;	background: transparent url(../_images/background.jpg) no-repeat 0 0 ;}/*------------------------------------------------------SLIDE------------------------------------------------------*/#slide {	width: 448px;	height: 396px;	position: absolute;	left: 187px;	top: 244px;}/*------------------------------------------------------ACTIONABLE ITEMS------------------------------------------------------*/a#previous {	display: block;	text-indent: -2100px;	text-decoration: none;	width: 94px;	height: 84px;	background: transparent url(../_images/previous_up.jpg) no-repeat 0 0 ;	position: absolute;	left: 305px;	top: 639px;}a#previous:hover {	background: transparent url(../_images/previous_over.jpg) no-repeat 0 0 ;}a#next {	display: block;	text-indent: -2100px;	text-decoration: none;	width: 96px;	height: 84px;	background: transparent url(../_images/next_up.jpg) no-repeat 0 0 ;	position: absolute;	left: 400px;	top: 639px;}a#next:hover {	background: transparent url(../_images/next_over.jpg) no-repeat 0 0 ;}a#bsr_link {	display: block;	text-indent: -2100px;	text-decoration: none;	width: 174px;	height: 29px;	background: transparent url(../_images/visit_bearskinrug.jpg) no-repeat 0 0 ;	position: absolute;	left: 227px;	top: 739px;}a#email_link {	display: block;	text-indent: -2100px;	text-decoration: none;	width: 184px;	height: 29px;	background: transparent url(../_images/write_lew_mojo.jpg) no-repeat 0 0 ;	position: absolute;	left: 423px;	top: 739px;}/*------------------------------------------------------LEWIS AND MOJO'S ISLAND VACATION PICTURE SHOWCopyright 2004 Kevin Cornell. All Rights Reserved.------------------------------------------------------   */