/* .rotatorDefault {
    position: relative;
}

.rotatorDefaultPages {
    background-image: url(../../images/rotatorStartpageBg.jpg);
    background-repeat: repeat-y;
    position: relative;
    overflow: hidden;
    height: 279px;
    border-bottom: 12px solid #eeeeee;
}

.rotatorDefaultPage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.rotatorDefaultPage table td {
    background-color: transparent;
}

.rotatorDefaultPage h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 24px;
    color: #337a00;
    font-weight: bold;
}

.
 div.container {
    position: relative;
    height: 200px;
}

.rotatorDefaultPages div.arrow {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(../../images/rotatorArrows.jpg);
    bottom: 20px;
    left: 43px;
    cursor: pointer;
}

div#rotatorDefaultNaviLeft {
    background-position: 0px 0px;
}

div#rotatorDefaultNaviRight {
    background-position: 22px 0px;
    left: 72px;
}


*/
.rotatorDefault {
    position: relative;
	 top: -10px;
}

.rotatorDefaultPages {
    position: relative;
    overflow: hidden;
    height: 165px;
	 margin-bottom: 25px;
}

.rotatorDefaultPage {
    position: absolute;
    top: 0px;
    left: 0px;
	 padding-left: 20px;
	 padding-right: 0px;
    width: 100%;
	 width:620px;
    height: 100%;
}



.rotatorDefaultPages div.box {
	padding: 0px 16px;
	border-bottom: none;
}
.content .left .rotatorDefaultPages h2 {
	font-size: 16px;
	line-height: 20px;
}
.content .left .rotatorDefaultPages h1 {
	font-size: 21px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.rotatorDefaultPage table td {
    background-color: transparent;
}

.rotatorDefaultPage h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 24px;
    color: #578913;
    font-weight: bold;
}

.rotatorDefaultPages div.container {
    position: relative;
    height: 200px;
}

.rotatorDefaultPages div.arrow {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(../../images/rotatorArrows.jpg);
    bottom: 0px;
    left: 10px;
    cursor: pointer;
}

div#rotatorDefaultNaviLeft {
    background-position: 0px 0px;
}

div#rotatorDefaultNaviRight {
    background-position: 22px 0px;
    left: 40px;
}

