/* 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: url(../images/overlay-bg.png);
	position: absolute;
	bottom: 30px;
	color: #FFF;
	right: 70px;
	text-align: left;
	width: 450px;
	height: 160px;
}
.itemIntroText-toptip{
	background: url(../images/overlay-topbg.png) no-repeat;
	display: block;
	width: 42px;
	height: 42px;
	margin: -21px auto 0;
}
.itemTitle-itemIntroText-i{
	background: url(../images/tips-border-top.png) repeat-x 0 0;
	float: left;
    font-size: 15px;
    line-height: 170%;
    margin: 15px 20px 20px 20px;
    padding: 0;
	padding-top: 10px;
}
.itemTitle-itemIntroText-p{
	background: url(../images/tips-border-bottom.png) repeat-x 0 100%;
	overflow: hidden;
	padding-bottom: 35px;
}
.itemTitle-itemIntroText h3.moduleItemTitle,
.itemTitle-itemIntroText h3.moduleItemTitle a{
	color: #F7DC67;
    font-size: 33px;
    line-height: 110%;
}
a.itemReadmore{
	color: #F7DC67;
	float: right;
	line-height: normal;
    margin: 0;
    padding: 0;
}
.ot-handles-lastbg,
#ot-handles{
	position: absolute;
	color: #FFF;
	height: 42px;
	right: 10px;
	bottom: 0;
	z-index: 9;
}
#ot-handles{
	left: 15px;
}
.ot-handles-lastbg{
	
}
#ot-handles span.item{
	background: url(../images/nav.png);
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0;
	height: 18px;
	margin-left: 3px;
	width: 18px;
	line-height: 18px;
	text-align: center;
}
#ot-handles span.active{
	background-position: 0 -18px;
	color: #be6003;
}


