/*#myController {
	z-index: 1000;
	position: absolute;
	margin-top: -56px;
	width: 699px;
	height: 37px;
	margin-left: -1px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
}*/

#contentControl {
	z-index: 1000;
	position: absolute;
	margin-top: -56px;
	width: 699px;
	height: 37px;
	margin-left: -1px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
}

/*#myController span{
	color:#FFF;
	margin-right:10px;
	cursor:pointer;
}
*/
.contentControlNav {
	color:#FFF;
	margin-right: 8px;
	cursor:pointer;
	font-size: 14px;
}

#jFlowSlide{
/*border:10px solid #F00;*/
}

#myController span.jFlowSelected {
	text-decoration: underline;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
}

#mySlides {

}

.textbox_left {
	color: #fff;
	font-size: 12px;
	background-color: #333;
	width: 300px;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}

.textbox_right {
	font-size: 12px;
	color: #FFF;
	background-color: #333;
	width: 300px;
	float: right;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;

}