html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background:none;
}
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 550px;
height: 75px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 0px;
visibility: hidden;
width: 550px;
margin:0px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 60px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: black;
}

.glidecontenttoggler a:hover{
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.content-box2 a, .content-box2 a:visited, .prev a,  .next a, .prev a:visited,  .next a:visited{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
text-decoration:none!important;;
color:#0c86d6!important;
}
.prev a:hover,  .next a:hover, .content-box2 a:hover{
color: #0c86d6!important;;
text-decoration:none!important;;
}
.prev{ 
	position:relative;
	float:left;
	display:inline;
	text-align:left;
	margin:0px 0px 0px 12px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}
.next{ 
	position:relative;
	float:right;
	display:inline;
	text-align:left;
	margin:0px 12px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}

.title-here{
	position:relative;
	float:left;
	display:inline;
	padding:6px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:550px;
	height:25px;
	color:#0c86d6;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-indent:48px;
	background:url(../images/bg-photo.gif) top left no-repeat;
		}
.photo-slide-box{
	position:relative;
	float:left;
	display:inline;
	padding:0px;
	margin:0px 0px 15px 0px;
	height:75px;
	width:550px;
			}
.content-box{
	position:relative;
	float:left;
	display:inline;
	padding:0px;
	margin:0px 0px 0px 5px;
	height:80px;
	width:550px;
	z-index:89;
	}
.content-box2{
	position:absolute;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:550px;
	z-index:88;
	left:0px;
	top:-33px;
}
.thumbs-cont{
	position:relative;
	float:left;
	display:inline;
	width:100px;
	height:75px;
	padding:0px;
	margin:0px 8px 0px 1px;
	text-align:left;
}
.thumbs-cont img{
	border:1px solid #076db4;
}

/*remove selected box when clicking in FF*/
|:-moz-any-link:focus { 
outline: none; 
}
input[type=”image”]:focus { 
outline: none; 
}
button::-moz-focus-inner, input[type=”reset”]::-moz-focus-inner, input[type=”button”]::-moz-focus-inner, input[type=”submit”]::-moz-focus-inner, input[type=”file”] > input[type=”button”]::-moz-focus-inner { 
border: none; 
}
abbr[title], acronym[title] { 
border-bottom: none; 
}
*:focus{ 
outline : none; 
}
