@charset "UTF-8";
/* CSS Document */
#backSlider{
		background-color:#fff;
		border:#ccc 1px dotted;
}
	
#slider {
    width: 430px;   
    position: relative;
	height:170px; 
	color:#555; 
	padding:5px 0; 
	background-color:#f0f0f0;
	margin: 0 auto;
	border:#ccc 1px dotted;

}

.scroll {
    height: 165px;
    width: 420px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
 }

.scrollContainer div.panel {
    padding: 5px 10px;
    height: 165px;
    width: 410px;
	
}
div.panel a:link, div.panel a:visited {
	color:#fff;
}

.scrollButtons {
    position: absolute;
    top: 75px;
    cursor: pointer;
	z-index:999;
}

.scrollButtons.left {
    left: -38px;
}

.scrollButtons.right {
    right: -38px;
}

.hide {
    display: none;
}
div.demo, div.inner { color: #000; text-align: center; font-family: verdana, arial, sans-serif;}
div.demo  { float: left; width: 18em; padding: 20px; margin: 1em; background: #6af; }
