/* Slidorion Stylesheet */
#slidorion {
	width: 818px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 270px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;
	left: 47%;
	margin-left: -384px;
	padding: 10px;
}

#slider {
	width: 458px;			/* Set to slider width */
	height: 270px;			/* Set to slider height */
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

#slider > div {
	position:absolute;
	width:100%;
	height:100%;
}

#accordion {
	width: 360px;			/* Set to accordion width */
	height: 270px;			/* Set to image height */
	font-family: Verdana;
	position: relative;
	z-index:50;
	overflow: hidden;
	float: left;
}

#accordion > .link-header {
        display: none;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#accordion > .link-header:first-child {
	border-top:none;
}

#accordion > .link-header:hover {
        display:none;
	background: #ededed;
	cursor: pointer;
}

#accordion > .link-header.active {
        display:none;
	border-bottom: none;
	background: #676767 !important;
	color: #fff;
}

#accordion > .link-content {
	height: 257px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 13px;
	line-height:20px;
	margin: 0;
	padding: 16px;
	border: none;
	overflow:auto;
}


/* de catre Je: Cristian :) */

.slide_titlu {
  font-size: 19px; color: #777777;
  margin-bottom:15px;
  text-shadow: #FFF 1px 1px;
}

.slide_titlu span {
    font-size: 23px; font-weight: bold; 
}

div .site_link {
    margin-bottom: 5px;
}

.slide_site_link {
    font-size: 17px; font-weight: bold;
    color: #d54749;
    text-shadow: #FFF 1px 1px;
}

.slide_continut {
    color: #6c6c6c; 
    text-align: justify;
    text-shadow: #efeded 1px 1px;  
    line-height: 16px; font-size: 12px;
}

.slide_buton {
    background-color: #26799d; background-image: url('../img/icons/bg12.png'); background-repeat: repeat-x;
    color: #FFF; line-height:29px; font-size:11px; text-align: center; font-weight: bold;
    width:130px; height: 30px; margin-left: auto; margin-right: auto; margin-top:30px;
    border: solid 1px #d0f1ff;
    text-shadow: #1f1f1f 1px 1px;
    -moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px;
    box-shadow: inset 0 0 10px #323131;
}
.slide_buton a{
    color: #FFF; font-weight: bold;
}

/* end Je: Cristian :) */