/* OT Document CSS */
#ot-k2-accordion-slide-wrap{
	clear: both;
    margin: 0 auto;
    padding: 0px;
}
#ot-k2-accordion-slide{
	overflow: hidden;
    position: relative;
    width: 960px;
}
.kwicks {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.kwicks li {
	background: #FFF url(../images/border-left-top-bg.png) no-repeat 0 0;
	border: none;
	float: left;
	padding: 0px;
    margin: 0 5px 0 0;
	display: block;
    height: 380px;
    overflow: hidden;
    width: 230px;
}
.item-border-left-top,
.item-border-right-bottom{
	float: left;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
	z-index: 9;
}
.item-border-left-top{
	background: url(../images/border-left-top-bg.png) no-repeat 0 0;
}
.item-border-right-bottom{
	background: url(../images/border-right-bottom-bg.png) no-repeat 100% 100%;
	bottom: 0;
	right: 0;
}
.kwicks li.active .item-border{
	
}
.accordion-slide-item{
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 800px;
	height: 380px;
}
.accordion-slide-item .item-img{
	background: #FFF;
	overflow: hidden;
}
.kwicks li .itemTitle-itemIntroText{
    display: none;
}
.kwicks li.active .itemTitle-itemIntroText{
	background: url(../images/overlay-bg.png);
	display: block;
	width: 65%;
}
.kwicks li.active .itemTitle-itemIntroText-i{
	background: #FFF;
	margin: 15px;
	padding: 15px;
	overflow: hidden;
}
.itemTitle-itemIntroText{
	position: absolute;
	bottom: 10%;
	left: 10%;
	z-index: 999;
}
h3.moduleItemTitle{
	font-size: 22px;
	line-height: normal;
}
a.itemReadmore{
	background: url(../images/readmore-bg.png) no-repeat;
	color: #FFFFFF;
    float: right;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    padding: 8px;
    text-transform: uppercase;
    width: 32px;
}