.rotator {
	left:0px;
	top:0px;
	padding:0px;
	margin:0px;
}

.rotator div h2 {
	color: white;
	font: bold 24px/45px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	line-height: 24px; 
}

.rotator div span {
	color: white;
}

.rotator li {
	 list-style-type:none;
	width: 960px;
}

.rotator li div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 370px;
	display:none;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);	
	padding: 20px;
	
}
.shadow {
height: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 408px;
    width: 960px;
    z-index: -200;
}

.blok {
	display: block!important;
}

.rotator img {
	position: relative;
	width: 100%; /* for IE 6 */
}

#slide {
	position: relative;
	margin: 0 auto;	
}

#slide_wrap{
	position: absolute;
}

#bttns {
    display: none;
	width:80px;
    position: absolute;
    z-index: 25000;
	left:860px;
	bottom: 20px;
}
#back {
    background: url("../img/back.png") no-repeat scroll 0 0 transparent;
    width: 33px;
	height: 29px;
	float: left;
	padding-right: 10px;
}

#next {
    background: url("../img/next.png") no-repeat scroll 0 0 transparent;
    width: 33px;
	height: 29px;
	float: left;

}

#circ {
	_display:none;
    position: relative;
    z-index: 25000;
	bottom: 30px;
	margin: 0 auto;
}

#circ a {
	background: url('../img/bullets2.png') no-repeat;
	width: 22px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	float:left;
	border:0px;
	text-align: center;
}

#circ a.activeSlide {
	background-position:0 -22px;
}



