/*Before making any changes, please get approval from PM*/
#slidewrapper {
	width: 829px;
	height:210px;
	position: relative; 
	overflow: hidden; 
	background-color:#F4F7F4;
	float:left;
}

#slideshow {
	text-align: left;
	z-index: 1;
	width: 825px;
	margin: 0px;
	float: left;
}

.pager {
	/*display: block;*/
	margin: 5px;
	float:right ;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:100%;
	padding-top: 3px;
	padding-bottom: 3px; 
	padding-left: 7px;
	padding-right: 7px;
	/*position: absolute;*/
	
}

#pager a, #s7 strong {
	
	margin: 5px;
	padding-top: 3px;
	padding-bottom: 3px; 
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #ccc;
	background: #96C025;
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	
	
}

#pager a.activeSlide { background: #5D8129; }
#pager a:focus { outline: none; }

.slidecaption p {
	text-align: left;
}
.slidecaption {
	
	/*right: 0;*/
	width: 390px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	height: 100px;
	position: relative;

	
}
.slides {
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	position: relative;
	z-index: 2;
}
.slides img {
	background-color: #eee;
	top:0;
	left:0;
	float: left;
	height: 210px;
	width: 389px;
}
.pic img {
	height: 210px;
	width: 389px;
	float: right;
	top: 0;
}
.clearfix {
	display: inline-block;
}

#pager {
	top: 10px;
	margin-top: -40px;
	z-index: 3;
	margin-right: 10px;
	right: 10px;
	position: relative;	
}
