/** {margin:0; padding:0}
body {font:12px Verdana,Arial; color:#555; background:#222}
p {line-height:1.4; margin-bottom:12px}*/
/* #wrapper {width:578px; margin:10px} */


#slideshow {float:left; width:950px; height:300px; background:#fff;margin-left:0px;border-left:1px solid #000;
  border-right:2px solid #545452;}
#slides {position:relative; width:950px; height:300px; list-style:none; overflow:auto}
#slides li {width:950px; height:300px}

#bannercontrols {
/* 	float: right; background:blue; */
/*   height:0px; */
/*   padding:0px; */
  display:none;
}
.pagination {
	float:left;
	list-style:none;
	height:17px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 20px;
}
.pagination li {
    float:left;
	display: block;
	width: 26px;
	height: 17px;
	text-indent: -99999px;
	background-image: url(images/dotb.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.pagination li:hover {
    background-image: url(images/dotc.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	cursor:pointer;
	}
li.current {
	display: block;
	width: 26px;
	height: 17px;
	text-indent: -99999px;
	background-image: url(images/dota.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.stopbutton {
	float:left;
	display: block;
	list-style:none;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 20px;
	width: 17px;
	height: 17px;
	text-indent: -99999px;
	background-image: url(images/stopb.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.stopbutton:hover {
	background-image: url(images/stopc.gif);
	cursor:pointer;
}
.startbutton {
	float:left;
	display: block;
	list-style:none;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
	width: 17px;
	height: 17px;
	text-indent: -99999px;
	background-image: url(images/playb.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.startbutton:hover {
    background-image: url(images/playc.gif);
	cursor:pointer;
}
#bannerheader {
  position:relative;
  top:75px;
  margin-bottom: 20px;
}