#container {
	width:100%;
	position:absolute;
	z-index:2;
	
}


#products_example {
	background-color:transparent;
	background-position:center;
	width:100% ;
	height:282px;
	position: absolute;
	z-index:2;
}

#products {
	background-color:transparent;
	width:100%;
	background-position:center;
	z-index:2;
}

#products .slides_container {
	width:759px;
	height:329px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-color:transparent;
	display:none;
	z-index:2;
	top:-160px;
	left:95px;
}


.slides_container a {
	width:366px;
	height:274px;
	z-index:2;
}

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

#products .prev {
	background-image:url(../images/characters/caa_prev_hover_btn.png);
	background-repeat:no-repeat;
	width:46px;
	height:41px;
	z-index:2;
	left:25px;
}


#products .next {
	left:880px;
	background-image:url(../images/characters/caa_next_hover_btn.png);
	background-repeat:no-repeat;
	width:46px;
	height:41px;
	z-index:2;
}


#products .pagination{
	background-color:transparent;
	height:100px;
	width:900px;
	z-index:2;
}

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

#products .pagination li a {
	width:55px;
	height:41px;
	margin:1px;
	float:left;
	z-index:2;
}

#products .pagination li.current a {
	margin:0;
	z-index:2;
}


a:link,a:visited {
	text-decoration:none;
	z-index:2;
}

a:hover,a:active {
	text-decoration:none;
	z-index:2;
}

#lotchar{
	display:inline;
	position:absolute;
	z-index:3;
	left:30px;
	background-color:transparent;
	background-position:center;
	top:80px;
	float:left;
}

