  /*

Stylesheet for slidorion

 */
#slidorion {
	width: 360px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 370px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;	
	border: 1px solid #d7d7d7;	
	border-top:0px;
	border-bottom:0px;
	
}

#slider {
	width: 545px;			/* Set to slider width */
	height: 370px;			/* Set to slider height */
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

.slider-image {
	position: relative;
}

#accordion {
	width: 361px;			/* Set to accordion width */
	height: 369px;			/* Set to image height */
	font-family: Verdana;
	background: #eee;
	-webkit-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	-moz-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	float: left;
	overflow:hidden;
	border-bottom: 1px solid #d7d7d7;
}

#accordion .header {
	height: 36px;
	border: none;
	border-top: 1px solid #d7d7d7;
	background:#fff;
}


#accordion .header a {
	background: none;
	padding: 11px 14px;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 14px;
	display: block;
	color:#333;
}

#accordion .header a:hover {
	background:none;
	cursor: pointer;
}

#accordion .header a.active {
	border-bottom: none;
	background-color: #004da1 !important;
	color: #fff;
}

#accordion .content {
	height: 75px;		/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-size: 12px;
	line-height:24px;
	margin: 0;
	padding: 16px;
	border: none;
	background: #f4f4f4;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );
	overflow:auto;
}


#accordion .content p img{width: 100%;}
