/* -- Fullempty cascading style sheet, modified / created by Matthew Boultwood -- */
/* -- Original script and style from demo2 @ http://monc.se/galleria/demo/demo_02.htm -- */

* {
	margin:0;
	padding:0;
}


/* ----------------------- Galeria styles -- */

.galleria{
	list-style:none;
	width:200px;
}

.galleria li{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
}

.galleria li a{
	display:none;
}

.galleria li div{
        /*
	position:absolute;
	*/
	display:none;
	top:0;
	left:180px;
}

.galleria li div img{
	cursor:pointer;
}

.galleria li.active div img,.galleria li.active div{
	display:block;
}

.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}

.galleria li .caption{
	display:block;
	color: #888;
}

* html .galleria li div span{
	width:400px;
} /* MSIE bug */



.gallery_home {

	width:200px;
	/*float:right;*/
	margin: 0 auto;

}
.gallery_home li{
	width: 80px;
	height: 80px;
	border: 4px double #d9e1e9;
	margin: 0 10px 10px 0;
	background: #fff;
}
.gallery_home li.hover{
	border-style: solid;
	border-color: #8cb4dd;
}
.gallery_home li.active{
	border-style: solid;
	border-color: #dde0ee;
	background-color: #FFFFFF;
	opacity: .5;
}

.gallery_home li div .caption{
	font:italic 0.7em/1.4 georgia,serif;
}

.caption {/*
	position: absolute;
	top: 412px;
	left: 220px;
	*/
	width: 550px;
	text-align: left;
}

/* Hides overflow and centres images without rescaling if too big */

.galleria_container{

	margin: auto;
	margin-bottom: 20px;
        float: left;  
	background: #eee;
	padding: 5px;
	width: 800px;
	height: 536px;
	text-align: right;
	vertical-align:top;
         box-shadow: 0px 2px 10px #333;
	-moz-box-shadow: 0px 2px 15px #333;
	-webkit-box-shadow: 0px 2px 15px #333;
         behavior: url(ie-css3.htc);
}

.galleria_wrapper {

	max-width: 800px;
	max-height: 599px;
	overflow: hidden;
}

/* -------------------------------------- my page styles -- */

.topgal{
        /*
	position: absolute;
	left: 200px;
	top:90px;
	*/
	display:inline;
	margin-top: 5px;
	height: 602px;
	width: 800px;
}

.info{
	margin: auto;
	padding: 40px 0 0 0;	
	clear: both;	
}

.info p{
	margin-top:1.6em;
}

.info p img {
	float: left;
	margin: 4px 10px 1px 0;
}


.nav{ padding-top:0px;
      padding-bottom:8px;
      clear:both;
      
      margin-left: auto; margin-right: auto;
      font:80% 'helvetica neue',sans-serif;
      letter-spacing:3px;text-transform:uppercase;}

#mbox {
	background: transparent url(../images/mpbg.jpg) no-repeat top left;
	width: 1000px;
	height: 800px;
	margin: 0px auto 0px auto;
}

#holdall {
	text-align: left;
	padding: 25px 115px 50px 115px;
}

.noshow {
	display: none;
}

/*
.pagenav {
	text-align: right;
	margin: 0px;
	border-top: 1px dashed #3d5875;
	padding-top: 53px;
	clear: both;
}
*/
#pagelinks {
	list-style: none;
	width: 350px;
	margin: 0 0 auto auto;
}

#pagelinks li {
	display: block;
	float: right;
	width: 80px;
	height: 95px;
	margin: 0 0 0 15px;
	overflow: hidden;
}

.menuitem {
	display: block;
	width: 100%;
	height: 100%;
}

.desc_prog {
	color: #999999;
	font-size: 10px;
	margin-top: 0px;
}

#con_links li{
	list-style: none;
	/*display: inline;*/
	margin: auto 5px auto 5px;
	text-transform: uppercase;
        font-size: 0.7em; 
	font-weight: normal; 
	color: #000000; 
	text-transform: uppercase;


}

/*
.gal_pages {

	position: absolute;
	top: 2px;
	margin-left: 100px;
	width: 600px;

}
*/


/* --------------------------------------- ajaxing */
.oldgal {
	position: relative;
	margin-top: 5px;
	height: 602px;
	width: 800px;
}


a{color:#348;text-decoration:none;outline:none;}
a:hover{color:#67a;}

h1,h2{font:bold 80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}



	/* BEGIN DEMO STYLE */
	*{margin:0;padding:0}
	
	
	.caption{font-style:italic;color:#887;}
	.demo{position:relative;margin-top:2em;}
	.gallery_home{width:802px; height:600px; margin:0 auto;}
	.gallery_home li{width:68px;height:50px;margin-bottom:5px; margin-left:0px; margin-right:2px; padding:1px; border:2px double #111;background:#000;}
	.gallery_home li div{left:240px}
	.gallery_home li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{margin:0 auto 60px auto;height:438px;width:700px;background:black;}
	#main_image img{margin-bottom:10px;}
	
	.nav{padding-top:0px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	
	.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
	.info p{margin-top:1.6em;}









