/* Block editorial */
#slidetopcontent {
	background: #353535;
color: #949494 !important;
	
padding: 20px 0;
  display: none;
}
#slidetopcontentShower{
	cursor: pointer;
	background: url('img/arrow_down.png') no-repeat;
	width: 24px;
	height: 24px;
	position: absolute; top: 9px;  left:50%;
    margin-left:-12px;
    -webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
transition: opacity 300ms ease-in-out;
-moz-transition: opacity 300ms ease-in-out;
-webkit-transition: opacity 300ms ease-in-out;
		zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#slidetopcontentShower:hover{
	
		
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#slidetopcontentShower.showed{
	  -webkit-transform: rotate(180deg);  
     -moz-transform: rotate(180deg);  
      -ms-transform: rotate(180deg);  
       -o-transform: rotate(180deg); 
          transform: rotate(180deg);  
}

#slidetopcontent.showed{height: auto; overflow: visible; padding: 20px 0;}
#slidetopcontent ul{list-style-type: none;}
#slidetopcontent .button{float: right;}
#slidetopcontent li{list-style-type: none;
float: left;}

#slidetopcontent li img {
filter: alpha(opacity=100);
opacity: 1.0;
zoom: 1;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
transition: opacity 300ms ease-in-out;
-moz-transition: opacity 300ms ease-in-out;
-webkit-transition: opacity 300ms ease-in-out;
display: block;
}
#slidetopcontent li img:hover {
filter: alpha(opacity=85);
opacity: 0.85;
}
.slidetopcontent .rte { line-height: 16px; }
#slidetopcontent .rte li{list-style-type:disc; float: none; margin-left: 20px;}
.slidetopcontent h1 {
	padding: 0;
	background: none;
}
.slidetopcontent h4 {
	padding:0 0 10px 0;
	font-size: 20px;
	line-height: 1.2em;
	color: #666;
	text-transform: none;
	background: none;
	color: #eeeeee;
}
#slidetopcontent p { padding-left: 0 }
