

 .gallygallery  .play
{
	display: none;
}


 .gallygallery .next {
	top: 170px;
	right: 10px;
	position: absolute;
	z-index:100;

}

.gallygallery  .last {
	top: 170px;
	left: 10px;
	position: absolute;
	z-index:100;

}




.gallygallery .container   .dots  {
	position: absolute;
	z-index:100;
	bottom: 10px;
	left:10px;
}
.gallygallery .container   .dots div.dot {
	float:left;
	background: none;
	background: url(../style/round-dot-off.png);	
}
.gallygallery .container   .dots div.dot.selected {
	background: none;
	background: url(../style/round-dot.png);	
}
.gallygallery .container   .dots div.dot:hover {
	background: none;
	background: url(../style/round-dot.png);	
}


.gallygallery .container  .dots div.dot  {
	margin-left:2px;

}
.gallygallery .container .play {
	display:none;
}

.gallygallery .container .last {
	background-image:url(../style/left.png);
	background-repeat:no-repeat-x;
	width:31px;
	height:31px;
	background-position: 0;
}

.gallygallery .container  .next {
	background-image:url(../style/right.png);
	background-repeat:no-repeat-x;
	width:31px;
	height:31px;
	background-position: 0;
}