#css_outerdiv {
	background: #999999;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.css_image {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.css_image img {
	position: absolute;
	/* width: 100% !important;*/
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	height: auto !important;
}

.css_description {
	bottom: 28px;
	font-family: BenchNine;
	height: auto;
	letter-spacing: 0;
	line-height: 27px;
	position: absolute;
	text-align: left;
	display: inline-block;
	z-index: 4;
	text-transform: uppercase;
}
.css_description h1, .css_description h2 {
	padding: 8px 20px;
	display: table;
	max-width: 425px;
	line-height: 1.4;
	clear: both;
}
.css_description h1 {
	font-size: 1.7em !important;
	font-family: "open_sansbold", 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: normal !important;
}
.css_description h2 {
	font-size: 1.3em;
}

.css_description.right {
	right: 0;
}
.css_description.right h2 {
	float: right;
}

.css_description.left {
	left: 0;
}
.css_description.left h2 {
	float: left;
}
.css_description.green h1 {
	background: #01490d;
	color: #FFFFFF;
}
.css_description.green h2 {
	background: #fff;
	color: #2e342f;
}

.css_description.blue h1 {
	background: #0e345b;
	color: #FFFFFF;
}
.css_description.blue h2 {
	background: #fff;
	color: #0e345b;
}

.css_description.center {
	width:100%;
	max-width: auto;
	background: rgb(29,29,29);
	background: rgba(29,29,29,0.8);
	left: 0;
	bottom: 0;
	padding: 10px 40px 10px;
}
.css_description.center h1 {
	background: transparent;
	padding: 0;
	color:#fff!important;
}

.css_description.center p {
	background: transparent;
	padding: 0;
	color: #fff;
	text-transform: none;
	font-family: 'open_sanssemibold'!important;
	line-height: 1.2em!important;
	width: 90%;
	/*text-align: justify;*/
}

.css_thumbs {
	text-align: center;
	background: rgb(11,41,73);
	background: rgba(11,41,73,0.8);
	height: 67px;
	padding: 0 69px;
}

.thumb-video:after {
	content: " ";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/slider-thumb-video-icon.png) no-repeat;
	cursor: pointer;
}
.css_thumbs .thumbs-vertical {
	float: left;
	width: 480px;
	margin: 20px 22px 0 22px;
	height: 20px;
	position: relative;
	z-index: 99;
	white-space: nowrap;
	/* overflow: hidden; */
}

.css_thumbs .thumbs-vertical .thumbs-inner {
	width: 400px;
	margin: 0 auto;
	position: relative;
	top: -6px;
	padding-top: 6px;
	overflow: hidden;
}
.css_thumbs .thumbs-vertical .thumbs-vertical-inner ul {
	margin: 0;
	-webkit-transition: margin-left 0.4s ease-in;
	-moz-transition: margin-left 0.4s ease-in;
	-ms-transition: margin-left 0.4s ease-in;
	-o-transition: margin-left 0.4s ease-in;
	transition: margin-left 0.4s ease-in;
}
.css_thumbs .thumbs-vertical a:after{
	content: "•";
	display: block;
	font-size: 25px;
	margin-top: 5px;
	position: absolute;
	margin-left: 40px;
}
.css_thumbs .thumbs-vertical li {
	padding: 0;
	width: 90px;
	height: 35px;
	margin-top: 0;
	overflow: hidden!important;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.css_thumbs .thumbs-vertical li a:hover{
	color: #fedc18;
}
.css_thumbs .thumbs-vertical li.current a {
	color: #fedc18;
}

.css_thumbs .thumbs-vertical img, .css_thumbs .thumbs-vertical a {
	width: 100% !important;
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
}
.css_thumbs .thumbs-vertical:before{
 	border-bottom:1px solid yellow;
 	height:5px;
 	width:5px;
 }
.css_thumbs .thumbs-vertical img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	filter: gray; /* IE6-9 */
}

.css_thumbs .thumbs-vertical li.current img {
	filter: none;
	-webkit-filter: none;
}

.css_thumbs .btn-slider {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	float: left;
	width: 36px;
	height: 67px;
}

.css_thumbs .btn-slider a {
	position: relative;
}
.css_thumbs .btn-slider i {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
}
.css_thumbs .btn-slider i.arrow-right {
	background: #fff url(../images/slider-next.png) no-repeat center;
}
.css_thumbs .btn-slider i.arrow-left {
	background: #fff url(../images/slider-prev.png) no-repeat center;
}