@charset "utf-8";
/* CSS Document */


/******** Rotator STAAT ********/
ul li {
	list-style:none;
}
#post_rotator {
   position: relative;
   /* structure */
   width: 700px;
   height: 600px;
   }
   
#post_rotator_nav {
   position: relative;
   /* structure */
   width: 700px;
   height: 80px;
   background-color:#FFF; 
   margin-top:10px;
   padding-bottom:15px;
   }
	
	.rotator_view.rotator {
		background-color:#FFF; 
	}
	#post_rotator_nav ul {
		padding-bottom:20px;
		text-indent:0;
	}
	#post_rotator ul,
	#post_rotator ul li, 
	#post_rotator_nav ul,
	#post_rotator_nav ul li{
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	
	
	#post_rotator_nav ul li a {
		margin-right:20px;
		margin-left:0;
		padding:0;
	}
   
   #post_rotator ul{
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    }
    
   .rotator_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    background:#FFF;
    margin-right: 10px;
    }
   
   .rotator_nav .padding-box {
    padding: 0 10px;
	font-family: "Times New Roman", Times, serif;
    }
   
   .rotator_nav a {
		cursor: pointer;
		display: inline-block;
		line-height: 20px;
		padding: 0 5px;
		}
    
    .rotator_nav a.current {
		text-decoration:underline;
	    }	
/******** ROTATRO END **********/
