*{
	margin:0;
	padding:0;
}

img{
	border:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
	background:#ffffff;
	
	
	font-size:11px;
}

a{
	color:#666;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

p{
	margin-bottom:1em;
}

#content { 
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
}

h1{
	color:#666;
	font-size:15px;
}

h2{
	color:#666;
	font-size:12px;
}

#header{
	padding-top:40px;
	text-align:left;
	/*border-bottom:1px solid #dcdfdb;*/
	width:964px;
	margin:0 auto;
}

#header img{
	position:relative;
	top:8px;
}

#nav{
	text-align:left;
	margin-top:20px;
	width:944px;
	padding:0 10px;
	margin-left:auto;
	margin-right:auto;
}

#topNav{
	padding-bottom:20px;
	float:right;
}

#nav a{
	color:#666;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:2px;
}

#nav a:hover{
	/*color:#939598;*/
	border-bottom:2px solid #E6E13C;
}

#nav .current, #nav .current:hover{
	border-bottom:3px solid #E6E13C;
}

#footer{
  width: 964px;
  margin: 0 auto;
  border-top:1px solid #ccc;
}
#footer, #footer a{
  color:#999999;
}

/* scrolling div */

#main {
  width: 964px;
  margin: 0 auto;
  border-top:1px solid #ccc;
  padding-top:5px;
  clear:both;
}

#content-slider {
  width: 874px;
  height: 20px;
  position: relative;
  margin:0 20px;
  z-index:1;
}

#content-slider-track {
  width: 924px;
  height: 1px;
  position: relative;
  top:-12px;
  margin:0 20px;
  background:#666;
  z-index:0;
}


.ui-slider-handle {
  width: 50px;
  height: 1px;
  position: absolute;
  top: 7px;
  background: #DEE317;
  border: solid 1px #DEE317;
  z-index:2;
}

#content-scroll {
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}

#content-holder {
  width: auto;
  height: auto;
  white-space:nowrap;
}

.content-item {
  width: auto;
  height: auto;
  padding: 5px 0;
  display:inline-block;
  vertical-align:top;
}

.content-item img{
	border:1px solid #ccc;
}

#arrow_left, #arrow_right{
	margin-top:1px;
	font-weight:bold;
	color:#666;
	cursor:pointer;
	font-size:17px;
	position:relative;
	top:-4px;
}

button{
	font-size:1opx;
	font-weight:bold;
	border:0;
	color:#666;
	background:transparent;
}

button:hover{
	color:#DEE317;
}