
@media only screen and (max-width: 320px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 346px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 360px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width:375px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}

@media only screen and (max-width: 384px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 390px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 392px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 394px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 400px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 411px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 412px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 414px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 428px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 460px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 480px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 504px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 540px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 568px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 600px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
@media only screen and (max-width: 615px)
{
	#firstCol
	{
		display: none;
	}
	#secondCol
	{
		display: none;
	}
}
.wrap
{
	width: 600px;
	height: 500px;
}

@media only screen and (min-width: 320px)
{
	.wrap
	{
		width: 295px;
		height: 500px;
	}
}
@media only screen and (min-width: 346px)
{
	.wrap
	{
		width: 321px;
		height: 500px;
	}
}
@media only screen and (min-width: 360px)
{
	.wrap
	{
		width: 335px;
		height: 500px;
	}
}

@media only screen and (min-width: 375px)
{
	.wrap
	{
		width: 350px;
		height: 500px;
	}
}
@media only screen and (min-width: 384px)
{
	.wrap
	{
		width: 360px;
		height: 500px;
	}
}
@media only screen and (min-width: 390px)
{
	.wrap
	{
		width: 365px;
		height: 500px;
	}
}
@media only screen and (min-width: 392px)
{
	.wrap
	{
		width: 367px;
		height: 500px;
	}
}
@media only screen and (min-width: 393px)
{
	.wrap
	{
		width: 368px;
		height: 500px;
	}
}
@media only screen and (min-width: 400px)
{
	.wrap
	{
		width: 375px;
		height: 500px;
	}
}
@media only screen and (min-width: 411px)
{
	.wrap
	{
		width: 390px;
		height: 500px;
	}
}
@media only screen and (min-width: 412px)
{
	.wrap
	{
		width: 390px;
		height: 500px;
	}
}
@media only screen and (min-width: 414px)
{
	.wrap
	{
		width: 390px;
		height: 500px;
	}
}
@media only screen and (min-width: 428px)
{
	.wrap
	{
		width: 403px;
		height: 500px;
	}
}
@media only screen and (min-width: 460px)
{
	.wrap
	{
		width: 450px;
		height: 500px;
	}
}
@media only screen and (min-width: 480px)
{
	.wrap
	{
		width: 457px;
		height: 500px;
	}
}
@media only screen and (min-width: 504px)
{
	.wrap
	{
		width: 479px;
		height: 500px;
	}
}
@media only screen and (min-width: 540px)
{
	.wrap
	{
		width: 515px;
		height: 500px;
	}
}
@media only screen and (min-width: 568px)
{
	.wrap
	{
		width: 543px;
		height: 500px;
	}
}
@media only screen and (min-width: 600px)
{
	.wrap
	{
		width: 575px;
		height: 500px;
	}
}
@media only screen and (min-width: 615px)
{
	.wrap
	{
		width: 590px;
		height: 500px;
	}
}
@media only screen and (min-width: 632px)
{/* landscape */
	.wrap
	{
		width: 292px;
		height: 500px;
	}
}
@media only screen and (min-width: 640px)
{/* landscape */
	.wrap
	{
		width: 300px;
		height: 500px;
	}
}
@media only screen and (min-width: 667px)
{/* landscape */
	.wrap
	{
		width: 327px;
		height: 500px;
	}
}
@media only screen and (min-width: 684px)
{/* landscape */
	.wrap
	{
		width: 344px;
		height: 500px;
	}
}
@media only screen and (min-width: 695px)
{/* landscape */
	.wrap
	{
		width: 355px;
		height: 500px;
	}
}
@media only screen and (min-width: 720px)
{/* landscape */
	.wrap
	{
		width: 380px;
		height: 500px;
	}
}
@media only screen and (min-width: 731px)
{/* landscape */
	.wrap
	{
		width: 391px;
		height: 500px;
	}
}
@media only screen and (min-width: 732px)
{/* landscape */
	.wrap
	{
		width: 392px;
		height: 500px;
	}
}
@media only screen and (min-width: 736px)
{/* landscape */
	.wrap
	{
		width: 396px;
		height: 500px;
	}
}
@media only screen and (min-width: 740px)
{/* landscape */
	.wrap
	{
		width: 400px;
		height: 500px;
	}
}
@media only screen and (min-width: 747px)
{/* landscape */
	.wrap
	{
		width: 407px;
		height: 500px;
	}
}
@media only screen and (min-width: 760px)
{/* landscape */
	.wrap
	{
		width: 420px;
		height: 500px;
	}
}
@media only screen and (min-width: 768px)
{/* landscape */
	.wrap
	{
		width: 428px;
		height: 500px;
	}
}
@media only screen and (min-width: 770px)
{/* landscape */
	.wrap
	{
		width: 430px;
		height: 500px;
	}
}
@media only screen and (min-width: 771px)
{/* landscape */
	.wrap
	{
		width: 431px;
		height: 500px;
	}
}
@media only screen and (min-width: 780px)
{/* landscape */
	.wrap
	{
		width: 440px;
		height: 500px;
	}
}
@media only screen and (min-width: 780px)
{/* landscape */
	.wrap
	{
		width: 441px;
		height: 500px;
	}
}
@media only screen and (min-width: 786px)
{/* landscape */
	.wrap
	{
		width: 440px;
		height: 500px;
	}
}
@media only screen and (min-width: 800px)
{/* landscape */
	.wrap
	{
		width: 460px;
		height: 500px;
	}
}
@media only screen and (min-width: 808px)
{/* landscape */
	.wrap
	{
		width: 468px;
		height: 500px;
	}
}
@media only screen and (min-width: 810px)
{/* landscape */
	.wrap
	{
		width: 470px;
		height: 500px;
	}
}
@media only screen and (min-width: 812px)
{/* landscape */
	.wrap
	{
		width: 472px;
		height: 500px;
	}
}
@media only screen and (min-width: 816px)
{/* landscape */
	.wrap
	{
		width: 476px;
		height: 500px;
	}
}
@media only screen and (min-width: 817px)
{/* landscape */
	.wrap
	{
		width: 477px;
		height: 500px;
	}
}
@media only screen and (min-width: 820px)
{/* landscape */
	.wrap
	{
		width: 480px;
		height: 500px;
	}
}
@media only screen and (min-width: 823px)
{/* landscape */
	.wrap
	{
		width: 483px;
		height: 500px;
	}
}
@media only screen and (min-width: 830px)
{/* landscape */
	.wrap
	{
		width: 490px;
		height: 500px;
	}
}
@media only screen and (min-width: 840px)
{/* landscape */
	.wrap
	{
		width: 500px;
		height: 500px;
	}
}
@media only screen and (min-width: 844px)
{/* landscape */
	.wrap
	{
		width: 504px;
		height: 500px;
	}
}
@media only screen and (min-width: 846px)
{/* landscape */
	.wrap
	{
		width: 506px;
		height: 500px;
	}
}
@media only screen and (min-width: 851px)
{/* landscape */
	.wrap
	{
		width: 511px;
		height: 500px;
	}
}
@media only screen and (min-width: 854px)
{/* landscape */
	.wrap
	{
		width: 514px;
		height: 500px;
	}
}
@media only screen and (min-width: 869px)
{/* landscape */
	.wrap
	{
		width: 529px;
		height: 500px;
	}
}
@media only screen and (min-width: 873px)
{/* landscape */
	.wrap
	{
		width: 533px;
		height: 500px;
	}
}
@media only screen and (min-width: 880px)
{/* landscape */
	.wrap
	{
		width: 540px;
		height: 500px;
	}
}
@media only screen and (min-width: 883px)
{/* landscape */
	.wrap
	{
		width: 543px;
		height: 500px;
	}
}
@media only screen and (min-width: 884px)
{/* landscape */
	.wrap
	{
		width: 544px;
		height: 500px;
	}
}
@media only screen and (min-width: 892px)
{/* landscape */
	.wrap
	{
		width: 552px;
		height: 500px;
	}
}
@media only screen and (min-width: 896px)
{/* landscape */
	.wrap
	{
		width: 552px;
		height: 500px;
	}
}
@media only screen and (min-width: 900px)
{/* landscape */
	.wrap
	{
		width: 552px;
		height: 500px;
	}
}
@media only screen and (min-width: 906px)
{/* landscape */
	.wrap
	{
		width: 566px;
		height: 500px;
	}
}
@media only screen and (min-width: 912px)
{/* landscape */
	.wrap
	{
		width: 572px;
		height: 500px;
	}
}
@media only screen and (min-width: 914px)
{/* landscape */
	.wrap
	{
		width: 574px;
		height: 500px;
	}
}
@media only screen and (min-width: 915px)
{/* landscape */
	.wrap
	{
		width: 575px;
		height: 500px;
	}
}
@media only screen and (min-width: 919px)
{/* landscape */
	.wrap
	{
		width: 579px;
		height: 500px;
	}
}
@media only screen and (min-width: 926px)
{/* landscape */
	.wrap
	{
		width: 586px;
		height: 500px;
	}
}
@media only screen and (min-width: 960px)
{/* landscape */
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1000px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1003px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1004px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1024px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1076px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1080px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1090px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1094px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1104px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1110px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1112px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1180px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1194px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1280px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1600px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1620px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
@media only screen and (min-width: 1664px)
{
	.wrap
	{
		width: 600px;
		height: 500px;
	}
}
.frame
{
	overflow: visible;
	height: 500px;
}
.frame ul
{
	list-style: none;
	margin: 35px;
	padding: 0;
	width: 100%;
}
@media only screen and (min-width: 320px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 295px;
	}
}
@media only screen and (min-width: 346px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 321px;
	}
}
@media only screen and (min-width: 360px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 350px;
	}
}
@media only screen and (min-width: 375px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 365px;
	}
}

@media only screen and (min-width: 384px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 375px;
	}
}
@media only screen and (min-width: 390px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 380px;
	}
}
@media only screen and (min-width: 392px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 382px;
	}
}
@media only screen and (min-width: 393px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 383px;
	}
}

@media only screen and (min-width: 400px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 390px;
	}
}@media only screen and (min-width: 411px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 404px;
	}
}
@media only screen and (min-width: 412px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 404px;
	}
}
@media only screen and (min-width: 414px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 404px;
	}
}
@media only screen and (min-width: 428px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 404px;
	}
}
@media only screen and (min-width: 460px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 450px;
	}
}
@media only screen and (min-width: 480px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 470px;
	}
}
@media only screen and (min-width: 504px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 479px;
	}
}
@media only screen and (min-width: 540px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 515px;
	}
}
@media only screen and (min-width: 568px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 543px;
	}
}
@media only screen and (min-width: 600px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 575px;
	}
}
@media only screen and (min-width: 615px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 590px;
	}
}
@media only screen and (min-width: 632px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 292px;
	}
}
@media only screen and (min-width: 640px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 300px;
	}
}
@media only screen and (min-width: 667px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 327px;
	}
}
@media only screen and (min-width: 684px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 344px;
	}
}
@media only screen and (min-width: 695px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 355px;
	}
}
@media only screen and (min-width: 731px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 391px;
	}
}
@media only screen and (min-width: 732px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 392px;
	}
}
@media only screen and (min-width: 736px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 396px;
	}
}
@media only screen and (min-width: 740px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 400px;
	}
}

@media only screen and (min-width: 747px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 407px;
	}
}

@media only screen and (min-width: 760px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 420px;
	}
}
@media only screen and (min-width: 768px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 428px;
	}
}
@media only screen and (min-width: 770px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 430px;
	}
}
@media only screen and (min-width: 771px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 431px;
	}
}
@media only screen and (min-width: 780px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 440px;
	}
}
@media only screen and (min-width: 781px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 441px;
	}
}
@media only screen and (min-width: 786px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 446px;
	}
}
@media only screen and (min-width: 800px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 460px;
	}
}
@media only screen and (min-width: 808px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 468px;
	}
}
@media only screen and (min-width: 810px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 470px;
	}
}
@media only screen and (min-width: 812px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 472px;
	}
}
@media only screen and (min-width: 816px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 476px;
	}
}
@media only screen and (min-width: 817px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 477px;
	}
}
@media only screen and (min-width: 820px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 477px;
	}
}
@media only screen and (min-width: 823px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 483px;
	}
}
@media only screen and (min-width: 830px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 490px;
	}
}
@media only screen and (min-width: 840px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 500px;
	}
}
@media only screen and (min-width: 844px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 504px;
	}
}
@media only screen and (min-width: 846px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 506px;
	}
}
@media only screen and (min-width: 851px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 511px;
	}
}
@media only screen and (min-width: 854px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 513px;
	}
}
@media only screen and (min-width: 869px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 529px;
	}
}
@media only screen and (min-width: 873px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 533px;
	}
}
@media only screen and (min-width: 880px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 540px;
	}
}
@media only screen and (min-width: 883px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 543px;
	}
}
@media only screen and (min-width: 884px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 544px;
	}
}
@media only screen and (min-width: 892px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 552px;
	}
}
@media only screen and (min-width: 896px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 552px;
	}
}
@media only screen and (min-width: 900px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 556px;
	}
}
@media only screen and (min-width: 906px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 566px;
	}
}
@media only screen and (min-width: 912px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 572px;
	}
}
@media only screen and (min-width: 914px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 572px;
	}
}
@media only screen and (min-width: 915px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 575px;
	}
}
@media only screen and (min-width: 919px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 579px;
	}
}
@media only screen and (min-width: 926px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 586px;
	}
}
@media only screen and (min-width: 960px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1000px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1003px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1004px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1024px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1076px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1080px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1090px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1094px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1104px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1110px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1112px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1180px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1194px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1280px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1500px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1504px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1536px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1600px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1620px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
@media only screen and (min-width: 1664px)
{
	.frame ul
	{
		list-style: none;
		margin: 35px;
		padding: 0;
		width: 600px;
	}
}
.frame ul li
{
	position: absolute;
	left: -45px;
	float: left;
	width: 250px;
	height: 250px;
	margin: 0 1px 0 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ddd;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	line-height: 1600px;
	vertical-align: middle;
	z-index: 1;
}
@media only screen and (min-width: 320px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 346px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 360px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}

@media only screen and (min-width: 375px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 390px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 392px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 393px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}

@media only screen and (min-width: 400px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 504px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 540px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 568px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 600px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 615px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 632px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 640px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 667px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 684px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 695px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 731px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 732px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 736px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 740px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 747px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 760px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 768px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 770px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 771px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 780px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 781px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 786px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 800px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 808px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 810px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 812px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 816px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 817px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 820px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 823px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 830px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 840px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 844px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 846px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 851px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 854px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 869px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 873px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 880px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 892px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 896px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 900px)
{
	.frame ul li
	{
		position: absolute;
		left: -5px;
		float: left;
		width: 230px;
		height: 230px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 906px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 912px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 914px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 915px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 919px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 926px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 960px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1000px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1003px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1004px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1024px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1076px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1080px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1090px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1094px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1104px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1110px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1112px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1180px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1194px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1280px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1600px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1620px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
@media only screen and (min-width: 1664px)
{
	.frame ul li
	{
		position: absolute;
		left: -15px;
		float: left;
		width: 250px;
		height: 250px;
		margin: 0 1px 0 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ddd;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1600px;
		vertical-align: middle;
		z-index: 1;
	}
}
.frame ul li.active
{
	display: block;
	top: 5px;
	color: #fff;
	width: 320px;
	height: 320px;
	line-height: 15px;
	z-index: 7;
}
@media only screen and (min-width: 320px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 230px;
		height: 230px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 346px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 230px;
		height: 230px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 360px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 375px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 390px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 392px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 393px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}

@media only screen and (min-width: 400px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}

@media only screen and (min-width: 504px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}

@media only screen and (min-width: 540px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 568px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 600px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 615px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 632px)
{
	.frame ul li.active
	{
		display: block;
		top: 4px;
		color: #fff;
		width: 230px;
		height: 230px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 640px)
{
	.frame ul li.active
	{
		display: block;
		top: 4px;
		color: #fff;
		width: 230px;
		height: 230px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 667px)
{
	.frame ul li.active
	{
		display: block;
		top: 4px;
		color: #fff;
		width: 230px;
		height: 230px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 684px)
{
	.frame ul li.active
	{
		display: block;
		top: 4px;
		color: #fff;
		width: 230px;
		height: 230px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 695px)
{
	.frame ul li.active
	{
		display: block;
		top: 4px;
		color: #fff;
		width: 230px;
		height: 230px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 731px)
{
	.frame ul li.active
	{
		display: block;
		top: 4px;
		color: #fff;
		width: 230px;
		height: 230px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 732px)
{
	.frame ul li.active
	{
		display: block;
		top: 4px;
		color: #fff;
		width: 230px;
		height: 230px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 736px)
{
	.frame ul li.active
	{
		display: block;
		top: 4px;
		color: #fff;
		width: 230px;
		height: 230px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 740px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 747px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 768px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 770px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 771px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 780px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 781px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 786px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 800px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 808px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 810px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 812px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 816px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 817px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 820px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 823px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 840px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 844px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 846px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 851px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 270px;
		height: 270px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 854px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 869px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 873px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 880px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 883px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 884px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 892px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 896px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 900px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 906px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 912px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 914px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}

@media only screen and (min-width: 915px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 919px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 926px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 300px;
		height: 300px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 960px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1000px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1003px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1004px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1024px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1076px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1080px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1090px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1094px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1104px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1110px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1112px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1180px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1194px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1280px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1600px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1620px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
@media only screen and (min-width: 1664px)
{
	.frame ul li.active
	{
		display: block;
		top: 5px;
		color: #fff;
		width: 320px;
		height: 320px;
		line-height: 15px;
		z-index: 7;
	}
}
.frame ul li.active a
{
	width: 190px;
	background-color: #9C8C60;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 16px;
	text-align: center;
	left: 65px;
	position: absolute;
	top: 326px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #FFF;
}
@media only screen and (min-width: 320px)
{
	.frame ul li.active a
	{
		width: 180px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 27px;
		position: absolute;
		top: 270px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 346px)
{
	.frame ul li.active a
	{
		width: 180px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 27px;
		position: absolute;
		top: 270px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 360px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 293px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 375px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 390px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 392px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 393px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}

@media only screen and (min-width: 400px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 411px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 412px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 504px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 540px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 568px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 600px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 615px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 632px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 11px;
		position: absolute;
		top: 270px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 640px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 11px;
		position: absolute;
		top: 270px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 667px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 11px;
		position: absolute;
		top: 270px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 684px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 11px;
		position: absolute;
		top: 270px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 695px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 11px;
		position: absolute;
		top: 270px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 731px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 11px;
		position: absolute;
		top: 270px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 732px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 11px;
		position: absolute;
		top: 270px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 736px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 11px;
		position: absolute;
		top: 270px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 740px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 747px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 768px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 770px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 771px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 780px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 781px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 786px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 808px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 810px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 812px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 816px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 817px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 820px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 823px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 830px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 840px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 844px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 846px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 851px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 854px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 869px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 873px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 880px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 883px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 884px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 892px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 896px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 900px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 45px;
		position: absolute;
		top: 313px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 906px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 315px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 912px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 315px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 914px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 315px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 915px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 315px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 919px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 315px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 926px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 315px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 960px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1000px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1003px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1004px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1024px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1076px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1080px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1090px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1094px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1104px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1110px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1112px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1180px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1194px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1280px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1600px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1620px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1664px)
{
	.frame ul li.active a
	{
		width: 190px;
		background-color: #9C8C60;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		text-align: center;
		left: 65px;
		position: absolute;
		top: 326px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
	}
}
@media only screen and (min-width: 320px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 92px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 346px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 92px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 360px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 375px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 390px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 392px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 393px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}

@media only screen and (min-width: 400px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 504px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 540px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 568px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 600px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 615px)
{
	.frame ul li.active a#shop
	{
		top:419px;
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 632px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 90px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 640px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 90px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 667px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 90px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 684px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 90px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 695px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 90px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 731px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 90px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 732px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 90px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 736px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 90px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 740px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 112px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 747px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 112px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 760px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top: 419px;
		border-radius: 0px 10px 10px 0px;
		width: 120px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 768px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top: 419px;
		border-radius: 0px 10px 10px 0px;
		width: 120px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 770px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top: 419px;
		border-radius: 0px 10px 10px 0px;
		width: 120px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 771px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top: 419px;
		border-radius: 0px 10px 10px 0px;
		width: 120px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 120px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 780px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 781px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 786px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 808px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 810px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 812px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 816px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 817px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 820px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 823px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 830px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 840px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 844px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 846px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 851px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 854px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 869px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 873px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 880px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 883px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 884px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 892px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 896px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 900px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 906px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 912px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 914px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 915px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 919px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 926px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 960px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 135px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1000px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1003px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1004px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1024px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1076px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1080px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1090px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1094px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1104px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1110px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1112px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1180px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1194px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1280px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 122px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 122px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1600px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 135px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1620px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 135px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}
@media only screen and (min-width: 1664px)
{
	.frame ul li.active a#shop
	{
		position:absolute; 
		text-align: center; 
		display:block;
		text-decoration: none; 
		color:#000000; 
		top:419px;
		border-radius: 0px 10px 10px 0px;
		width: 130px;
		background-color: #f39c12;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 135px;
		font-size: 14px;
		border: solid 1px 484848;
	}
}

.snippet
{
	position: absolute;
	top: 350px;
	left: -105px;
	width: 550px;
	height: 100px;
	z-index: -1;
}
@media only screen and (min-width: 320px)
{
	.snippet
	{
		position: absolute;
		top: 305px;
		left: -22px;
		width: 250px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 346px)
{
	.snippet
	{
		position: absolute;
		top: 305px;
		left: -22px;
		width: 280px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 360px)
{
	.snippet
	{
		position: absolute;
		top: 328px;
		left: -22px;
		width: 320px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 375px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -20px;
		width: 320px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 390px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -20px;
		width: 320px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 392px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -20px;
		width: 320px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 393px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -20px;
		width: 320px;
		height: 100px;
		z-index: -1;
	}
}

@media only screen and (min-width: 400px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -20px;
		width: 320px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 504px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -20px;
		width: 424px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 540px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -20px;
		width: 460px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 568px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -115px;
		width: 500px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 600px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -115px;
		width: 525px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 615px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -130px;
		width: 525px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 632px)
{
	.snippet
	{
		position: absolute;
		top: 310px;
		left: -20px;
		width: 250px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 640px)
{
	.snippet
	{
		position: absolute;
		top: 310px;
		left: -20px;
		width: 250px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 667px)
{
	.snippet
	{
		position: absolute;
		top: 310px;
		left: -20px;
		width: 250px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 684px)
{
	.snippet
	{
		position: absolute;
		top: 310px;
		left: -20px;
		width: 300px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 695px)
{
	.snippet
	{
		position: absolute;
		top: 310px;
		left: -45px;
		width: 305px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 731px)
{
	.snippet
	{
		position: absolute;
		top: 310px;
		left: -64px;
		width: 349px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 732px)
{
	.snippet
	{
		position: absolute;
		top: 310px;
		left: -65px;
		width: 350px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 736px)
{
	.snippet
	{
		position: absolute;
		top: 310px;
		left: -85px;
		width: 375px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 740px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -50px;
		width: 360px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 747px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -50px;
		width: 367px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 760px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -45px;
		width: 360px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 768px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -50px;
		width: 378px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 770px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -50px;
		width: 380px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 771px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -50px;
		width: 380px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 780px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -60px;
		width: 390px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 781px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -50px;
		width: 390px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 786px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -50px;
		width: 396px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 800px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -65px;
		width: 410px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 808px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -65px;
		width: 418px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 810px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -75px;
		width: 418px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 812px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -65px;
		width: 422px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 816px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -65px;
		width: 426px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 817px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -65px;
		width: 427px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 820px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -65px;
		width: 427px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 823px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -80px;
		width: 433px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 830px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -65px;
		width: 440px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 840px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -65px;
		width: 450px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 844px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -90px;
		width: 454px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 846px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -96px;
		width: 458px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 854px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -65px;
		width: 400px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 869px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -105px;
		width: 479px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 883px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -115px;
		width: 500px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 884px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -115px;
		width: 500px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 892px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -115px;
		width: 500px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 896px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -115px;
		width: 500px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 900px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -115px;
		width: 500px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 906px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -95px;
		width: 500px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 912px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -105px;
		width: 522px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 914px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -105px;
		width: 524px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 915px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -112px;
		width: 525px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 919px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -115px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 926px)
{
	.snippet
	{
		position: absolute;
		top: 350px;
		left: -65px;
		width: 536px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 960px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1000px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -120px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1003px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1004px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1024px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1076px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1080px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1090px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1094px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1104px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1110px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1112px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1180px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1194px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1280px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -130px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1600px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -122px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1620px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -122px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
@media only screen and (min-width: 1664px)
{
	.snippet
	{
		position: absolute;
		top: 365px;
		left: -122px;
		width: 550px;
		height: 100px;
		z-index: -1;
	}
}
#moreinfo
{
	border-radius: 10px 0 0px 10px;
	width: 85px;
	background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
	background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	left: 800px;
	border: solid 1px #6b6c64;
	position: absolute;
	top: 605px;
	text-align: center;
	display: inline;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
}
@media only screen and (min-width: 320px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 50px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 346px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 63px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 360px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 78px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 375px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 90px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 81px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}

@media only screen and (min-width: 384px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 90px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 390px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 93px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 392px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 94px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 393px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 95px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}

@media only screen and (min-width: 400px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 98px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 411px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 104px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 412px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 104px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 414px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 105px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 428px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 112px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 460px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 102px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 480px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 144px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 504px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 150px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 533px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 155px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 540px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 168px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 568px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 182px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 600px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 198px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 603px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 182px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 615px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 206px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 632px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 369px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 588px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 640px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 373px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 588px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 667px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 387px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 680px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 525px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 684px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 395px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 695px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 400px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 711px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 240px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 720px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 415px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}

@media only screen and (min-width: 731px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 418px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 732px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 419px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 734px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 250px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 736px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 421px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 739px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 249px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 740px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 415px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 747px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 418px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 760px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 433px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 768px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 438px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 770px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 438px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 771px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 439px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 780px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 445px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 781px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 445px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 786px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		height: 15px;
		background: linear-gradient(to top, #1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top, #1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		left: 448px;
		border: solid 1px #6b6c64;
		position: absolute;
		top: 589px;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
		backround-color: green;
	}
}
@media only screen and (min-width: 800px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 455px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 808px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 459px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 810px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 460px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 812px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 461px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 816px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 463px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 817px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 463px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 820px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 465px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 823px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 466px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 830px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 473px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 840px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 475px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 844px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 477px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 846px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 478px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 851px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 480px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 854px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 482px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 869px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 489px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 873px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 491px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 880px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 495px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 883px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 496px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 884px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 497px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 892px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 501px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 896px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 503px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 900px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 505px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 906px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 488px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 912px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 491px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 914px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 492px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 915px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 492px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 919px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 494px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 926px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 498px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 950px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 500px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 951px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 527px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 960px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 528px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1000px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 537px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1003px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 537px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1004px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 537px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}

@media only screen and (min-width: 1024px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 547px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1076px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 573px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1080px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 575px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1090px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 537px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1094px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 582px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1104px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 587px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1110px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 590px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1112px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 591px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1180px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 625px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1194px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 632px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1280px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 676px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1360px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 705px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1366px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 718px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1368px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 719px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1440px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 755px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1500px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 785px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1504px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 787px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}

@media only screen and (min-width: 1536px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 803px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1600px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 840px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1620px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 858px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
@media only screen and (min-width: 1664px)
{
	#moreinfo
	{
		border-radius: 10px 0 0px 10px;
		width: 85px;
		background: linear-gradient(to top,#1a1912 50%, #3B3B3B 50%);
		background: -webkit-linear-gradient(top,#1a1912 50%, #3B3B3B 50%);
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		top: 589px;
		left: 880px;
		border: solid 1px #6b6c64;
		position: absolute;
		text-align: center;
		display: inline;
		text-decoration: none;
		font-size: 12px;
		color: #FFF;
	}
}
.frame ul li img
{
	position: absolute;
	left: 50px;
	top: 245px;
	width: 200px;
	height: 200px;
	opacity: 0.3;
	filter: alpha(opacity=40);
	-ms-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	border-width: 0;
}
.frame ul li.active img
{
	top: 315px;
	left: 5px;
	width: 300px;
	height: 300px;
	border-width: 0;
}
@media only screen and (min-width: 320px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 35px;
		width: 230px;
		height: 230px;
		border-width: 0;
	}
}
@media only screen and (min-width: 346px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 35px;
		width: 230px;
		height: 230px;
		border-width: 0;
	}
}
@media only screen and (min-width: 360px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 35px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 375px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 390px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 392px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 393px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}

@media only screen and (min-width: 400px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 504px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 540px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 568px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 600px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 615px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 632px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 230px;
		height: 230px;
		border-width: 0;
	}
}
@media only screen and (min-width: 640px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 230px;
		height: 230px;
		border-width: 0;
	}
}
@media only screen and (min-width: 667px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 230px;
		height: 230px;
		border-width: 0;
	}
}
@media only screen and (min-width: 695px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 230px;
		height: 230px;
		border-width: 0;
	}
}
@media only screen and (min-width: 731px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 230px;
		height: 230px;
		border-width: 0;
	}
}
@media only screen and (min-width: 732px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 736px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 740px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 747px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 768px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 770px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 771px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 780px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 781px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 808px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 810px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 812px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 816px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 817px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 820px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 823px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 830px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 840px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 844px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 846px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 851px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 854px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 869px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 873px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 880px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 883px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: -105px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 884px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: -105px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 892px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 896px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 900px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 906px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 912px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 914px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 915px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 919px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 926px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 960px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1000px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1003px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1004px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1024px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1076px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1080px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1090px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1094px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1104px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1110px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1112px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1180px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1194px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
@media only screen and (min-width: 1280px)
{
	.frame ul li.active img
	{
		top: 315px;
		left: 25px;
		width: 270px;
		height: 270px;
		border-width: 0;
	}
}
.prev
{
	position: absolute;
	z-index: 1;
	top: 497px;
	left: 50.7%;
	font-size: 16px;
	background-color: #9C8C60;
	color: #FFF;
	border: solid 1px #9C8C60;
	height: 30px;
	width: 40px;
}
@media only screen and (min-width: 320px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 441px;
		left: 29px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 346px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 441px;
		left: 42px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 360px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 463.5px;
		left: 47px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 375px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 55px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}

@media only screen and (min-width: 384px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 57px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 42px;
	}
}
@media only screen and (min-width: 390px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 60px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 42px;
	}
}
@media only screen and (min-width: 392px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 61px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 42px;
	}
}
@media only screen and (min-width: 393px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 62px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 42px;
	}
}

@media only screen and (min-width: 400px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 65px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 42px;
	}
}
@media only screen and (min-width: 411px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 73px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 412px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 73px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 414px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 74px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 428px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 81px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 460px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 33.2%;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 480px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 107px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 504px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 119px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}

@media only screen and (min-width: 533px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 139px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 540px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 137px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 568px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 151px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 600px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 167px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 603px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 167px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 615px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 175px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 632px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 334px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 640px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 338px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 667px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 351px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}

@media only screen and (min-width: 680px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 485px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 684px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 360px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 695px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 365px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 711px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 220px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 720px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 378px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 731px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 384px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 732px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 384px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 734px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 384px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 736px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 386px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 739px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 384px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 740px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 392px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 747px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 395px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 760px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 402px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 768px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 406px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 770px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 407px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 771px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 407px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 780px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 412px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 781px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 412px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 786px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 415px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 800px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 422px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 808px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 426px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 810px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 427px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 812px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 428px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 816px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 430px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 817px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 430px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 820px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 432px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 823px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 433px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 830px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 439px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 840px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 442px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 844px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 444px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 846px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 447px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 854px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 449px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 869px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 456px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 873px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 458px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 880px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 462px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 883px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 463px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 884px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 464px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 892px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 468px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 896px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 470px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 900px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 472px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 906px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 475px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 912px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 478px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 914px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 479px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 915px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 479px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 919px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 481px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 926px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 485px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 960px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 496.5px;
		left: 502px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1000px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 522px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1003px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 524px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1004px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 524px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}

@media only screen and (min-width: 1024px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 534px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1076px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 560px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1080px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 562px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1090px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 426px;
		left: 495px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1094px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 569px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1104px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 574px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1110px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 577px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1112px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 578px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1180px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 612px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1194px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 619px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1200px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 368px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1280px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 662px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1360px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 684px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1366px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 705px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1368px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 706px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1440px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 742px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1500px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 772px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1504px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 774px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1536px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 790px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1600px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 814px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1620px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 832px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
@media only screen and (min-width: 1664px)
{
	.prev
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 854px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
	}
}
.next
{
	position: absolute;
	z-index: 1;
	top: 497px;
	left: 76.5%;
	font-size: 16px;
	background-color: #9C8C60;
	color: #FFF;
	border: solid 1px #9C8C60;
	height: 30px;
	width: 40px;
}
@media only screen and (min-width: 320px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 441px;
		left: 255px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 346px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 441px;
		left: 268px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 360px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 463.5px;
		left: 283px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 375px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 291px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}

@media only screen and (min-width: 384px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 295px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 390px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 298px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}

}
@media only screen and (min-width: 392px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 299px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 393px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 300px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}

@media only screen and (min-width: 400px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 303px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 411px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 309px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 412px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 309px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 414px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 310px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 428px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 317px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 460px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 317px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 480px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 343px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 504px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 355px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 533px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 357px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 540px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 373px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 568px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 387px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 600px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 403px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 603px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 383px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 615px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 411px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 632px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 570px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 640px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 574px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 667px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 587px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 680px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 721px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 684px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 596px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 695px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 601px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 711px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 438px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 720px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 614px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 731px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 620px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 732px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 620px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 734px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 449px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 736px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 440px;
		left: 622px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 739px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 452px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 740px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 628px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 747px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 631px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 760px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 638px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 768px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 642px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 770px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 643px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 771px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 643px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 780px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 648px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 781px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 648px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 786px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 484px;
		left: 651px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 800px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 658px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 808px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 662px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 810px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 663px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 812px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 664px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 816px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 666px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 817px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 666px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 820px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 668px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 823px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 669px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 830px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 675px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 840px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 678px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 844px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 680px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 846px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 681px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 851px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 683px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 854px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 685px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 869px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 692px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 873px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 694px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 880px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 698px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 883px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 699px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 884px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 700px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 892px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 704px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 896px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 706px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 900px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 483.5px;
		left: 708px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 906px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 711px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 912px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 714px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 914px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 715px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 915px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 715px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 919px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 717px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 926px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 485.5px;
		left: 721px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 960px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 496.5px;
		left: 738px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1000px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 496.5px;
		left: 758px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1003px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 496.5px;
		left: 760px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1004px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 496.5px;
		left: 760px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1024px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 770px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1076px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 796px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1080px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 798px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1090px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 726px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1094px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 805px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1104px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 810px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1110px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 813px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1112px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 814px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1180px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 848px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1194px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 855px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1280px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		-webkit-top: 497px;
		left: 898px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1360px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 920px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1366px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 941px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1368px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 942px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1440px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 978px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1500px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 1008px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1504px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 1010px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1536px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 1026px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1600px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 1050px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1620px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 1068px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1664px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 1090px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
@media only screen and (min-width: 1920px)
{
	.next
	{
		position: absolute;
		z-index: 1;
		top: 497px;
		left: 1209px;
		font-size: 16px;
		background-color: #9C8C60;
		color: #FFF;
		border: solid 1px #9C8C60;
		height: 30px;
		width: 40px;
	}
}
.pages
{
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li
{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover
{
	background: #D88D2B;
}
.pages li.active
{
	background: #D88D2B;
}
.no-ie .coverflow
{
	-webkit-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;
	-webkit-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	overflow-y: show;
}
.no-ie .coverflow ul
{
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.no-ie .coverflow ul li
{
	position: relative;
	margin: 0 -100px;
	-webkit-transform: translateZ(-288px) rotateY(35deg);
	-ms-transform: translateZ(-288px) rotateY(35deg);
	transform: translateZ(-288px) rotateY(35deg);
	-webkit-transition: -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out;
}
.no-ie .coverflow ul li.active
{
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.no-ie .coverflow ul li.active~li
{
	-webkit-transform: translateZ(-288px) rotateY(-35deg);
	-ms-transform: translateZ(-288px) rotateY(-35deg);
	transform: translateZ(-288px) rotateY(-35deg);
}
#coverflowoverlay
{
	position: absolute;
	width: 600px;
	height: 499px;
	opacity: 0;
	background: black left: 0;
	top: 0;
	z-index: -1;
}
@media only screen and (min-width: 320px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 295px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 346px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 321px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 360px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 335px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 375px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 350px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 390px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 380px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}

}
@media only screen and (min-width: 392px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 382px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 393px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 383px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}

@media only screen and (min-width: 400px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 390px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 411px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 390px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 412px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 390px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 414px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 390px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 428px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 403px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 504px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 479px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 540px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 515px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 568px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 543px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 600px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 575px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 615px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 590px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 632px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 292px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 640px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 300px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 667px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 327px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 695px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 355px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 731px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 391px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 732px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 392px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 736px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 396px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 768px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 428px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 770px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 430px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 771px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 431px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 780px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 440px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 781px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 441px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 786px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 446px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 808px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 468px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 810px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 470px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 812px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 472px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 816px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 476px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 817px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 477px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 820px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 480px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 823px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 483px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 830px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 490px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 840px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 500px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 844px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 504px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 851px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 511px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 854px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 513px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 869px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 529px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 873px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 533px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 880px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 540px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 883px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 543px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 884px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 544px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 892px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 552px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 896px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 556px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 900px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 560px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}

@media only screen and (min-width: 912px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 572px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 914px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 574px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 926px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 586px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 960px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1000px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1003px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1004px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1024px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1076px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1080px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1090px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1094px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1104px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1110px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1112px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1180px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1194px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
@media only screen and (min-width: 1280px)
{
	#coverflowoverlay
	{
		position: absolute;
		width: 600px;
		height: 499px;
		opacity: 0;
		background: black left: 0;
		top: 0;
		z-index: -1;
	}
}
#coverenlargearea
{
	position: absolute;
	left: 59.68%;
	top: 380.5px;
	width: 600px;
	height: 499px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	background: black;
	z-index: -1;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
}
@media only screen and (min-width: 320px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 160px;
		top: 381px;
		width: 295px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 346px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 173px;
		top: 381px;
		width: 321px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}

@media only screen and (min-width: 360px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 180.5px;
		top: 380px;
		width: 335px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 375px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 188px;
		top: 380px;
		width: 350px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 384px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 192px;
		top: 381px;
		width: 360px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 390px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 195px;
		top: 381px;
		width: 365px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}

}
@media only screen and (min-width: 392px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 196px;
		top: 381px;
		width: 367px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 393px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 197px;
		top: 381px;
		width: 368px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}

@media only screen and (min-width: 400px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 200px;
		top: 381px;
		width: 375px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 411px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 204px;
		top: 381px;
		width: 387px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 412px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 205px;
		top: 381px;
		width: 388px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 414px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 207px;
		top: 381px;
		width: 390px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 428px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 214px;
		top: 381px;
		width: 403px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 460px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 50%;
		top: 411px;
		width: 500px;
		height: 495px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 480px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 240px;
		top: 383px;
		width: 457px;
		height: 495px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 504px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 252px;
		top: 383px;
		width: 479px;
		height: 495px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 540px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 270px;
		top: 383px;
		width: 515px;
		height: 495px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 568px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 284px;
		top: 383px;
		width: 543px;
		height: 495px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 600px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 300px;
		top: 383px;
		width: 575px;
		height: 495px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 632px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 471px;
		top: 380.5px;
		width: 292px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 640px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 475px;
		top: 380.5px;
		width: 300px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 667px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 488px;
		top: 380.5px;
		width: 327px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 684px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 497px;
		top: 380.5px;
		width: 344px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 695px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 502px;
		top: 380.5px;
		width: 355px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 720px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 515px;
		top: 380.5px;
		width: 380px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 731px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 520px;
		top: 380.5px;
		width: 391px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 732px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 521px;
		top: 380.5px;
		width: 392px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 736px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 515px;
		top: 380.5px;
		width: 380px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 740px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 525px;
		top: 380.5px;
		width: 400px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 747px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 528px;
		top: 380.5px;
		width: 407px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 760px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 535px;
		top: 380.5px;
		width: 420px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 768px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 539px;
		top: 380.5px;
		width: 428px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 770px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 540px;
		top: 380.5px;
		width: 430px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 771px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 540px;
		top: 380.5px;
		width: 431px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 780px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 545px;
		top: 380.5px;
		width: 440px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 781px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 545px;
		top: 380.5px;
		width: 441px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 786px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 545px;
		top: 380.5px;
		width: 446px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 800px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 555px;
		top: 380.5px;
		width: 460px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 808px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 559px;
		top: 380.5px;
		width: 468px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 810px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 560px;
		top: 380.5px;
		width: 470px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 812px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 561px;
		top: 380.5px;
		width: 472px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 816px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 555px;
		top: 380.5px;
		width: 460px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 816px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 563px;
		top: 380.5px;
		width: 476px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 817px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 563px;
		top: 380.5px;
		width: 477px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 820px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 565px;
		top: 380.5px;
		width: 480px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 823px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 566px;
		top: 380.5px;
		width: 483px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 830px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 570px;
		top: 380.5px;
		width: 490px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 834px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 570px;
		top: 380.5px;
		width: 494px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 840px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 555px;
		top: 380.5px;
		width: 460px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 840px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 575px;
		top: 380.5px;
		width: 500px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 844px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 577px;
		top: 380.5px;
		width: 504px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 846px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 555px;
		top: 380.5px;
		width: 460px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 854px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 582px;
		top: 380.5px;
		width: 514px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 869px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 582px;
		top: 380.5px;
		width: 514px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 873px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 591px;
		top: 380.5px;
		width: 533px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 880px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 595px;
		top: 380.5px;
		width: 540px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 883px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 596px;
		top: 380.5px;
		width: 543px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 884px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 596px;
		top: 380.5px;
		width: 544px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 892px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 601px;
		top: 380.5px;
		width: 552px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 896px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 601px;
		top: 380.5px;
		width: 556px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 900px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 601px;
		top: 380.5px;
		width: 560px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 906px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 608px;
		top: 380.5px;
		width: 566px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 912px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 608px;
		top: 380.5px;
		width: 566px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 914px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 612px;
		top: 380.5px;
		width: 574px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 915px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 612px;
		top: 380.5px;
		width: 575px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 919px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 614px;
		top: 380.5px;
		width: 579px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 926px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 618px;
		top: 380.5px;
		width: 586px;
		height: 500px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 960px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 635px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1000px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 655px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1003px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 657px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1004px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 657px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1024px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 667px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1076px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 693px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1080px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 695px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1090px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 659px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1094px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 702px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1104px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 707px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1110px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 710px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1112px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 711px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1180px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 745px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1194px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 752px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1280px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 795px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1360px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 827px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1366px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 838px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1368px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 839px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1440px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 875px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1500px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 905px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1504px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 907px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1536px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 923px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1600px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 947px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1620px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 965px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1664px)
{
	#coverenlargearea
	{
		position: absolute;
		left: 987px;
		top: 380.5px;
		width: 600px;
		height: 499px;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
		background: black;
		z-index: -1;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
	}
}
#coverenlargearea img
{
	display: inline;
}
#coverenlargearea #desc
{
	position: absolute;
	bottom: 0;
	background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
	background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
	color: #fefefe;
	padding: 10px;
	width: 600px;
	height: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	overflow: auto;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s;
}
@media only screen and (min-width: 320px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 295px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 346px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 321px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 360px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 335px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}

@media only screen and (min-width: 375px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 350px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}


@media only screen and (min-width: 384px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 360px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 390px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 365px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}

}
@media only screen and (min-width: 392px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 367px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 393px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 368px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}

@media only screen and (min-width: 400px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 375px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 411px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 390px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 412px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 390px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 414px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 390px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 428px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 403px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 460px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 400px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 480px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 457px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 504px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 479px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 540px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 515px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 568px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 543px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 600px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 575px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 615px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 590px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 632px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 292px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 640px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 300px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 667px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 327px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 684px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 344px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 695px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 355px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 720px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 380px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 731px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 391px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 732px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 392px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 736px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 396px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 740px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 400px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 747px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 407px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 760px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 420px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 768px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 428px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 770px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 430px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 770px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 430px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 771px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 431px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 780px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 440px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 781px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 441px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 786px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 446px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 800px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 460px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 808px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 468px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 810px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 470px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 812px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 472px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 816px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 476px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 817px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 477px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 820px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 480px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 823px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 483px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}

@media only screen and (min-width: 830px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 490px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 834px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 494px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 840px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 500px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 844px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 504px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 846px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 506px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 851px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 511px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 854px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 514px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 869px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 529px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 873px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 533px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 880px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 540px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 883px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 543px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 884px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 544px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 892px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 552px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 896px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 556px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 900px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 560px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 906px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 566px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 912px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 572px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 914px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 574px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 915px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 575px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 919px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 579px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 926px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 586px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 960px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1000px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 568px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1003px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1004px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1024px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1076px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1080px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1090px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 514px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1094px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1104px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1110px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1112px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1180px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1194px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1280px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1600px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1620px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
@media only screen and (min-width: 1664px)
{
	#coverenlargearea #desc
	{
		position: absolute;
		bottom: 0;
		background: linear-gradient(to left, #6b6c64 0%, #1a1912 100%);
		background: -webkit-linear-gradient(left, #6b6c64 0%, #1a1912 100%);
		color: #fefefe;
		padding: 10px;
		width: 600px;
		height: 500px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow: auto;
		-webkit-animation-name: slideIn;
		-webkit-animation-duration: 0.4s;
		animation-name: slideIn;
		animation-duration: 0.4s;
	}
}
#coverenlargearea #close
{
	position: absolute;
	left: 90%;
	top: 14px;
	color: #FFF;
	font-size: 22px;
	background: linear-gradient(to bottom, #6b6c64 30%, #0000000 40%, #6b6c64 30%);
	width: 25px;
	text-align: center;
	cursor: pointer;
}
@media only screen and (min-width: 846px)
{
	#coverenlargearea #close
	{
		position: absolute;
		left: 98%;
		top: 14px;
		color: #FFF;
		font-size: 22px;
		background: linear-gradient(to bottom, #6b6c64 30%, #0000000 40%, #6b6c64 30%);
		width: 25px;
		text-align: center;
		cursor: pointer;
	}
}
@media only screen and (min-width: 854px)
{
	#coverenlargearea #close
	{
		position: absolute;
		left: 90%;
		top: 14px;
		color: #FFF;
		font-size: 22px;
		background: linear-gradient(to bottom, #6b6c64 30%, #0000000 40%, #6b6c64 30%);
		width: 25px;
		text-align: center;
		cursor: pointer;
	}
}
@media only screen and (min-width: 919px)
{
	#coverenlargearea #close
	{
		position: absolute;
		left: 90%;
		top: 14px;
		color: #FFF;
		font-size: 22px;
		background: linear-gradient(to bottom, #6b6c64 30%, #0000000 40%, #6b6c64 30%);
		width: 25px;
		text-align: center;
		cursor: pointer;
	}
}
@media only screen and (min-width: 960px)
{
	#coverenlargearea #close
	{
		position: absolute;
		left: 90%;
		top: 14px;
		color: #FFF;
		font-size: 22px;
		background: linear-gradient(to bottom, #6b6c64 30%, #0000000 40%, #6b6c64 30%);
		width: 25px;
		text-align: center;
		cursor: pointer;
	}
}
@media only screen and (min-width: 1000px)
{
	#coverenlargearea #close
	{
		position: absolute;
		left: 90%;
		top: 14px;
		color: #FFF;
		font-size: 22px;
		background: linear-gradient(to bottom, #6b6c64 30%, #0000000 40%, #6b6c64 30%);
		width: 25px;
		text-align: center;
		cursor: pointer;
	}
}
@media only screen and (min-width: 1280px)
{
	#coverenlargearea #close
	{
		position: absolute;
		left: 90%;
		top: 14px;
		color: #FFF;
		font-size: 22px;
		background: linear-gradient(to bottom, #6b6c64 30%, #0000000 40%, #6b6c64 30%);
		width: 25px;
		text-align: center;
		cursor: pointer;
	}
}
@media only screen and (min-width: 1600px)
{
	#coverenlargearea #close
	{
		position: absolute;
		left: 90%;
		top: 14px;
		color: #FFF;
		font-size: 22px;
		background: linear-gradient(to bottom, #6b6c64 30%, #0000000 40%, #6b6c64 30%);
		width: 25px;
		text-align: center;
		cursor: pointer;
	}
}
@media only screen and (min-width: 1620px)
{
	#coverenlargearea #close
	{
		position: absolute;
		left: 90%;
		top: 14px;
		color: #FFF;
		font-size: 22px;
		background: linear-gradient(to bottom, #6b6c64 30%, #0000000 40%, #6b6c64 30%);
		width: 25px;
		text-align: center;
		cursor: pointer;
	}
}
@media only screen and (min-width: 1664px)
{
	#coverenlargearea #close
	{
		position: absolute;
		left: 90%;
		top: 14px;
		color: #FFF;
		font-size: 22px;
		background: linear-gradient(to bottom, #6b6c64 30%, #0000000 40%, #6b6c64 30%);
		width: 25px;
		text-align: center;
		cursor: pointer;
	}
}