/* @grup RokContentRotator */

.rok-content-rotator {
	margin: 0;
	background: url(../images/rotator-br.png) 100% 100% no-repeat;
}

.rotator-2 {
	background: url(../images/rotator-bl.png) 0 100% no-repeat;
}

.rotator-3 {
	background: url(../images/rotator-tr.png) 100% 0 no-repeat;
}

.rotator-4 {
	background: url(../images/rotator-tl.png) 0 0 no-repeat;
	padding: 0px 20px 20px 20px;
}

.rok-content-rotator div.content {
	width: 380px;
}

.rok-content-rotator li {
	height: 34px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.rotator-title {
	font-size: 150%;
	height: 60px;
	line-height: 48px;
	color: #555;
	/* background: url(../images/h3-arrow.png) 0 16px no-repeat; */
}

.rok-content-rotator h2 {
	width: 213px;
	height: 34px;
	font-size: 80%;
	line-height: 36px;
	text-indent: 40px;
	padding: 0;
	margin: 0 7px 0 7px;
	z-index: 1;
	background: url(../images/rotator-tab.png) 18px 0 no-repeat;
	outline: none;
	font-family:  Verdana, Tahoma, sans-serif;
}

.rok-content-rotator p {
	z-index: 1;
	outline: none;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: bold;
}

.rok-content-rotator h2 a {
	display: block;
	z-index: 3;
	position: relative;
	width: 213px;
	color: #666;
	outline: none;
}

.rok-content-rotator h2 a.active {
	font-weight: normal;
	font-size: 100%;
}

.rok-content-rotator h2 a:hover,
.rok-content-rotator h2 a:hover.active {
	text-decoration: none;
}

.rok-content-rotator .arrow {
	position: absolute;
	width: 213px;
	height: 34px;
	right: 27px;
	z-index: 2;
	background: url(../images/rotator-tab-active.png) 0 0 no-repeat;
}

.rok-content-rotator .content {
	padding: 0px 20px 20px 20px;
	margin-top: 65px;
}

/* dont change below */
.rok-content-rotator {
	position: relative;
}

.rok-content-rotator ul {
	padding: 0;
	float: right;
	margin: 0;
	width: 227px;
	background: url(../images/rotator-shadow.png) 100% 50% no-repeat;
}

.rok-content-rotator ul .bab-list {
	padding: 0;
	background-image: none;
}

.rok-content-rotator ul .bab-list li {
	height: 20px;
	padding-left: 20px;
	background: transparent url(../images/icon16.png) no-repeat 0 2px;
	list-style-type:none;
	list-style-position: inside;
}


.rok-content-rotator .arrow {
	position: absolute;
	top: 60px;
}

.rok-content-rotator li { 
	list-style: none;
	padding: 0;
}

.rok-content-rotator .content {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 250px;
}


/* @end */

