.gallery {
	height:1%;
	overflow:hidden;
	padding:0 0 0 0px;
	margin:0px 0 10px;
}
.gallery  #carusel {
	height:1%;
	overflow:hidden;
	position:relative;
	width:910px;
	background:#FFFFFF; /*background:#C2C3C6;*/
	padding:1px 0;
}
.gallery  #carusel div {
	width:854px;
	padding:0;
	margin:0 0 0 29px;
	position:relative;
	overflow:hidden;
}
.gallery  #carusel ul {
	position:relative;
	padding:0;
	margin:0;
	width:99999px;
	list-style:none;
}
.gallery  #carusel ul li {
	float:left;
	padding:0;
	width:854px;
}
.gallery #carusel ul li img {
	display:block;
	margin:0;
	border-style:none;
	text-decoration:none;
}
.gallery  #carusel  a.prev,
.gallery  #carusel  a.next {
	width:14px;
	height:42px;
	top:160px;
	position:absolute;
	text-indent:-99999px;
	overflow:hidden;	
	background:url(/images/prev-btn2.gif) no-repeat;
	border:none;
}
.gallery  #carusel  a.prev {left:7px;}
.gallery  #carusel  a.next {
	right:7px;
	background:url(/images/next-btn2.gif) no-repeat;
}


