#wrapper {
	width: 695px;
	margin: 0px auto;
}

#intro {
	padding-bottom: 10px;
}

#slider {
	width: 695px;
	margin: 0 auto;
	position: relative;
	border: 0px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 695px;
	margin: 0 auto;
	position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
	width: 130px;
	height: 245px;
	padding: 5px;
	padding-bottom:10px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	border-left:solid;
	border-width:0px;
	border-color:#ccc;
	//background: url(/style/slider/leftshad.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	border-right:solid;
	border-width:0px;
	border-color:#ccc;
	//background: url(/style/slider/rightsha.png) repeat-y;
}

.inside {
	height: 280px;
	background: url(/style/slider/watch-bg-small.gif) repeat no-repeat;
	padding: 10px;
	border: 0px solid #999;
}

.inside img {
	display: block;
	border: 0px solid #666;
	margin-bottom:0px;
	width: 50px;
}

.inside h2 {
	margin-top:3px;
	white-space:nowrap;
	font-weight: bold;
	color: #111;
	font-size: 12px;
}

.inside p {
	margin-top:0px;
	font-size: 11px;
	color:#333333;
}

.inside li {
	margin-top:0px;
	margin-left:0px;
	font-size: 10px;
	color:#333333;
	text-align:left;
	white-space:nowrap;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif
}

.inside a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

.inside a:hover {
	border-bottom: 1px solid #333333;
}

.scrollButtons {
	position: absolute;
	top: 127px;
	cursor: pointer;
}

.scrollButtons.left {
	top: 115px;
	left: -15px;
}

.scrollButtons.right {
	top: 115px;
	right: -15px;
}

.hide {
	display: none;
}