/* @override http://stantrolley.mirror/wp-content/themes/StanTrolley/coda-slider.css */

#slider {
width: 100%;
margin: 0 auto;
position: relative;
}

.scroll {
margin: 0 auto;
height: 290px;
width: 300px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
}

.scrollContainer div.panel {
height: 290px;
width: 300px;
overflow: hidden;
}

#shade {
height: 50px;
}

.scrollButtons {
position: absolute;
top: 305px;
cursor: pointer;
}

.scrollButtons.left {
	left: 0px;
	width: 126px;
	height: 29px;
	background: url(images/more_left.png) no-repeat 0 -31px;
	text-indent: -10000px;
}
.scrollButtons.left:hover {
	background: url(images/more_left.png) no-repeat;
	margin-left: -2px;
}

img.and {
	margin-left: 133px;
	margin-top: 15px;
}
.scrollButtons.right {
	right: 0px;
	background: url(images/more_right.png) no-repeat  0 -31px;
	width: 126px;
	height: 29px;
	text-indent: -10000px;
}
.scrollButtons.right:hover {
	background: url(images/more_right.png) no-repeat;
	margin-right: -2px;
}
.hide {
display: none;
}