/* BIG CONTENT SLIDER */

#expo_slider {
	width: 1200px;
	height: 450px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

#view_window {
	width: 1200px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1002;
	position: relative;
}

#expo_slider .slides {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#expo_slider .slide {
	list-style: none;
	float: left;
	width: 1200px;
	height: 450px;
	overflow: hidden;
	margin: 0;
	position: relative;
}

#expo_slider .info_block {
	position: absolute;
	bottom: 0;
	min-height: 10%; 
	background: rgba(0,0,0,.8);
	color: #fff;
	width: 96%;
	padding: 2% 2%; 
}

#expo_slider .info_block h3 {
	margin: 0;
	margin-bottom: 10px;
}

#expo_slider .info_block p {
	margin: 0;
}

/* NAV ARROWS */

.expo_arrow {
	font-size: 100px;
	height: 61px;
	line-height: 45px;
	text-align: center;
	width: 61px;
	font-family: "Verdana";
	color: #c0c0c0;
	cursor: pointer;
	position: absolute;
	top: 225px;
	margin-top: -30px;
	z-index: 1003;


	-webkit-user-select: none;        
	-moz-user-select: none;
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
}

.expo_arrow:hover {
	color: #000;
}

.expo_arrow.left {
	left: 0px;
	text-indent: -10px;
}
.expo_arrow.right {
	right: 0px;
	text-indent: 10px;
}



/* THUMBNAILS */

.thumbs {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.thumb img {
	width: 100%;
}

.thumb {
	float: left;
	list-style: none;
	position: relative;
	overflow: hidden;
	margin-right: 5px;
	cursor: pointer;
}
.thumb.last {
	margin-right: 0;
}

.thumb .info_block {
	position: absolute;
	width: 100%;
	height: 30%;
	line-height: 180%;
	background: rgba(0,0,0,.8);
	color: #fff;
	bottom: 0;
	text-align: center;
}

.thumb .title {
	font-size: 15px;
}

.thumb .desc {
	display: none;
}