#container_hm {
	width:940px;
	padding:0px;
	height:348px;
	margin:0 auto;
	position:relative;
	z-index:0;
	float: left;
}

#products_hm_example {
	width:940px;
	height:348px;
	position:relative;
}

/*
	Slideshow
*/

#products_hm_hm {
	margin-left:0px;
}

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

#products_hm .slides_container {
	width:940px;
	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:940px;
	height:348px;
	display:block;
}

/*
	Next/prev buttons
*/

#products_hm .next{

	background:url(../images/arrow-next.html);
display: block;
    height: 3px;
    right: 35px;
    overflow: hidden;
    padding-top: 21px;
    position: absolute;
    top: 8px;
    width: 25px;
    z-index: 101;
}
#products_hm .prev {
	background:url(../images/arrow-prev.html);
display: block;
    height: 3px;
    right: 66px;
    overflow: hidden;
    padding-top: 21px;
    position: absolute;
    top: 8px;
    width: 25px;
    z-index: 101;
}







/*
	Pagination
*/

#products_hm .pagination_hm {
	
 bottom: 0;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 500;
	display:none!important;
	
	
}

#products_hm .pagination_hm li {
	  background-image: url("../images/banner_thump_bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 26px;
    margin: 0;
    padding: 1px 0 0 1px;
    width: 58px;
}

#products_hm .pagination_hm li a {
	display:block;
	width:52px;
	height:23px;
	margin:1px;
	float:left;
	}

#products_hm .pagination_hm li.current a {
	border:1px solid #7f7f7f;
	margin:0;
}
#products_hm .imge{
float:left;
-moz-border-radius:10px 10px 0px 0px!important;
	-webkit-border-radius:10px 10px 0px 0px!important;
	}
/*
