#slider2 { height: 654px; overflow: hidden; position: relative; width: 960px; background: url(img/bg_image.jpg);background-repeat:repeat;}
			#slider2-container { position: relative; }
			#slider2 .wrapper { width: 1920px; position: relative; overflow: hidden; }
				#slider2 .project { float: left; width: 960px; position: relative;text-align:center; }
					#slider2 .project img { height: 600px; }
					#slider2 .project a.shadow {
						display:block;
						height:100%;
						left:0;
						position:absolute;
						text-decoration:none;
						top:0;
						text-indent: -9999px;
						width:100%;
					}
					#slider2 .project a.shadow {}
					#slider2 .project .detail {
						background: url(img/slider_overlay.png) repeat;
						position: absolute;
						left: 0;
						top: 620px;
						height: 350px;
						padding: 20px;
						width: 920px;
					}
						#slider2 .project .detail h1 { 
							background: url(img/slider_underline.png) repeat-x center bottom;
							border: medium none;
							color: #fff; 
							padding-bottom: 10px;
						}
						#slider2 .project .detail p { color: #ccc; }
						#slider2 .project .detail a { color: #7f97c9; font-size: 1.1em; text-decoration: underline; }
		#thumbs {
			background: url(img/thumbs_bg.png) repeat-x;
			position: absolute;
			left: 0px;
			top: 594px;
			padding: 15px 20px 10px 20px;
			width: 920px;
		}
			#thumbs .arrow { 
				background: url(img/act_thumb.png) no-repeat;
				position: absolute;
				text-indent: -9999px;
				top: -2px;
				left: 40px;
				height: 8px;
				width: 20px;
			}
			#thumbs li {
				background: #fff;	
				margin-right: 6px;
				float: left;
				list-style-type: none;
			}
				#thumbs li a { 
					display: block; 
					border: 1px solid #bebebe;
					padding: 2px;
					overflow: hidden;
					width: 31px; 
					height: 31px; 
				}

