* {margin:0;padding:0;}
a:link {color:#5D5D5D;}
a:visited {color:#5D5D5D;}
a:hover {color:#FF3300;}
body {
	text-align:center;
	background-color: #EAEAEA;
	background-image:url('images/back-texure.jpg');
	margin:15px;
}
#mainContainer {
	width:946px;
	margin-right:auto;
	margin-left:auto;
	margin-top:auto;
	margin-bottom:auto;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	text-align:center;
	font-size:11px;
}
#main {width:878px;margin:auto;text-align:center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
}
kbd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
}
h1, h2, h3, #header span {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	padding:0.6em 0em;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size:14px;
}
h3 {font-size:12px;font-weight:bold;}
#header {
	text-align:left;position:relative;float:right;height:75px;
}
#header span {position:absolute;float:left;left:-875px;width:200px;padding:1em 0;font-weight:bold;text-decoration:none;cursor:pointer;}
#header a {text-decoration:none;}
#header * {margin:0;}
#header img {visibility:hidden;}
#mainNav {
	list-style:none;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom:10px;
	margin-top:20px;
}
#mainNav li {
	display:inline;
	padding:2px;
}
.topBack {background: url(images/top-rounded-background.jpg) no-repeat;height:85px;width:878px;height:;padding-top:15px;}
#mainPhoto {background-color:;}
#mainPhoto a {background-color:#333333;text-decoration:none;padding:-10px;;}
#mainPhoto li {display:inline;position:relative;float:left;padding:0;}
.homePage li {border:7px solid #F8F8F8;}
#mainPhoto img {margin:0;padding:0;padding-bottom:3px;}
#mainPhoto p {position:absolute;background-color:#333333;color:#CCCCCC;font-family:Arial, Helvetica, sans-serif;float:left;font-size:11px;bottom:12px;text-decoration:none;cursor:pointer;width:97px;padding:3px 0px;display:block;}
#mainPhoto a:hover {background-color:#FF3300;}
#mainPhoto a:hover span {color:#FFFFFF;}
#mainPhoto p {background-color:inherit;color:#CCCCCC;font-family:Arial, Helvetica, sans-serif;font-size:12px;text-decoration:none;cursor:pointer;width:97px;padding:3px 0px;display:block;}
#mainPhoto a:hover p {background-color:#FF3300;color:#FFFFFF;}

.box {
	width:400px;
	height:180px;
	text-align:left;
	background-image:url('images/box-background.jpg');
	background-repeat:no-repeat;
}
.box p {margin-bottom:10px;}
/* #concept, #contact {
	border:1px solid #999999;
} */
#concept {
	float:left;
}
#contact {
	float:right;
}
#concept, #contact {margin:25px 0;padding:15px;}
#footer {border-top:1px solid #888888;padding:10px;bottom:0px;}

/* lightbox styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* scrollable settings */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:745px;
	height:182px;
	margin:0 auto;	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:2000em;
	position:absolute;
	
}

.items div {
	float:left;
	width:745px;
	position:relative;
	
}

/* single scrollable item */
.scrollable li {
	float:left;
	padding:0px;
	margin:0px;
}

/* active item */
.scrollable .active {
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/arrows.png) no-repeat;
	display:block;
	width:30px;
	height:162px;
	float:left;
	margin:7px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -162px; clear:right; margin-right: 25px;}
a.right:hover 		{ background-position:-30px -162px; }
a.right:active 	{ background-position:-60px -162px; } 


/* left */
a.left				{ margin-left: 25px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
