
#products_example {
	width:960px;
	height:100px;
	position:relative;
}

/*
	Slideshow
*/

#products {
	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:960px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
}

/*
	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 a {
	width:960px;
	height:60px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:114px;
	left:0;
	width:30px;
	height:30px;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
	text-indent: -9999px;
}

#products .prev {
	background:url(../images/img/cru_left.png);
	background-repeat:no-repeat;
}

#products .next {
	left:920px;
	background:url(../images/img/cru_right.png);
	background-repeat:no-repeat;
}

/*
	Pagination
*/



#products .pagination {
	width:880px;
	float:left;
	margin-left:60px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagination li {
	float:left;
	width:130px;
	height:82px;
	margin-left:22px;
	margin-right:22px;
	list-style:none;
}

.italicfont{
	font-style: italic;
}

.bold_color_content{font-size: 16px;
line-height: 24px;
color: #959ea7;
text-align:center;}
.bold_color{font-weight:600; color:#959ea7;}



#products .pagination li a{opacity:0.2;}
#products .pagination li.current a {
	opacity:1.0;
}