/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */
.easy-accordion {
	display: block;;
	position: relative;;
	overflow: hidden;;
	padding: 0;;
	margin: 0
}

.easy-accordion dt,.easy-accordion dd {
	margin: 0;;
	padding: 0
}

.easy-accordion dt,.easy-accordion dd {
	position: absolute
}

.easy-accordion dt {
	margin-bottom: 0;;
	margin-left: 0;;
	z-index: 5; /* Safari */
	-webkit-transform: rotate(-90deg); /* Firefox */
	-moz-transform: rotate(-90deg);;
	-moz-transform-origin: 20px 0px; /* Internet Explorer */
	filter: progid : DXImageTransform . Microsoft . BasicImage(rotation = 3);
	cursor: pointer;
}

.easy-accordion dd {
	z-index: 1;;
	opacity: 0;;
	overflow: hidden
}

.easy-accordion dd.active {
	opacity: 1;
}

.easy-accordion dd.no-more-active {
	z-index: 2;;
	opacity: 1
}

.easy-accordion dd.active {
	z-index: 3
}

.easy-accordion dd.plus {
	z-index: 4
}

.easy-accordion .slide-number {
	position: absolute;;
	bottom: 0;;
	left: 10px;;
	font-weight: normal;;
	font-size: 1.1em; /* Safari */
	-webkit-transform: rotate(90deg); /* Firefox */
	-moz-transform: rotate(90deg); /* Internet Explorer */
	filter: progid : DXImageTransform . Microsoft . BasicImage(rotation = 1);
}

/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */
dd p {
	line-height: 120%
}

#accordion-1 {
	width: 940px;;
	height: 403px; /*padding:30px;*/
	background: #efefef; /*border:1px solid #b5c9e8;*/
	position: relative;;
	left: 12px;
}

#accordion-1 dl {
	width: 940px;;
	height: 403px;
	background: #efefef;
}

#accordion-1 div.img {
	float: left;
	width: 330px;
	height: 323px;
}

#accordion-1 dl dd .cnt {
	float: left;
    margin: 30px 0 0 30px;
    text-align: left;
    width: 470px;
}

#accordion-1 dl dd.active {
background: #EFEFEF;
	height: 378px !important;
    left: 55px;
    margin: 0 0 0 -16px;
    width: 855px !important; /* was 735 when there were 4 sliders */
}
#accordion-1 dl dd.active .img {
	float: left;
	width: 330px;
}
#accordion-1 dl dd.active .cnt {
	float: left;
    padding: 0 10px;
    text-align: left;
    width: 340px;
}
#accordion-1 dt {
	height: 55px;
	line-height: 44px;
	text-align: right;
	padding: 0 15px 0 0;
	font-size: 1.1em;
	letter-spacing: 1px;
	/*background:#fff url(../images/slide-title-inactive-1.jpg) 0 0 no-repeat;*/
	background: #2b2b2b;
	color: #FFF;
	display:none;
}

#accordion-1 dt.active {
	/*cursor: pointer;;
	color: #2b2b2b;
	/*background:#fff url(../images/active.png) 0 0 no-repeat;
	background: #E1E1E1;
	border: none;*/
	background: url("../images/active.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #2B2B2B;
    cursor: pointer;
    height: 55px;
}

#accordion-1 dt.hover {
	color: #68889b;
}

#accordion-1 dt.active .hover {
	color: #fff;
}

#accordion-1 dd {
	padding: 25px 0px 0px 52px;
	/*background:url(../images/slide.jpg) bottom left repeat-x;*/
	/*border:1px solid #dbe9ea;*/
	/*border: none;*/
	/*margin-right: 3px;*/
	/*border-left: 0;*/
	background: url(../images/home-acc-bkgd.jpg) repeat scroll 0 0 #efefef;
}

#accordion-1 .slide-number {
	/*color: #68889b;;*/
	left: 10px;;
	font-weight: bold;
	margin-bottom: 10px;
}

#accordion-1 .active .slide-number {
	color: #fff;
}

#accordion-1 a {
	color: #68889b
}

#accordion-1 dd img {
	float: right;
	margin: 0 0 0 30px;
	width:313px;
	height:270px;
}

#accordion-1 h2 {
	font-size: 22px;
	margin-top: 0px;
}

#accordion-1 .more {
	padding-top: 10px;;
	display: block
}

.slides_control {
	height: 323px !important;
}

#slides ul.pagination {
	margin-top: 80px;
}



/* wordpress left col fix */
.is-blog .col-left {
	margin-left: 0;
}

.is-blog .col-main{
	margin-right: 0;
}


