/* 
	Resets defualt browser settings
	reset.css
*/

#tmb_gallery {
	width:950px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:950px;
	height:335px;
	position:relative;
}


#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

#slides .next,#slides .prev {
	position:absolute;
	top:135px;
	left:-17px;
	width:34px;
	height:33px;
	display:block;
	z-index:101;
}

.slides_container {
	width:950px;
	height:335px;
	overflow:hidden;
	position:relative;
}

#slides .next {
	left:934px;
}


.pagination li a {
	display:none;
}

.pagination li.current a {
	background-position:0 -12px;
}



#products_example {
	width:924px;
	height:420px;
	position:relative;
}

#products {
	margin-left:0px;
}

#products .next,#products .prev {
	position:absolute;
	top:195px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
/*#products .prev {
	left:-26px;
	background:url(../cmn_img/arrow-prev.png);
}

#products .next {
	left:606px;
	background:url(../cmn_img/arrow-next.png);
}*/

#products .slides_container {
	width:600px;
	height:420px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
}

#products .pagination {
	background:#333;
	width:280px;
	padding:5px 5px;
	float:left;
	margin-left:30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagination li {
	float:left;
	margin:2px 4px;
	width: 130px;
}

#products .pagination li a {
	display:block;
	width:130px;
	margin:1px;
	float:left;
	background:#f9f9f9;
}

#products .pagination li.current a {
	border:1px solid #ffffff;
	margin:0;
}





#products02 {
	margin-left:0px;
}

#products02 .next,#products .prev {
	position:absolute;
	top:195px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
/*#products02 .prev {
	left:-26px;
	background:url(../cmn_img/arrow-prev.png);
}

#products02 .next {
	left:606px;
	background:url(../cmn_img/arrow-next.png);
}*/

#products02 .slides_container {
	width:600px;
	height:420px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
}

#products02 .pagination {
	background:#333;
	width:280px;
	padding:5px 5px;
	float:left;
	margin-left:30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products02 .pagination li {
	float:left;
	margin:2px 4px;
	width: 130px;
}

#products02 .pagination li a {
	display:block;
	width:130px;
	margin:1px;
	float:left;
	background:#f9f9f9;
}

#products02 .pagination li.current a {
	border:1px solid #ffffff;
	margin:0;
}
