.gSShow {
/*	background: #eeffaa; */
	width: 360px;
	position: relative;
	font-family: Tahoma;
	font-size: 12px;
}


.gSShow .gSShowImage {
	position:relative;
/*	border:1px solid red;  */
	padding:0px;

	width: 360px;
	height: 210px;
	height: 230px;
	overflow:hidden;
	border-top:1px solid #000;

}
.gSShow .gSShowImage a.right, .gSShow a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index: 10;
}

.gSShow .gSShowImage a.left {
	left: 0;
	top: 0;
	background: url('/js/jqgabrygaleria/fleche1.png') no-repeat center left;
}


.gSShow .gSShowImage a.right {
	right: 0;
	top: 0;
	background: url('/js/jqgabrygaleria/fleche2.png') no-repeat center right;
}


.gSShow .gSShowImage .text {
/*	border:1px solid red; */
	height: 20px;
	z-index: 11;
	position: absolute;
	top: 100px;
	left: 0px;
	background:#000000;
}
.gSShow .gSShowImage .text .title {
	font-weight: bold;
	color:#ffffff;
	height:16px;
	font-size:13px;
}
.gSShow .gSShowImage .text {
	font-weight: bold;
	color:#ffffff;
	font-size:10px;
}


.gSShow .gSShowThumbs {
	width:360px;
	border: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 0px 3px 0px;
}

.gSShow .gSShowThumbsJS {
	height:83px;
	height:166px;
	height:110px;
	overflow-x: hidden;
	overflow-y: auto;
}
.gSShow .gSShowThumbs div {
	position: relative;
	display:block;
	width:110px;
	height:80px;
	float:left;

/*	border:1px solid #aaaaaa; */

	text-align:center;
/*
	padding:4px;
*/
/*
	line-height:90px;
*/
}

.gSShowThumbs a {
/*	border:1px solid #eeeeee;  */
	padding:0px;
	margin:0px;
	height:80px;
	display:block;
}

.gSShowThumbs a img {
	border:1px solid red;
/*
	vertical-align:middle;
*/
}


.gSShowImage a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
	position:relative;
}

.cl {
	clear:both;
	display:block;
	width:1px;
	height:1px;
	border:0px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

