/*************************************************************************************/
/***************************** 			HIGHSLIDE	     *****************************/
/*************************************************************************************/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/**************************      FIN HIGHSLIDE   **************************************/


.toggler{
cursor:pointer;
margin:0px;
padding:0px;
font-size:12px;
background: white;
border-bottom:0px solid #BEBCB4;
padding:2px 0px 0px 5px;
margin:1px 0px;
color:#523B1B;
height: 18px;
}



.element{
background-color:#dedcd5;

}
.element p{
padding:12px;
margin:0px;
text-align:left;
color:#333;

}


.highslide-html {
background:#FFFFFF url(images/fnd_aviso.gif) no-repeat scroll right bottom;
font-family:Verdana,Helvetica;
font-size:11px;
}
.highslide-html-blur {
}
.highslide-html-content {
height:150px;
color:#333333;
display:none;
font-family:Verdana,Helvetica;
font-size:11px;
position:absolute;
text-align:justify;
}
.highslide-loading {
background-color:white;
background-image:url(images/loader.gif);
background-position:3px 1px;
background-repeat:no-repeat;
border:1px solid black;
color:black;
display:block;
font-family:sans-serif;
font-size:8px;
font-weight:bold;
padding:2px 2px 2px 22px;
text-decoration:none;
}
a.highslide-credits, a.highslide-credits i {
color:#666666;
font-size:10px;
padding:2px;
text-decoration:none;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
background-color:#ECECEB;
}
.highslide-wrapper {
background-color:white;
}
.highslide-wrapper .highslide-html-content {
padding:5px;
width:700px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
margin:0pt;
padding:0pt;
text-align:right;
}
.highslide-wrapper .highslide-header ul li {
display:inline;
padding-left:1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
display:none;
}
.highslide-wrapper .highslide-header a {
color:#EA3F21;
font-size:9px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}
.highslide-wrapper .highslide-header a:hover {
color:#74A993;
}
.highslide-wrapper .highslide-header .highslide-move a {
cursor:move;
}
.highslide-wrapper .highslide-footer {
height:11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
background:transparent url(highslide/graphics/resize.gif) repeat scroll 0%;
float:right;
height:11px;
width:11px;
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
cursor:move;
}
.highslide-resize {
cursor:nw-resize;
}
.highslide-display-block {
display:block;
}
.highslide-display-none {
display:none;
}



/* STYLES FOR CROSSFADER */

	div.cf_wrapper
	{
		
		position: relative;
	}
	
	div.cf_element
	{
		
		width: 248px;
		height: auto;

		background-color: #fff;
		/*border:  1px solid #ccc;*/
	}
	
	div.cf_element div.content
	{
		
		/*padding: 10px;*/
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}
