
.dojoxRotatorContainer .dijitStackController,
.dojoxRotatorPager {
	position:absolute;
	z-index:3;
}
.dojoxRotatorContent {
	position:absolute;
	z-index:1;
}
.dojoxRotatorContainer {

	min-height:275px;
	_height:275px;
	overflow:hidden;
	/*ie6*/
	_width:100%;

}
.dojoxRotatorContainer .dijitStackController {
	display:block;
	left:0px;
	right:0px;
	bottom:0px;
	height:25px;
	z-index:4;
	text-align:left;

	/*ie6*/
	_width:100%;	
	_bottom:-1px;
	
}
.dojoxRotatorContainer .dijitStackController button{
		background:none;
		border:0px;
		width:20px;
		color:#FFF	;
		margin-top:4px;
		font:bold 11px Arial, Helvetica, sans-serif;
		cursor:pointer;
		text-align:center;
}
.dojoxRotatorContainer .dijitStackController button span{
		text-align:center;
}
.dojoxRotatorContainer .dijitStackController button .dijitToggleButtonIconChar{
		display:none;	
}
.dojoxRotatorContainer .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {
	
}
.dojoxRotatorContainer .dijitStackController .dijitToggleButtonChecked button{
	color:#333333;
}
.dojoxRotatorContainer .dojoxRotatorPager {
	bottom: 0px;
	width:698px;
	left:0px;
	padding:0px 12px;
	background:#666666;
	font:bold 11px Arial, Helvetica, sans-serif;
	height:20px;
	text-align:left;	
}
.rotatorIcons .dijitButtonText {
	display:none;
}
.rotatorIcons button,
.rotatorIcons .dijitButtonHover button,
.rotatorIcons .dijitButtonActive button,
.rotatorIcons .dijitToggleButtonHover button,
.rotatorIcons .dijitToggleButtonActive button {
	background:none;
	border:0;
}
.rotatorIcons .previous,
.rotatorIcons .next,
.rotatorIcons .playPause,
.rotatorIcons .dijitToggleButtonChecked .playPause {
	background-image:url("icons/rotator.png");
	background-repeat:no-repeat;
	display:block;
	height:16px;
	width:16px;
}
.rotatorIcons .previous {
	background-position:0 0;
}
.rotatorIcons .dijitButtonHover .previous { 
	background-position:0 -16px;
}
.rotatorIcons .dijitButtonActive .previous { 
	background-position:0 -32px;
}
.rotatorIcons .next{
	background-position:-16px 0;
}
.rotatorIcons .dijitButtonHover .next{ 
	background-position:-16px -16px;
}
.rotatorIcons .dijitButtonActive .next{ 
	background-position:-16px -32px;
}
.rotatorIcons .playPause{
	background-position:-32px 0;
}
.rotatorIcons .dijitToggleButtonHover .playPause{ 
	background-position:-32px -16px;
}
.rotatorIcons .dijitToggleButtonActive .playPause {
	background-position:-32px -32px;
}
.rotatorIcons .dijitToggleButtonChecked .playPause {
	background-position:-48px 0;
}
.rotatorIcons .dijitToggleButtonCheckedHover .playPause {
	background-position:-48px -16px;
}
.rotatorIcons .dijitToggleButtonCheckedActive .playPause { 
	background-position:-48px -32px;
}


.dijitContentPane {
    padding: 0px;
	overflow:hidden;
}
/*typo3*/
.dijitContentPane  h2, .dijitContentPane  h3, .dijitContentPane  h1{
	position:absolute;
	bottom: 9px;
	width:698px;
	left:0px;
	padding:12px;
	color:#FFF;
	background:url(containerTextBg.png);
	_background:url(containerTextBg.gif);
	font-size:11px;
}
.dijitContentPane  h2 a, .dijitContentPane  h3 a, .dijitContentPane  h1 a{
	color:#FFF;
}
.dijitTabContainerTop-dijitContentPane,
.dijitTabContainerLeft-dijitContentPane,
.dijitTabContainerBottom-dijitContentPane,
.dijitTabContainerRight-dijitContentPane,
.dijitAccordionContainer-dijitContentPane {
    border: none;
    background-color: #fff;
    padding: 5px;
}
.dijitSplitContainer-dijitContentPane,
.dijitBorderContainer-dijitContentPane {
    border: 1px #ccc solid;
    background-color: #fff;
    padding: 5px;
}
.dijitContentPane dl, .dijitContentPane dt, .dijitContentPane dd{
	margin:0px !important;padding:0px !important;
}
.dijitContentPane
