/* Block editorial */
.editorial_block { 
	margin-bottom: 2em ; 
	/*margin-left:20px;*/
	float: left; 
	width:735px;
}
.editorial_block .rte {
	background: transparent none repeat scroll 0 0 
}
.editorial_block h1 {
	background: none;
	padding: 0;
	margin-bottom: 1em;
}
.editorial_block h2 {
	font-size: 20px;
 	margin: 0 0 1em 0;
	text-transform: none;
	line-height: 1.2em;
	padding: 0;
	padding-bottom: 10px;
	background: none;
	color: #fff;
  	font-weight:normal;
  	height:55px;
}
.editorial_block p { 
	padding-top: 0.4em 
}
#editorial_block_center p { 
	padding-left: 0;
	font-size:15px;
	line-height:20px;
}
#editorial_block_center div#editorial_image_legend {  
	padding-left: 20px; 
	padding-right:20px; 
	width:250px; 
	padding-top:20px;
	padding-bottom:20px; 
	margin:0;
}
#editorial_image_legend {
	z-index: 99;
	color: #FFFFFF;
    padding-top:10px;
    padding-bottom:10px;
    position:absolute;
    width:292px;
    background:  url("../../../img/transparents1.png") repeat-y scroll left top transparent ;
    line-height : 17px ;
    height : 303px ;
    *margin-left:-170px !important;
}
.ims{
	background: url("../../../img/test2.png") no-repeat scroll right top transparent;

}
.img-edit{
 	margin-left :170px;
}
.img-edit-leg{
	padding-left :10px;
	padding-right :10px;
}
.plusinfo, .plusinfo a{ 
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding-top: 120px !important;
    text-decoration: none;
    text-transform: uppercase;
}






#carousel {
	width:700px;
	height:350px;	
	margin:0 auto;
	overflow:hidden;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:absolute;
	width:556px;
	height:343px;
	margin-left :170px;
	background: url("../../../img/test2.png") no-repeat scroll right top transparent;
	padding:20px 25px 0 0;
	margin:-20px -20px 0 170px;
}

#slideshow {
	width:556px;
	height:343px;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:750px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:0px;
	height:0px;	
	float:left;
}

#slides li img {
	padding:4px;
}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;	
	float:right;
}

#buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev {
	background:url(arrow.gif) 0 -31px no-repeat; 
}

a#prev:hover {
	background:url(arrow.gif) 0 0 no-repeat;
}

a#next {
	background:url(arrow.gif) -32px -31px no-repeat; 
}

a#next:hover {
	background:url(arrow.gif) -32px 0 no-repeat;
}

.clear {clear:both}