@charset "utf-8";
body, html{
	background:url("../images/pattern.png") repeat;
	/*background-color: #FFFFCD;*/
	background-color: #000;
	overflow: hidden;
	cursor: none;
}

#slideshow{
	position: absolute;
	width: 959px;
	height: 808px;
	left: 961px;
	top: 111px;
	z-index: -1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#slideshow-container{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 1920px;
	height: 650px;
}
#slideshow.art-collection{
	position:relative;
	top:0;
	left:0;
	width: 960px;
	height: 650px;
	z-index: 1;
	display: block;
	margin: 0 auto;
}
#slide-nav{
	display:block;
	width: 960px;
	margin: 0 auto;
	margin-top:20px;
}
#slide-nav div{
	display: block;
}
#slide-nav #slide-forward{
	float: right;
}
#slide-nav #slide-prev{
	float: left;
}
.cycle-slideshow img{
	max-height: 100%;
    max-width: 100%;
}

#slideshow img {
	height:100%;
	width:100%;
}

#slideshow-banner{
	position: absolute;
	top:1080px;
	left:0px;
}

#slideshow-banner img{
	max-width: 100%;
}
.bg-gradient.gray{
	background: #323233; /* Old browsers */
	background: -moz-linear-gradient(top,  #323233 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323233), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #323233 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #323233 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #323233 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #323233 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323233', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
