img{
	border:none;
}
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
#container{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:651px;
	margin-bottom:2em;
}	
#content{
	position:relative;
}			
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{
	width:651px;
	height:246px;
	overflow:hidden;
}	
#prevBtn, #nextBtn{
	display:block;
	width:40px;
	height:246px;
	position:absolute;
	left:-40px;
	top:0px;
}	
#nextBtn{
	left:651px;
}														
#prevBtn a, #nextBtn a{
	display:block;
	width:40px;
	height:246px;
	background-image: url(../images/btn_prev_glos.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}	
#nextBtn a{
	background-image: url(../images/btn_next_glos.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}												



