/* target IE7 and IE6 */
*:first-child+html pre {
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto; 
	}
* html pre {
	overflow: visible;
	overflow-x: auto;
	width: 480px;
	}


/*-- jShowOff module styles --*/
.jshowoff {
	width: 454px;
	margin: 10px 0;
	}
.jshowoff div {
	width: 454px;
	height: 297px;
	}
.jshowoff-slidelinks {
	margin-left: 450px;
}
.jshowoff-slidelinks a {
	color: #333333;
	text-decoration: none;
	font-family: RotisSansSerifRegular, Verdana, Arial;
	font-size: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	height: 10px;
	width: 15px;
	position: relative;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #CCCCCC;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	color: #CCCCCC;
	}
p.jshowoff-controls {
	margin-left: 450px;
	height: 25px;
	z-index: 50;
	width: 450px;
	position: absolute;
	top: 120px;
	padding: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: -120px;
	}
.jshowoff-controls a {
	font-size: 50px;
	color: #CCCCCC;
	line-height: 20px;
	margin: 0px;
	font-family: RotisSansSerifRegular, Verdana, Arial;
	font-weight: lighter;
	text-decoration: none;
	position: relative;
	}
.jshowoff-next {
	float: right;
	display: block;
	height: 297px;
	width: 227px;
    }
.jshowoff-prev {
	float: left;
	display: block;
	height: 297px;
	width: 220px;
    }
