			#slide-box {
				padding: 5px 5px 5px 5px;
				width: 100%;
				margin: 0px auto 0 auto;
				text-align: left;
				position: relative;				
			}
			#scroll a {
				float: left;
				margin: 0 15px 0 0;
			}
			#scroll a img {
				border: 0;
				background: #ccc;
				padding: 1px;
			}
			#prev, #next {
				display: block;
				width: 20px;
				float: left;
				text-indent: -9000px;	
				outline: none;			
			}			
			#prev {
				margin: 0px 0px 0 0;
			}			
			#next {
				margin: 0px 0 0 0px;			
			}
			#mask {
				height: 120px;
				overflow: hidden;
				width: 100%;		
				position: relative;	
				float: left;
			}
			#scroll {
				width: 20000px;
				position: absolute;
				left: 0;
				top: 0;
				padding-left: 1px;
			}
			#pages {
				list-style: none;
				height: 0px;
				width: 200px;
				left: 40px;
				top: 0;	
				position: absolute;			
			}
			#slide-box > #pages {
				margin-bottom: 10px;
			}
			#pages li {
				float: left;
				width: 10px;
				background: url(images/off.gif) 0 0 no-repeat;
				text-indent: -9000px;
				padding: 0;
			}
			#pages li.on {
				background: url(images/on.gif) 0 0 no-repeat;
			}
			#scroll.fix {
				padding-left: 5px;
			}
			
			#back {
			  font-size: 11px;
			  position: absolute;
			  left: 10px;
			  top: 10px;
			}
			#back a{
			  color: #B90000;
			}
			.thumbnail
			{
			cursor: pointer;
			display: inline;
			margin-right: 5px;
			height: 132px;
			width: 100px;
			text-align: center;
			}
			.thumbnailBoven
			{
				vertical-align:top;
				height:90px;	
			}