@charset "utf-8";
/* CSS Document */
html, body {
height: 100%;;
text-align: center;
}
#footer {
height: 100%;
min-height: 100%;
width: 100%;
position: absolute;
bottom: 0;
padding-bottom: 2%;
left: 0;
} 

*html #footer {
position: absolute;
bottom: 0px;
text-align:center;
}

div#centered {
	width:600px;
	height:360px;
	text-align: center;
position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -180px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
div#gridcentre {
	width:560px;
	height:360px;
	text-align:center;
	margin: 0 auto 0 auto;
	padding-top:20px;
}
div#galleryview img {
	display:none;
}
body {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	font-size:10px;
	color:#FFF;
	background-color:#000;
}
a {
	color:#FFF;
	outline: none;	
}
div#wrap {
			width: 500px;
			margin: 50px auto;	
		}
#gallery {
	position: relative;
	float: left;
	padding: 0px 15px 10px 15px;
}

.photos {
	position: relative;
	float: left;
	display: block;
}
.photos { cursor: pointer }
.photos p {
	margin:2px;
	text-align:center;
}
.photos img{
	border:1 px #CCC;
	padding:8px;
	background-color:#FFF;
}
.panel a img {
	border:1 px #CCC;
	padding:8px;
	background-color:#FFF;
    filter:alpha(opacity=20);
	-moz-opacity:0.1;
	opacity:0.1;
}
.panel a:hover img {
	border:1 px #CCC;
	padding:8px;
	background-color:#FFF;
    filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.photos a img {
	border:none;
}
.photosets {
	clear: both;
	padding-top: 1px;
}

/* SLIDER STYLES */
#wrapper {
    width: 800px;
    margin: 25px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	overflow: hidden;
	width: 770px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 90px;
	height: 90px !important;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}
.inside img {
	width: 65px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

a {
	color: #999;
	text-decoration: none;
}
.scrollButtons {
    position: absolute;
    top: 35px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}
.prev {
	float:left;
	padding:10px;
}
.gallery {
	float:left;
}
/* GRID LAYOUT */
.gridlayout img {
	border:1 px #CCC;
	padding:8px;
	background-color:#FFF;
	float:left;
	margin:1px;
}
.gallerybg {
	background: #000000 url(../images/gal_bg.jpg) fixed bottom right no-repeat;
	margin:0px;
}