@charset "utf-8";

html {
	min-width: 1000px;
}

#full-slider-wrapper {
    overflow: hidden;
}

#full-slider {
	position: relative;
	width: 100%;
	height: 303px;
	margin: 0 auto;
}

#full-slider .slide-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 303px;
	visibility: hidden;
}

#full-slider .slide-panel.active {
    visibility: visible;
}

#full-slider-nav {
	position: absolute;
	top: 14px;
	right: 0;
	z-index: 5;
}

#full-slider-nav-left, #full-slider-nav-right {
    display: inline-block;
    height: 0;
    width: 0;
    margin-left: 15px;
    border: 20px solid transparent;
    cursor: pointer;
}

#full-slider-nav-left {
	border-right-color: #CCCCCC;
}

#full-slider-nav-left:hover {
	border-right-color: #ECECEC;
}

#full-slider-nav-right {
	border-left-color: #CCCCCC;
}

#full-slider-nav-right:hover {
	border-left-color: #ECECEC;
}

/* styles below are only for this example */

#full-slider .slide-panel {
	background-color: #FFF;
}
