#fullscreen {
	position:fixed;
}
	#fullscreen img, #fullscreen a {
		height:100%;
		width:100%;
		position:absolute;
		z-index:0;
	}
	#fullscreen .activeslide, #fullscreen .activeslide img {
		z-index:2;
	}
	#fullscreen .prevslide, #fullscreen .prevslide img {
		z-index:1;
	}
#container {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
}
	#header {
		width:794px;
		height:92px;
		background:url(../images/header/bg.png) no-repeat;
		margin:0 auto;
	}
		#header a.home{
			display:block;
			width:106px;
			height:82px;
		}
		#header #menu {
			position:relative;
			top:-17px;
			left:118px;
			height:18px;
		}
		#header #newsletter-input {
			position:relative;
			top:-40px;
			left:609px;
		}
		#header #newsletter-submit {
			position:relative;
			top:-59px;
			left:742px;
		}
	#content-home {
		/* width:794px; */
		width:794px;
		height:438px;
		background:url(../images/home/bg_the_horse_loving_company_small.png) no-repeat;
		margin:0 auto;
		position: relative;
		left: -8px;
		overflow: visible;
	}
		.new-collection {
			display: block;
			float: right;
			margin-top: 10px;
			margin-right: -8px;
		}
	#content-transparent {
		width:794px;
		height:454px;
		margin:0 auto;
		border-bottom:1px solid #FFFFFF;
	}
	#content {
		width:794px;
		height:438px;
		background:#FFFFFF;
		margin:0 auto;
	}
		#content-transparent #top,
		#content #top {
			float:left;
			width:744px;
			margin:8px 0 0 25px;
		}
		#content-transparent #left,
		#content #left,
		#content #left-vips {
			float:left;
			width:345px;
			margin:15px 0 0 25px;
		}
		#content #left-vips {
			margin:15px 0 0 25px;
		}
		#content-transparent #right,
		#content #right {
			float:right;
			width:330px;
			margin:15px 36px 0 0;
		}
		#content #right-photoslide,
		#content #right-photo,
		#content #right-photo-vips {
			float:right;
			width:343px;
			height:349px;
			margin:39px 33px 0 0;
			overflow:hidden;
		}
		#content #right-photo-vips {
			margin:15px 38px 0 0;
		}
		#content #right-photo {
			width:343px;
			margin:25px 33px 0 0;
			height: 400px;
		}
		.vips-h1 {
			line-height: 1.8em;
		}
		#content #full {
			float:left;
			width:744px;
			margin:15px 0 0 25px;
		}
			#content #full #result {
				margin:25px 0 0 0;
				width:744px;
				height:288px;
				overflow-y:auto;
				overflow-x:hidden;
			}
				#content #full #result .title {
					font-size:11px;
					font-weight:bold;
				}
				#content #full #result #column1 {
					line-height:1.15em;
					float:left;
					margin:0 25px 0 0;
					width:161px;
				}
				#content #full #result #column2 {
					line-height:1.15em;
					float:left;
					margin:0 25px 0 0;
					width:161px;
				}
				#content #full #result #column3 {
					line-height:1.15em;
					float:left;
					margin:0 25px 0 0;
					width:161px;
				}
				#content #full #result #column4 {
					line-height:1.15em;
					float:left;
					width:161px;
				}
	#footer {
		color:#FFFFFF;
		width:794px;
		height:25px;
		margin:0 auto;
	}