
#slider {
    width: 680px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 400px;
    width: 680px;
/*
    overflow: auto;
    overflow-x: hidden;
*/
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
	background-color: #1c1c1c;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 400px;
    width: 680px;
}


a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
    border: 0;
}

.scrollButtons.left {
    left: -70px;
}


.scrollButtons.right {
    right: -70px;
}

.closeimg img { border: 0;}

.closeimg {
	padding-left: 0px;
	float: right;
	}

