.sliderwrapper{
position: 					relative; /*leave as is*/
overflow: 					hidden; /*leave as is*/
width:						950px;
height:						340px;
text-align:					left;
}

.sliderwrapper h1 {
margin:						0;
padding;					0;
line-height:				32px;
}

.sliderwrapper .contentdiv{
visibility: 				hidden; /*leave as is*/
position: 					absolute; /*leave as is*/
left: 						0;  /*leave as is*/
top: 						0;  /*leave as is*/
width: 						950px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 					340px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 				1;
opacity: 					1;


}

.pagination{
width: 						930px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: 				center;
padding: 					5px 10px;
z-index:					999;
position: 					absolute;
bottom: 					0;
background-position: 		bottom;
background:					url("http://app.greenrope.com/users/myteam4/Media1329.jpg") repeat-x;
border-bottom-left-radius: 	10px;
border-bottom-right-radius: 10px;
}

.pagination a{
padding-top: 				2px;
padding-right: 				2px;
padding-left: 				3px;
padding-bottom: 			3px;
border-radius:				5px;
-webkit-border-radius: 		5px;
-moz-border-radius:			5px;
}

.pagination a:hover, .pagination a.selected{
background:					#8ac800;
}