/* CSS Document */

#wrapper {
				width: 290px;
				height: 168px;
				overflow: hidden;
				position: absolute;
				border-radius: 10px;
			}
			#carousel > div {
				width: 0px;
				padding: 35px 225px;
				height: 225px;
				float: left;
				overflow: hidden;
			}
			#carousel img {
				border: none;
				display: block;
				float: left;
			}
			#carousel h3 {
				font-size: 30px;
				line-height: 30px;
				margin: 20px 0 20px 0;
			}

			#carousel #blue img {
			}
			#carousel #pink img {
			}
			#carousel #white img {
			}

			#source {
				text-align: center;
				width: 400px;
				margin: 0 0 0 -200px;
				position: absolute;
				bottom: 10px;
				left: 50%;
			}
			#source, #source a {
				color: #999;
				font-size: 12px;
			}