#slider {
	height: auto;
    width: 100%;
    position: relative;
	float: left;
	bbackground: gray;
	ddisplay: none;
}

.scroll {
    hheight: auto;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	bbackground: purple;
	mmargin-bottom: -54px;
}

.scrollContainer div.panel {
    padding: 0;
	margin: 10px 0 8px 0;
	pposition: relative;
    height: auto;
    width: 983px;
	bbackground: orange;
}

#sshade {
    bbackground: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    hheight: 50px;
}

#slider_navigation_container {
	float: left;
	mmargin: 10px 0;
	width: 100%;
	bbackground: red;
	border-top: solid 1px #eeeeee;
}

.slider_navigation {
	float: left;
	margin: 0 auto;
	bbackground: blue;
}

.slider-thumb {
	float: left;
	padding: 20px;
	margin-left: 2px;
	background: green;
}





ul.navigation {
    list-style: none;
}

ul.navigation .selected {
}

ul.navigation li {
	display: inline;
	margin-left: 5px;
}

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

ul.navigation img {
	border: solid 1px #cccccc;
}

ul.navigation img:hover {
	filter: alpha(opacity=60);
	opacity: 0.7;
}

ul.navigation li.rows{
	float: left;
	margin: 6px 0 0 9px;
}

ul.adminNavigation{
    list-style: none;
	padding-bottom: 4px;
}

ul.adminNavigation li{
	margin: 0 0 0 5px;
	width: 74px;
	display: inline;
	padding: 3px 17px;
	background: #CCCCCC;
}


.scrollButtons_ {
    position: relative;
    top: 200px;
    cursor: pointer;
}

.scrollButtons.left {
	position: absolute;
	bottom:296px;
    left: 20px;
	width:50px;
	height:50px;
	z-index: 99999;
}
.scrollButtons.left:hover { filter: alpha(opacity=60); opacity: 0.60; }

.scrollButtons.right {
	position: absolute;
	bottom:296px;
	right: 20px;
	width:50px;
	height:50px;
	z-index: 99999;
}
.scrollButtons.right:hover { filter: alpha(opacity=60); opacity: 0.60; }

.hide {
    display: none;
}