.accordion {
    list-style:none;   
    font-family: Cambria, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
    overflow: hidden;
    padding: 0;
    -moz-box-shadow:1px 3px 15px #ededed;
    -webkit-box-shadow:1px 3px 15px #ededed;
    box-shadow:1px 3px 15px #ededed;
    /*border-top:2px solid #fff;
        border-left:2px solid #fff;*/
}
.accordion li {
	top: 0;
	left: 0;
    float: left;
    width: 200px;
    height: 330px;
    display: block;
    /*border-right:2px solid #fff;
        border-bottom:2px solid #fff;*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    -moz-box-shadow:1px 3px 15px #ededed;
    -webkit-box-shadow:1px 3px 15px #ededed;
    box-shadow:1px 3px 15px #ededed;
}

.accordion div {
    position: absolute;
    bottom: 5px;
    left: 0;
    opacity: 0;
	filter: alpha(opacity=0);
    background: transparent url(../images/bgDescription.png) repeat-x bottom center;
	padding-top: 340px;
	padding-bottom: 340px;
	margin-bottom: -340px;
}

.accordion div p {
    line-height: 14px;
	bottom: 50px;
    margin: 20px 22px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.6em;
}


.Link_conteudo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: bolder;
	top: 30px;
	margin: 5px;
	padding: 5px;
	line-height: normal;
	text-align: center;
}	

.Link_conteudo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: underline;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: bolder;
	top: 30px;
	margin: 5px;
	padding: 5px;
	text-align: center;
}	


.Link_conteudo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #cc0001;
	text-decoration: none;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: bolder;
	top: 30px;
	margin: 5px;
	padding: 5px;
	line-height: normal;
	text-align: center;
}	

.Link_conteudo2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #cc0001;
	text-decoration: underline;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: bolder;
	top: 30px;
	margin: 5px;
	padding: 5px;
	text-align: center;
}	
