#clips-page {
	position:relative;
	width:900px;
	disply:block;
	margin:0;
	left:-20px;
	padding:0;
	text-align:center;
	overflow:hidden;	
}

	#flash-clips {
		position:relative;
		width:886px;
		margin:0;
		padding:0;
		z-index:999;
		height:750px;
	}
		
		#flash-error {
			width:740px;
			height:210px;
			background:url(http://images.shaunthesheep.com/2010/clips/clips-shop.png) top left no-repeat;
			margin:auto;
		}
		
			#flash-error .big-error{
				font-size:18px;
			}
			
			#flash-error p {
				font-size:14px;
				padding:10px 0 10px 0;
			}
	
	#clips-shop {
		position:relative;
		width:740px;
		height:210px;
		background:url(http://images.shaunthesheep.com/2010/clips/clips-shop.png) top left no-repeat;
		overflow:hidden;
		text-align:center;
		margin:auto;
		margin-top:-35px;
		padding:0 0 25px 0;
		z-index:1;
	}
	
		#clips-shop p {
			padding:24px 0 2px 0;
		}
		
		#clips-shop h2 {
			background:url(http://images.shaunthesheep.com/2010/clips/shop-h2-title.png) top left no-repeat;
			top:-5px;
			left:240px;
			width:230px;
			height:36px;
		}
		
		#clips-shop ul {
			width:640px;
			margin:auto;
			height:120px;
		}
		
			#clips-shop ul li {
				float:left;
				width:150px;
				height:120px;
				position:relative;
				padding:0 8px 0 0;
			}
			
				
				#clips-shop ul li img {
					position:absolute;
					left:0;
					top:0;
					display:block;
				}
				
				#clips-shop ul li .shop-item-title {
					position:absolute;
					left:75px;
					top:1px;
					text-align:left;
					display:block;
				}
				
				#clips-shop ul li .shop-item-price {
					position:absolute;
					left:75px;
					top:40px;
					text-align:left;
					display:block;
				}
				
				#clips-shop ul li a.shop-buy-button {
					background:url(http://images.shaunthesheep.com/2010/clips/shop-buy-button.png) top left no-repeat;
					position:absolute;
					display:block;
					width:63px;
					height:39px;
					text-indent:9000px;
					padding:0;
					margin:0;
					left:75px;
					top:80px;
				}
