html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #231f20;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	font-weight: normal;
}

#outerWrapper {
	background-color: #231f20; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 975px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
	background-color: #231f20; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 15px;
	font-weight: normal;
	line-height: 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 100px;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
}
#outerWrapper #topNavigation {
	background-color: #231f20; /* Sets the bottom border properties for an element using shorthand notation */
	height: 20px;
	width: 948px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5173e;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5173e;
	margin-left: 12px;
	padding-bottom: 2px;
}
#outerWrapper #topNavigation a:link{
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#outerWrapper #topNavigation a:visited {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#outerWrapper #topNavigation a:hover {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	padding-right: 15px;
	padding-left: 15px;
}
#outerWrapper #topNav2 {
	background-color: #231f20;
	height: 6px;
	width: 948px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5173e;
	margin-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5173e;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
}
#outerWrapper #contentWrapper #content {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 975px;
	padding-bottom: 5px;
	background-color: #231f20;
	padding-top: 5px;
}
#outerWrapper #contentWrapper #content h1 {
	color: #e5173e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
}
#outerWrapper #contentWrapper #content h2 {
	color: #e5173e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
}
#outerWrapper #contentWrapper #content h3 {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 17px;
}
#outerWrapper #contentWrapper #content a:link {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
#outerWrapper #contentWrapper #content a:visited {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
#outerWrapper #contentWrapper #content a:hover {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #content a:active {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
#outerWrapper #bottomNav {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-color: #231f20;
	height: 35px;
	width: 948px;
	margin-left: 11px;
}
#outerWrapper #bottomNav a:link{
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-right: 25px;
}
#outerWrapper #bottomNav a:visited {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-right: 25px;
}
#outerWrapper #bottomNav a:hover {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	padding-right: 25px;
}
#outerWrapper #bottomNav h1 {
	color: #e5173e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
}
#outerWrapper #footer {
	background-color: #231f20; /* Sets the top border properties for an element using shorthand notation */
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	text-align: center;
	width: 948px;
	margin-left: 12px;
	padding-top: 9px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#outerWrapper #footer a:link {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#outerWrapper #footer a:visited {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#outerWrapper #footer a:hover {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#outerWrapper #footer a:active {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#container {
	/*widget_width*/width:950px;
	/*widget_height*/height:450px;
	/*widget_background-color*/background-color:#231f20;
	border: 1px solid #fff;
}
#container {
	-khtml-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
div#text-holder {
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 999;
	color: white;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	padding: 7px;
	display: none;
}
#photonavi{
	background-color: #231f20;
	height: 100%;
	float: left;
	padding: 10px;
	border-right: 1px solid #fff;
}
.page li img 
.page li.active img 
}
.page li.active .thumb-container {
	cursor: default;
	border-color: red;
	padding-right: 2px;
	padding-left: 2px;
}
#text-holder a,#text-holder a:link,#text-holder a:visited {outline: none;color: #fff;text-decoration: none;}
#text-holder a:hover,#text-holder a:active {text-decoration: underline;}
#photo-viewer {margin: 0;padding: 10px;overflow: hidden;position: relative;}
#photo-display {width: 100%;position: relative;margin: 0;padding: 0;overflow: hidden;}
#photo-display img {position: absolute;border: none;}
#photolists li img {border: none;}
.jcarousel-container-horizontal {width: 100%;height: 100%;margin: 0;padding: 0;}
.jcarousel-clip-horizontal {top: 0px;left: 0px;width: 100%;height: 100%;}
.thumb-container,.thumb-inner,.thumb-img {border: none;display: block;width: 100%;height: 100%;margin: 0;padding: 0;overflow: hidden;position: relative;}
.thumb-container {border: 1px solid transparent;padding: 0;}
.thumb-container a,.thumb-container img {border: none;margin: 0;padding: 0;}
.thumb-center img,.thumb-strip,.thumb-icon {margin: 0;padding: 0;border: none;position: absolute;}
.thumb-center img {border: none;margin: 0;padding: 0;}
#photo-display img,#photolists img {display: none;}
.page {width: 100%;height: 100%;list-style:none; margin: 0;padding: 0;}
.page .thumb-container {float: left;}
.controller {text-align: center;width: 100%;margin-top: 10px;}
#page-controller {list-style: none;width: 100px;height: 23px;text-align: center;padding: 0;margin: 0;display: inline-block;font-size: 0.75em;color: white;line-height: 23px;word-spacing:2px;}
#page-controller li {margin: 0;padding: 0;float: left;display: block;}
#page-controller li img{border: none;padding: 3px;cursor: pointer;}
#page-controller .left-corner {width: 22px;height: 100%;background: url('/images/page-controller/pagination_corner_left.png') no-repeat;}
#page-controller .center-corner {width: 56px;height: inherit;background: url('/images/page-controller/pagination_bkgd_middle.png') no-repeat;}
#page-controller .right-corner {width: 22px;height: inherit;background: url('/images/page-controller/pagination_corner_right.png') no-repeat;}
.page-arrow-disabled {cursor: default;opacity: .5;-moz-opacity: .5;filter: alpha(opacity=50);}