#slider-container {
	width:940px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
	display: block;
	margin: 0 auto 0 auto;
}
#frame {
	position:absolute;
	z-index:0;
	width:940px;
	height:333px;
	top:-3px;
	left:-80px;
}
#product-slides {
	width:940px;
	height:333px;
	position:relative;
}
/*
	Slideshow style
*/

#slides {
	position:absolute;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:940px;
	height:333px;
	overflow:hidden;
	position:relative;
	display:block;
}
/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:940px;
	height:333px;
	display:block;
}
/*
	Next/prev buttons
*/
#slides .prev {
	width:33px;
	height:50px;
	position:absolute;
	left: 3px;
	top: 130px;
	z-index: 101;
	background:url(../img/arrow-prev.png) no-repeat top left;
}
#slides .prev:hover {
	background-position:center;
}
#slides .prev:active {
	background-position:bottom;
}
#slides .next {
	width:33px;
	height:50px;
	position:absolute;
	left: 905px !important;
	top: 130px;
	z-index: 101;
	background:url(../img/arrow-next.png) no-repeat top left;
}
#slides .next:hover {
	background-position:center;
}
#slides .next:active {
	background-position:bottom;
}
#slides .next {
	left:900px;
}
/*
	Pagination
*/

.pagination {
	width: 100px;
	position: absolute;
	top: 309px;
	left: 820px;
	z-index:99;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:20px;
	height:0px;
	background:url(../img/slider-radio.png) no-repeat;
	background-position:0 0;
	float:left;
	overflow:hidden;
	padding-top: 20px;
}
.pagination li a:hover {
	background:url(../img/slider-radio-hover.png) no-repeat;
	background-position:0 0;
}
.pagination li.current a {
	background:url(../img/slider-radio-active.png) no-repeat;
}

/*#slides h1 {
	font-size:2em;
}
#slides p {
	font-size:1.3em;
}
#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}*/
/* Additional */

.slider-bar ul {
	float:right
}
.slider-bar ul li {
	float:left
}
.slides_control {
	position:absolute
}
.slider-more {
	width:100%;
	height:30px;
	clear:both;
	background-color: #252525;
}
.slider-more a {
	font-size:12px;
	color:#fff;
	display:block;
	cursor:pointer;
	padding-top: 5px;
	text-align: center;
}
.slider-bar {
	width:940px;
	height:28px;
	color:#fff;
	font-size:16px;
	padding-left:10px;
	padding-top:2px;
	padding-right: 10px;
	margin-bottom: 4px;
	text-align: center;
	background-color: #d01e04;
	background-repeat: no-repeat;
	background-position: right 0;
}
.hp-image-holder {
	width:940px;
	height:334px;
}
#hp-banner-01 {
	background:url(../img/banner-images/hp-banner-01.jpg) no-repeat;
}
#hp-banner-02 {
	background:url(../img/banner-images/hp-banner-02.jpg) no-repeat;
}
#hp-banner-03 {
	background:url(../img/banner-images/hp-banner-03.jpg) no-repeat;
}
#hp-banner-04 {
	background:url(../img/banner-images/hp-banner-04.jpg) no-repeat;
}
.intro-vid {
	width:600px;
	height:333px;
	float:left;
	background-color:#000;
}
.intro-vid-side {
	width:340px;
	height:333px;
	float:right;
	background:url(../img/banner-images/video-side.jpg) no-repeat;
}
#vid-banner-01 {
	background:url(../img/video-images/video-image-01.jpg) no-repeat;
}
#vid-banner-02 {
	background:url(../img/video-images/video-image-02.jpg) no-repeat;
}
#vid-banner-03 {
	background:url(../img/video-images/video-image-03.jpg) no-repeat;
}