

#wrapper {
    width:531px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}



#slider {
    width: 533px;
    margin: 0 auto;
	float:left

}

.scroll {

    width: 513px;
    overflow: auto;
    overflow-x: hidden;
	float:left;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 490px;
	font-size:12px;
	line-height:18px;
	float:left
}

.scrollContainer div.panel UL {
	FLOAT: left;   WIDTH: 500px
}
.scrollContainer div.panel UL LI {
 padding-left:10px;MARGIN-TOP: 5px;  BACKGROUND: #fff1f5; FLOAT: left; WIDTH:100px; COLOR: #ff327b; LINE-HEIGHT: 21px; LIST-STYLE-TYPE: none; /*HEIGHT: 23px*/
}
.scrollContainer div.panel UL LI.cc {
  padding-left:8px;	BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 130px; COLOR: #333; BORDER-BOTTOM: #ccc 1px dashed}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}