a:link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em; 
	color: #FFFFFF; 
	text-decoration: underline; 
}
a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em; 
	color: #9955FF; 
	text-decoration: underline; 
}

html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #056034;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size:0.8em;
	top:0;
	left:0;
	font: 100%;
	height:100%;
}

div.body1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	background-image: url(media/Edges/left_tile.jpg);
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: 0px 0px;
	top:0px;
	left:0;
	width:100%;
	min-height:100%;
}

div.body2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	background-image: url(./media/Edges/top_tile.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	top:0px;
	left:0;
	width:100%;
	height:100%;
}

div.body3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	background-image: url(./media/Edges/right_tile.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: right;
	top:0px;
	left:0;
	width:100%;
	height:100%;
}

div.body4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	background-image: url(./media/Edges/bottom_tile.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
	top:0px;
	left:0;
	width:100%;
	height:100%;
}

div.body5 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	background-image: url(./media/Edges/bottom_right_corner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
	top:0px;
	left:0;
	width:100%;
	height:100%;
}

div.body6 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	background-image: url(./media/Edges/top_right_corner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	top:0px;
	left:0;
	width:100%;
	height:100%;
}

div.body7 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	background-image: url(./media/Edges/bottom_left_corner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	top:0px;
	left:0;
	width:100%;
	height:100%;
}

div.body8 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	background-image: url(./media/Edges/top_left_corner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	top:0px;
	left:0;
	width:100%;
	height:100%;
}

* html div.body1 {height:100%;}
* html div.body2 {height:100%;}
* html div.body3 {height:100%;}
* html div.body4 {height:100%;}
* html div.body5 {height:100%;}
* html div.body6 {height:100%;}
* html div.body7 {height:100%;}
* html div.body8 {height:100%;}



div.panelcentre {
	height:auto;
	overflow: visible;
	z-index: 99;
	width: auto;
	position: relative;
	left: 0px;
	padding: 50px 60px 50px 170px;
	margin: 0 0 0 0;
	top: 0px;
}

.GalleryContent {
  font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	border: 5px solid #222222;
	background-image: url(media/innerbak.png);
	width: 750px;
	margin: auto;
	padding: 5px;
	height: auto;
	/*margin-left:400px;*/
}

.ThumbHoriz {
	height: 130px;
	width: 740px;
	border: 0px none;
	text-align: left;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	margin: 5px;
}

#ImageFS {  
	margin: auto 5px;
	vertical-align: middle;
	border-style: none
}

/*Slider CSS*/
div.prev
{
	background: #333333 url(http://www.mucox.com/media/gallery/scroll-top.png) no-repeat scroll center center;
	height: 20px;
	width: 75px;
}

div.slidearea
{
  height: 560px;
  width: 75px;
  overflow: hidden;
  position: relative;
}

div.items
{
  position: absolute;
  height: 200000px;
}

#thumbnails
{
    position: absolute;
    margin-left: -95px;
    height: 560px;
}

div.next
{
    background: #333333 url(http://www.mucox.com/media/gallery/scroll-bot.png) no-repeat scroll center center;
    height: 20px;
    width: 75px;
}

