/* OT Document CSS */
div#OtK2ModuleBox{
	position: relative;
	overflow-x: hidden;
}
div#ot-k2-slideshow{
	height: 350px;
	width: 960px;
	position: absolute;
	overflow: hidden;
}
div#ot-k2-slideshow div.ot-item{
	background: #FFF;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.itemTitle-itemIntroText{
	background: none;
	position: absolute;
	bottom: 50px;
	color: #FFF;
	right: 0;
	text-align: left;
	width: 450px;
	height: 160px;
}
.itemTitle-itemIntroText h3.moduleItemTitle{
	background: url(../images/overlay-headingbg.png);
	margin: 0;
	padding: 22px 22px 11px 22px;
}
.itemTitle-itemIntroText-i{
	overflow: hidden;
}
.itemTitle-itemIntroText h3.moduleItemTitle,
.itemTitle-itemIntroText h3.moduleItemTitle a{
	color: #FFF;
	font-size: 15px;
	font-family: 'Oswald', Tahoma, sans-serif;
	line-height: normal;
}
.itemTitle-itemIntroText .itemContents{
	background: url(../images/overlay-contentbg.png);
	font-family: 'Oswald', Tahoma, sans-serif;
	padding: 11px 22px;
}
a.itemReadmore{
    float: none;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin: 5px 0 0;
    padding: 0 6px 0 25px;
}
.ot-handles-lastbg,
#ot-handles{
	position: absolute;
	color: #FFF;
	height: 9px;
	right: 30px;
	bottom: 22px;
	z-index: 9;
}
/*
#ot-handles{
	background: url(../images/handles-bg.png) no-repeat;
	right: 17px;
}
.ot-handles-lastbg{
	background: url(../images/handles-lastbg.png) no-repeat;
	width: 7px;
}
*/
#ot-handles span.item{
	background: #FFF;
	color: #FFF;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0px;
	height: 9px;
	width: 9px;
	line-height: 9px;
	margin-left: 5px;
}
#ot-handles span.active{
	background: #01a0fc;
	color: #01a0fc;
}
/*
#ot-handles span.item strong.hand-l1{
	background: url(../images/border-nav.png) no-repeat 0 6px;
	display: block;
}
#ot-handles span.first strong.hand-l1{
	background: none;
}
#ot-handles span.item strong.hand-l1 strong.hand-l2{
	display: block;
	padding: 0 10px;
}
#ot-handles span.active{
	background: #91303b;
}
#ot-handles span.first.active{
	background: #91303b url(../images/border-nav.png) no-repeat 0 6px;
}
#ot-handles span.last.active{
	background: #91303b url(../images/border-nav.png) no-repeat right 6px;
}
#ot-handles span.first{
	margin-left: 7px;
}
*/

