/* icon gallery a scorrimento */

.mypgcontainer{
	width:833px;
	height:auto;
	margin:0px 0px 0px -7px;
	padding:10px;
	overflow:hidden;
}

.photogallery{
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:776px;
	height:auto;
	overflow:hidden;
	background-color:#ffffff;
}

.js{
	float:left;
	display:inline;
	height:106px;
	margin:0px 8px 0px 8px;
	padding:0;
}

.js div{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	height:auto;
} 


.photogallery ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:auto;
}

.photogallery a{
	float:left;
	padding:0px 0px;
}

.photogallery a.currentIcon{
	background:url(../img/chrome/photogallery/currentIcoBG_83x79.gif) no-repeat center center;
}

.photogallery a img{   
	margin:0;
}

.photogallery li,
.photogallery li img{
	float :left;
	display:inline;
}

.prevlink, .nextlink{
	float:left;
	width:20px;
	height:105px;
	margin:0;
	padding:0;
	font-size:0;
	text-indent:-9999em;

	background-position:center;
	background-repeat:no-repeat;
	border:none;
	outline:none;
	-moz-outline:none;
}

.prevlink{
	background:url(../img/0.gif) left top repeat;
}

.nextlink{
	background:url(../img/0.gif) left top repeat;
}
