#main {
	float: left;
	width: 100%;
	padding-left: 0px;
	margin: 20px 20px auto;
}

#selectchain{
	width: 100%;
	float: left;
	margin: 10px auto;
}

#title1 {
	float: left;
	background:#949694;
	width:100%;
	height: 25px;
	margin: 10px auto;
	text-align: center;
	line-height: 25px;
	display: block;
}

#title1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#title1 a:hover{
	color: #004065;
	text-decoration: underline;
}

#chainlist {
	clear: left;
	float: left;
	width: 100%;
	font-size: 16px;
}

.evenRow{background-color:#f0f0f0;}
.oddRow{background-color:#DEDFDE;}
.activeRow{background-color:#ccc;}
.selectRow{background-color:#FFFF55;}

#wintitle{
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#wintitle a {
	margin-top: 0px;
	padding: 7px 16px 3px;
	color: #FFFFFF !important;
	border: none;
}

#wintitle a:hover {
	text-decoration: underline;
	background-color: transparent;
}

#content-slider {
    float:left;
    width: 1200px;
    height: 6px;
    margin: 5px;
    background: #BBBBBB;
    margin-left:20px;
    margin-top:5px;
}

.ui-slider-handle {
    width: 10px;
    height: 10px;
    position: relative;
    top: -3px;
    background: #478AFF;
    border: solid 6px #478AFF;
}

#content-scroll {
    float:left;
    width: 1200px;
    height: 750px;
    margin-left:20px;
    margin-top:0px;
    overflow: hidden;
    border: solid 1px #949694;
}

#content-holder {
    height: 270px;
}

.content-item {
    height: 270px;
    padding: 0px;
    float: left;
}

#marktab {
	margin: 0;
	padding: 0 0 20px;
	background: transparent url('/images/body_bg.jpg') no-repeat center top;
	min-height: 100%;
	/* font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; */
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 12px;
}
