#slider ul li{ 
		
		width:auto;
		height:241px; 
		overflow:hidden; 
		}
		
/*******************************/
.gallery1{ position:relative; width:502px; height:247px; overflow:hidden; margin-right: 0; margin-left: 0; }

.gallery{
	position:absolute;
	left:0;	top:0;
	float:left;
	width:502px;	height:247px;
	overflow:hidden;
}

.gallery fieldset{
	width:502px;	height:247px;
	position:relative;
}

.contentArea .galleryNav{
	position:absolute;
	bottom:0;
	left:0;
	width:388px;
	height:40px;
	padding:10px 97px 0 17px;
	background:url(../../images/shadow.png) repeat-x;
	line-height:17px;
	font-weight: bold;
	overflow:hidden;
	font-size: 13px;
}
.galleryNav span{
	font:normal 13px /13px Arial;
	color:#000000;
	width:380px;
	display:block;
}
.galleryButton{
	width:43px;
	height:10px;
	overflow:hidden;
	position:absolute;
	right:18px;
	bottom:20px;
	z-index:5px;
}
.galleryPrev,.galleryPause,.galleryNext{
	width:7px;
	height:10px;
	//cursor:pointer;
	display:block;
	font-size:10px;
	float:left;
}
.galleryPrev{
	background:url(../../images/previous.gif) no-repeat;
}

.galleryPause{
	background:url(../../images/stop.gif) no-repeat;
	margin-left:8px;
}
.galleryNext{
	background:url(../../images/next.gif) no-repeat;
	margin-left:10px;
}


.galleryPrev:hover{
	background:url(../../images/previous-hover.gif) no-repeat;;
}
.galleryPause:hover{
	background:url(../../images/stop-hover.gif) no-repeat;
}
.galleryNext:hover{
	background:url(../../images/next-hover.gif) no-repeat;

}
/*********************/


