﻿body {
}

.sliderwrapper {
	overflow: hidden; /*leave as is*/
	height:185px;
	position:relative;
	
	margin-bottom:15px;
}
.sliderwrapper1 .contentdiv,
.sliderwrapper .contentdiv {
	visibility:hidden ; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding:0px;
	background-color:#FFFFFF;
	background-image:url(../images/biggreenboxbg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
display:none;
}

.sliderwrapper1{
	overflow:hidden;
	height:185px;
	position:relative;
}