
h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 504px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 504px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0 0 20px 0;
    height: 504px;
    width: 504px;
	text-align: center;
}

ul.navigation {
	width: 45px;
    margin: auto;
    padding: 1;
    padding-top: 6px;
	text-align: center;
	list-style: none;

}

ul.navigation li {
	text-indent: -9999pt;
		background: url(img/unsel.gif) no-repeat;	
	float: left;
}


ul.navigation li a {
display: block;
	height: 10px;
	width: 10px;
	text-align: center;
	background: url(img/unsl.gif) no-repeat;	
}



ul.navigation li a:hover {
	background: url(img/sel.gif) no-repeat;

}

ul.navigation li a.selected {
	background: #fff url(img/sel.gif) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
	position: relative;
    cursor: pointer;
}

.scrollButtons.left {
	position: absolute;
	right: 330px;
	float: none;
	clear: left;
	display: inline;
}

.scrollButtons.right {
    position: absolute;
	right: 150px;
    float: right;
}

.hide {
    display: none;
}

/* 
    display: inline;
    text-align: center;
    text-indent: 99999pt;
    margin-right: 4px;
	background: url(img/unsl.gif) no-repeat -1px;
	width: 15px;
	height: 15px;
*/