#slidorion {
    height: 300px;
    left: 50%;
    padding: 0;
    width: 510px;
}
#slider {
    float: left;
    height: 285px;
    overflow: hidden;
    position: relative;
    width: 250px;
}
#slider > div {
    height: 100%;
    position: absolute;
    width: 100%;
}
#accordion {
    background: none repeat scroll 0 0 #FBFFF4;
    float: left;
    height: 285px;
    overflow: hidden;
    position: relative;
    width: 250px;
    z-index: 999;
}
#accordion > .link-header {
    background-color: #C4E034;
    border-top: 1px solid #C2C2C2;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 14px;
}
#accordion > .link-header:first-child {
    border-top: medium none;
}
#accordion > .link-header:hover {
    background: none repeat scroll 0 0 #3D6008;
    color: #FFFFFF;
    cursor: pointer;
}
#accordion > .link-header.active {
    background: none repeat scroll 0 0 #3D6008 !important;
    border-bottom: medium none;
    color: #FFFFFF;
}
#accordion > .link-content {
	/* border: medium none;*/
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	font-weight: normal;
	height: 170px;
	line-height: 20px;
	margin: 0;
	overflow: auto;
	padding: 12px;
	background-image: url(../../../../index.html);
	background-repeat: repeat-x;
	background-position: top;
}
