#main-slide-left {
	width: 94%;
	#padding: 1% 3%;
	margin: 0 0 0 -25;
	
}
#main h1 { 
	text-align: center;
	font: 2em Helvetica; 
	margin: 20px 0 10px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #444444; 
}

#main-slide-left .slide-left img {float:left;width:260px;margin:12px 7px 0 0;border:4px solid #eee;}

.clear {
	margin-top: -1px;
	height: 1px;
	clear:both;
	zoom: 1;
}		
.slider-left {
	width: 330px;
	#margin: 50px auto;
	padding: 0 0 0 0;
	position: relative;
	overflow: hidden;
}



.slider-left::-moz-selection { background: transparent; color: #fff; text-shadow: none; }
.slider-left::selection { background: transparent; color: #fff; text-shadow: none; }
.slide-list {
	position: relative;
	margin: 0;
	padding: 0 20;
}
.slide-wrap {
	position: relative;
	left: 0px;
	top: 0;
	width: 10000000px;
}
.slide-item {
	width: 260px;
	padding: 10px;
	float: left;
}
.slide-title {
	font: bold 16px monospace;
	color: #7BAF0A !important;
	text-transform: uppercase;
	padding: 5px 5px;
	display: block;

}
.slide-description {
	font: bold 16px monospace;
	color: #67920d !important;
	text-transform: uppercase;
	padding: 5px 5px;
	display: block;

}
.navy {
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 30px;
	cursor: pointer;
}
.prev-slide {
	left: 0;
	background: #fff url(/design/img/left-arrow.png) 11px 40% no-repeat;
}
.next-slide {
	right: 0;
	background: #fff url(/design/img/right-arrow.png) 13px 40% no-repeat;
}
.navy.disable {
	background: #dbdbdb;
}
.auto {
	width: 7px;
	height: 11px;
	cursor: pointer;
	margin: 10px auto;
}
.play {
	background: url(/design/img/play.png) center no-repeat;
}
.pause {
	background: url(/design/img/pause.png) center no-repeat;
}
