body{
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	overflow: hidden;
}

a {
  color: #FFF;
  text-decoration: underline;
}

a:hover {
  color: #B22222;
  text-decoration: underline;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
}
#bg-container{
	display: none;
}

.item-container{
	position: relative;
	width: 100%;
	display: none;
}
.item-content{
	position: absolute;
	top: 0;
	left: 0;
}
.item-img{
	display: block;
	position: relative;
	z-index: 1002;
	margin-top: 40px;
	margin-left: 80px;
	float: left;
}
.img-link{
	display: block;
	z-index: 1003;
	border: none;
	float: left;
}
.item-title{
	display: inline-block;
	position: relative;
	color: #FFF;
	margin-top: 40px;
	margin-left: 80px;
	width: 380px;
	padding: 12px;
	font-size: 24px;
	float: left;
	/*background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
	/*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;*/
}
.item-desc{
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #FFF;
	line-height: 160%;
	width: 380px;
	padding: 10px;
	margin-top: 4px;
	margin-left: 80px;
	float: left;
	z-index: 1001;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.large-offset{
	margin-top: 120px;
}

.small-offset{
	margin-top: 0px;
}
.left{
	float: left;
}
.right{
	float: right;
}

.arrowButton{
	cursor: pointer;
}

.arrowButton .prevArrow{
	background: url(prev.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
    margin-left:-20px;
    left:50%;
    z-index: 1004;
}
.arrowButton .nextArrow{
	background: url(next.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	/*right: 12px;*/
    margin-left:-20px;
    left:50%;
    z-index: 1004;
}





/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 960px) {
	#wrapper{
		width: 940px;
	}
	.item-title, .item-desc{
		margin-left: 80px;
	}
	.large-offset{
		margin-top: 120px;
	}
	.small-offset{
		margin-top: 0px;
	}
}

/*@media (max-width: 920px) {
	#wrapper{
		width: 900px;
	}
	.item-title, .item-desc{
		margin-left: 80px;
	}
	.large-offset{
		margin-top: 120px;
	}
}
*/
@media (max-width: 860px) {
	#wrapper{
		width: 840px;
	}
	.item-title, .item-desc{
		margin-left: 60px;
	}
	.large-offset{
		margin-top: 120px;
	}
	.small-offset{
		margin-top: 0px;
	}
}
@media (max-width: 760px) {
	#wrapper{
		width: 740px;
	}
	.item-title, .item-desc{
		margin-left: 60px;
	}
	.large-offset{
		margin-top: 120px;
	}
	.small-offset{
		margin-top: 0px;
	}
}

@media (max-width: 720px) {
	#wrapper{
		width: 700px;
	}
	.item-title, .item-desc{
		margin-left: 60px;
	}
	.large-offset{
		margin-top: 120px;
	}
	.small-offset{
		margin-top: 20px;
	}
}
@media (max-width: 640px) {
	#wrapper{
		width: 620px;
	}
	.item-title, .item-desc{
		margin-left: 50px;
	}
	.large-offset{
		margin-top: 40px;
	}
	.small-offset{
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	#wrapper{
		width: 460px;
	}
	.item-title, .item-desc{
		margin-left: 40px;
	}
	.large-offset{
		margin-top: 40px;
	}
	.small-offset{
		margin-top: 20px;
	}
}

.animate0{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 0s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 0s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 0s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate1{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate2{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate3{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .6s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .6s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .6s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .6s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate4{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .8s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .8s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .8s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate5{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.animate6{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.animate7{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.4s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}