/* Slidorion Stylesheet */
#slidorion {
	width: 978px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 343px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: absolute;	
	padding: 10px;
	background: #39445F;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 0 34px #bbb;
	-moz-box-shadow: 0 0 34px #bbb;
	box-shadow: 0 0 34px #bbb;
	float:left;
}

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

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

#accordion {
	width: 300px;			/* Set to accordion width */
	height: 343px;			/* 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;
	overflow: hidden;
	float: left;
}

#accordion > .link-header {
	padding: 8px 14px;
	font-size: 12px;
	color: #333;
	/*background: #A9D0FF;*/
	background: #0C1E4F;
	border-top: 1px solid #ccc;
	color:#CCCCCC;
}

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

#accordion > .link-header:hover {
	background: #6374A4;
	cursor: pointer;
}

#accordion > .link-header.active {
	border-bottom: none;
	/*background: url(../images/navigation.png) repeat-x 0 0; */
	background: #6374A4;
	filter: none;
	color: #fff;
	font-weight:bold;
}

#accordion > .link-content {
	height: 188px;			/* 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;
	/*background: #d6d6d6;*/
	background: url('../images/sliderbg.jpg') repeat-x 0 0; 
	/*background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 10%);
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );*/
	overflow:auto;
	color:#FFFFFF;
}

#slidorion .nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('../img/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

#slidorion .nav-left {
	left: 30px;
}

#slidorion .nav-right {
	right: 310px;
	background-position: -16px 0;
}

#dateDiv
{
width:130px;
margin-left:65px; 
height:30px; 
margin-top: -10px;
color:#FFFFFF;
text-align:center;
background: url('../images/dateBG.png') repeat-x 0 0; 
}