/* 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: none;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
div#ot-k2-slideshow div.ot-item h1,
div#ot-k2-slideshow div.ot-item h2,
div#ot-k2-slideshow div.ot-item h3{
	font-size: 22px;
	line-height: normal;
	text-transform: uppercase;
}
.itemTitle-itemIntroText{
	color: #000;
	text-align: left;
}
.itemTitle-itemIntroText-i{
	overflow: hidden;
}
.itemTitle-itemIntroText h3.moduleItemTitle,
.itemTitle-itemIntroText h3.moduleItemTitle a{
	color: #fcc804;
}
a.itemReadmore{
	background: url("../images/readmore-icon.png") no-repeat scroll left 0 transparent;
	color: #FFFFFF;
    float: right;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 5px 0 0;
    padding: 0 6px 0 25px;
}
#ot-handles{
	display: none;
	position: absolute;
	color: #FFF;
	height: 25px;
	bottom: 10px;
	z-index: 9;
}
#ot-handles{
	background: url(../images/nav-left-bg.png) no-repeat 0 0;
	padding-left: 11px;
}
#ot-handles-i{
	float: left;
}
.ot-handles-lastbg{
	background: url(../images/nav-right-bg.png) no-repeat 100% 0;
	float: left;
	height: 25px;
	width: 11px;
}
#ot-handles span.item{
	background: url(../images/nav-mid-bg.png) repeat-x 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
}
#ot-handles span.active{
	
}
#ot-handles span.first.active{
	
}
#ot-handles span.last.active{
	
}
#ot-handles span.first{
	
}
#ot-handles span.last{
	
}
#ot-handles span.item strong.hand-l1{
	background: url(../images/nav-button.png) no-repeat;
	display: block;
	font-size: 0;
	height: 12px;
	margin-top: 6px;
	text-align: center;
	width: 12px;
}
#ot-handles span.active strong.hand-l1{
	background-position: 0 -12px;
}
#ot-handles span.first strong.hand-l1{
	
}
#ot-handles span.item strong.hand-l1 strong.hand-l2{
	display: block;	
}
.ot-buttons{
	position: absolute;
	bottom: 40px;
	left: 30px;
}
.ot-buttons span{
	background: url(../images/nav-buttons.png) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.ot-buttons span#otprev{
	background-position: 0 -60px;
}
.ot-buttons span#otplay{
	background-position: 0 -20px;
}
.ot-buttons span#otstop{
	background-position: 0 -40px;
}
.ot-buttons span#otnext{
	background-position: 0 0px;
}
#ot-progressbar{
	background: #ff6600;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	width: 0;
	z-index: 1000;
}
#ot-k2-slideshow table tr td{
	padding: 0;
}


