

/*
	Page style
*/
body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	position:relative;
}

#box_container {
	width:900px;
	padding:10px 10px 0 10px;
	margin:27px auto 0;
	position:relative;
	z-index:0;
}

#products_example {
	width:920px;
	height:520px;
	position:relative;
}

/*
	Slideshow
*/

#products {
	margin-left:28px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:810px;
	overflow:hidden;
	float:left;
	position:relative;
	border:15px solid #000;
	display:none;
	background-color:#c6c6c9;
	/*background: url(../img/30per.png) repeat;
	padding: 20px;*/
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container .slide {
	width:810px;
	height:370px;
	display:block;
}

.slides_container .slidebody {
	float: left;
	margin: 70px 0 0 490px;
	width: 300px;
	z-index: 200;
}

.slides_container .slidebody h1 {
	font-size: 30px;
	color: #cc0f18;
}

.slides_container .slidebody h2 {
	font-family: "HelvNBC";
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin: 35px 0 0;
}

.slides_container .slidebody h3 {
	font-family: "HelvNBC";
	font-size: 20px;
	font-weight: 400;
	color: #000;
}

.slides_container .slidebody h4 {
	font-family: "HelvNMC";
	font-size: 14px;
	font-weight: 400;
	color: #181818;
	margin: 0px 0 10px;
	padding: 2px;
}

.slides_container .slidebody p {
	font-size: 12px;
	line-height: 140%;
	color: #343434;
	text-transform: lowercase;
	margin: 10px 0 0 5px;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:180px;
	left:0;
	width:21px;
	height:0px;
	padding-top:43px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../img/products/arrow-prev.png);
	left: 7px;
}

#products .next {
	left:865px;
	background:url(../img/products/arrow-next.png);
}

/*
	Pagination
*/

#products .pagination {
	background:#000;
	width:820px;
	padding:0px 10px 24px ;
	float:left;
	margin-left:0px;
	overflow:hidden;
}

#products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}

#products .pagination li a {
	display:inline;
	width:107px;
	height:90px;
	margin:1px;
	float:left;
	background:#f9f9f9;
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);					
}

#products .pagination li a:hover {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#products .pagination li.current a {
	border:1px solid #7f7f7f;
	margin:0;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#products .pagination li.current {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}


/*
	Anchors
*/

a:link,a:visited {
	color:#cc0f18;
	text-decoration:none;
}

a:hover, a:active{
	color:#fff;
	text-decoration:none;
}

.slide .link_more a {
	font:12px Helvetica, Arial, verdana, sans-serif;
	color: #cc0f18;
	margin: 10px;
	position: absolute;
	bottom: 10px;
}

.slide .link_more a:hover {
	color: #fff;
}
