@font-face {
	font-family: 'FranklinGothicDemi';
	src: url('../fonts/franklingothic-demicnd-webfont.eot');
	src: local('☺'), url('../fonts/franklingothic-demicnd-webfont.woff') format('woff'), url('../fonts/franklingothic-demicnd-webfont.ttf') format('truetype'), url('../fonts/franklingothic-demicnd-webfont.svg#webfontxSLWDU6z') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FranklinGothicItalic';
	src: url('../fonts/franklingothic-bookcndital-webfont.eot');
	src: local('☺'), url('../fonts/franklingothic-bookcndital-webfont.woff') format('woff'), url('../fonts/franklingothic-bookcndital-webfont.ttf') format('truetype'), url('../fonts/franklingothic-bookcndital-webfont.svg#webfontxSLWDU6z') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FranklinGothic';
	src: url('../fonts/franklingothic-bookcnd-webfont.eot');
	src: local('☺'), url('../fonts/franklingothic-bookcnd-webfont.woff') format('woff'), url('../fonts/franklingothic-bookcnd-webfont.ttf') format('truetype'), url('../fonts/franklingothic-bookcnd-webfont.svg#webfontxSLWDU6z') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FranklinGothicDemiItalic';
	src: url('../fonts/franklingothic-demicndital-webfont.eot');
	src: local('☺'), url('../fonts/franklingothic-demicndital-webfont.woff') format('woff'), url('../fonts/franklingothic-demicndital-webfont.ttf') format('truetype'), url('../fonts/franklingothic-demicndital-webfont.svg#webfontyu9nx3iY') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FranklinGothicMedium';
	src: url('../fonts/franklingothic-medcnd-webfont.eot');
	src: local('☺'), url('../fonts/franklingothic-medcnd-webfont.woff') format('woff'), url('../fonts/franklingothic-medcnd-webfont.ttf') format('truetype'), url('../fonts/franklingothic-medcnd-webfont.svg#webfontdEF9JYBo') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FranklinGothicMediumItalic';
	src: url('../fonts/franklingothic-medcndital-webfont.eot');
	src: local('☺'), url('../fonts/franklingothic-medcndital-webfont.woff') format('woff'), url('../fonts/franklingothic-medcndital-webfont.ttf') format('truetype'), url('../fonts/franklingothic-medcndital-webfont.svg#webfontdEF9JYBo') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ==========================================================================  GLOBAL */

body {
	margin: 0;
	padding: 0;
	font-family: FranklinGothic, Helvetica, Arial;
	font-size: 12px;
	background-color: #eee;
}
img {
	border: 0px;
}




/* ==========================================================================  MENU */

#nav {
	position: fixed;
	top: 40px;
	left: 150px;
	width: 550px;
	height: 25px;
	padding-bottom: 16px;
	border-bottom: 1px solid #999;
	z-index: 0;
}
ul#menu {
	font-family: FranklinGothicDemi, Helvetica, Arial;
	list-style: none;
	float: right;
	padding: 28px 0 0 0;
	margin: 0px;
}
ul#menu li {
	float: left;
}
ul#menu a:link, ul#menu a:visited{
	color: #000;
	text-decoration: none;
	background: #eee;
	padding: 2px 5px;
}

ul#menu a:hover{
	color: #fff;
	text-decoration: none;
	background: #000;
}

/* ==========================================================================  GALLERY */

#wrapper {
	position: absolute;
	top: 120px;
	float: left;	
	z-index: 1;
}
.first {
	margin-left: 150px;
}
.last {
	background-image: none;
}
ul#gallery {
	height: 480px;
	width: 37000px;
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
}
ul#gallery > li {
	position: relative;
	display: block;
	width: auto;
	float: left;
	padding: 0 150px 0 0;
}
.background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-image: url(../images/next.png);
	background-position:92% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.prev {
	width: 30px;
	height: 462px;
	background-image: url(../images/prev.png);
	background-position: 100% 50%;
	background-repeat:no-repeat;
	cursor: pointer;
}
ul li span {
	padding-top: 14px;
	display: block;
}
ul li span span {
	display: inline;
	font-family: FranklinGothicMediumItalic, Helvetica, Arial;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: left;
	background-color: #fff;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
	background: url(../images/up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
	background: url(../images/down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
.scroll-pane {
	width: 550px;
	height: 434px;
	overflow: auto;
	padding: 0;
}
.scroll-pane span {
	display: inline;
	font-family: FranklinGothicMedium, Helvetica, Arial;
}
.scroll-pane p {
	padding: 0;
	margin: 0;
	width: 480px;
}
ul li ul {
	width: 600px;
	height: 600px;
	text-align:left;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li ul li {
	float:left;
	width:300px;
}
ul li ul li a:link, ul li ul li a:visited {
	color: #000;
	text-decoration: none;
}
ul li ul li a:hover {
	color: #999;
}
.ui-tabs-hide {
	position: absolute;
	left: -100000px;
	display: block;
}
.button {
   font-family:FranklinGothicDemi;
   color:#fff;
   background-color:#000;
   border-style:solid;
   border-color:#000;
   border-width:1px;
   cursor: pointer;
}
#footer {
	position: fixed;
	top: 635px;
	left: 150px;
	color: #999;
	
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
hr {
	width:180px;
	border-bottom: 1px solid #999;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: left;
	margin: 24px 0;
	padding: 0;
}
