﻿
ul.point {
	margin: 0 0 0 105px;
	padding: 0;
	float:left;
	width: 145px;
	height: 7px !important;
	display: block !important;
}
ul.point li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
ul.point li a {
	margin: 0 0 0 2px;
	padding: 0;
	width: 7px;
	height: 7px;
	font-size: 1px;
	text-decoration: none;
	background: url(../images/sprites.gif) 0 -288px no-repeat;
	display: block;
}
ul.point li a.selected {
	background: url(../images/sprites.gif) 0 -295px no-repeat;

/*
	Sliding Panels
*/
}
#slider {
	position: relative;
	padding: 0;
	width: 250px;
}
.scroll {
	overflow: hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	width: 250px;
}
.scrollContainer {
}
.scrollContainer .panel {
	margin: 0px 0 0 0;
	padding: 0;
	position:relative;
	height: 130px;
	width: 250px;
}
.listscroll {
	margin: 0px 0 0 10px;
	width: 250px !important;
}
.scrollContainer .listpanel {
	margin: 0 !important;
	width: 250px !important;
}
#playpause {
	float: right;/*	width: 25px;*/
}
#banner {
	height: 130px;
	overflow: hidden;
}
.scrollContainer div {
	text-align:center;
}
