ul.banner {
	position: relative;
}
.banner li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}
.banner img {
	border: 0px solid #e7e7e7;
	padding: 0px;
}
a.banner_next, a.banner_prev {
	background-image: url("images/arrows.png");
	display: none;
	height: 50px;
	margin-top: -50px;
	position: relative;
	top: 225px;
	width: 51px;
	z-index: 60;
	outline:none;
}
a.banner_next {
	background-position: 100% 100%;
	left: 1000px;
}
a.banner_prev {
	background-position: 0 100%;
	right: -20px;
}
a.banner_next:hover {
	background-position: 100% 0;
	outline:none;
}
a.banner_prev:hover {
	background-position: 0 0;
	outline:none;
}
a.banner_next, a.banner_prev {
	display: none;
}
.banner_bullets {
	float: right;
	font-size: 0;
	position: relative;
	z-index: 70;
	left: 50px;	
}	
.banner_bullets div {
	position:relative;
	float:left;
}
.banner_bullets { 
	padding-bottom: 10px;
   	padding-left: 82px;
	padding-right: 105px;
	padding-top: 35px;
}
.banner_bullets a { 
	margin-left:4px;
	width:22px;
	height:20px;
	background: url(images/bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	color:transparent;
	display:none;
}
 .banner_bullets a:hover{
	background-position: 0 100%;
}
.banner_bullets  a img{
	text-indent:0;
	display:none;
	top:16px;
	left:-120px;
	visibility:hidden;
	position:absolute;
	-moz-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;
	border: 5px solid #a4a4a4;
	max-width:none;
}
.banner_bullets a:hover img{
	visibility:hidden;	
}
.banner_bullets bulframe{
	display:none;
	top:20px;
	overflow:visible;
	position:relative;
	cursor:pointer;
	box-shadow: 0 0 5px #000000;
	border: 5px solid #a4a4a4;
}
.banner_shadow {
	background-image: url("images/shadow.png");
	background-position: left 52px;
	background-repeat: no-repeat;
	display: block;
	top: 317px;
	width:135%;
	height:45%;
	position: absolute;
	left:-19.5%;
}
a.banner_play, a.banner_pause {
	height: 20px;
	top: 16px;
	left: 780px;
	width: 21px;
	z-index: 100;
	position: relative;
	outline:none;
	display: none;
}
a.banner_play {
	background: url("images/small_arrow.jpg");
	background-repeat: no-repeat;
}
a.banner_pause {
	background: url("images/small_square.jpg");
	background-repeat: no-repeat;  
}
.printable{
	display:block;
}
.nonprintable{
	display:none;
}