/*preload classes*/ 
div#nameGalerie{
left:20px;
padding-left:20px;
padding-bottom:10px;
font-size:20px;
font-weight:bold;

}
#mygalone {
	/*width: 700px;
	width: 720px;	
	*/
	left:20px;
	
	overflow-x: hidden;
	overflow-y: hidden;
	max-width:680px;
	z-index:2500;
	/*overflow:hidden;
	display: inherit;*/	
	
	/*-moz-box-shadow:inset 5px 5px 5px 5px #000000;*/
}

.svw ul {
	/*position: absolute;*/
	/*left: -999em;*/
	/*width:700px;*/
	height:auto;
	float:left;
	
	
} /*core classes*/
.stripViewer {

	position: relative;
	/*overflow-x: hidden;
	overflow-y: hidden;*/
	/*border: 5px solid #ff0000;*/
	margin: 0 0 0 0;
	width: 1%;
 	height:auto;
	min-height:500px;
	
	
	
}
.stripViewer ul { /* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
	
}
.stripViewer ul li {

	float:right;
	
}
.stripViewer ul li img {
	/*max-width:700px;
	max-height:600px;*/
	margin:0;padding:0
	
}
.stripTransmitter {
	z-index:999;
	position:relative;
	/*overflow: auto; */
	float:right;
	margin-right:260px;
	top:5px;
	margin-top:5px;
	margin-bottom:5px;
	width:auto;
	/*border: 1px solid #789;*/
	
	
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;	
	margin-left:10px;
	position: relative;
	list-style-type: none;
	float:right;
	
	
	
}
.stripTransmitter ul li {
	width: 20px;
	height:20px;
	float:left;
	
	margin: 0px 3px 3px 0px;
	
	
	
	
}
.stripTransmitter a {
	/*font: bold 10px Verdana, Arial;*/
	/**/
	/*position:absolute;*/
	text-align: center;
	line-height: 15px;
	border-left-width: thin;
	border-left-style: solid;
	/*border-left-color: #FFFFFF;*/
	border-left-color: #000000;
	/*color: #fff;*/
	color: #000000;
	text-decoration: none;
	display: block;
	/*background-image: url(../images/back/transpGris.gif);
	background-repeat: repeat;*/
		/*cursor:pointer;*/
	/**background: #333;*/
	
	
}
.stripTransmitter a:hover, a.current {
	
	color: #33a8da;
/*background: #333;*/
	
} 

/*tooltips formatting*/
.tooltipClick {
	position:relative;
	padding-top:15px;
	right:20px;
	color: #333333;
	text-align:left;
	float:right;
	max-width:220px;
	font-size:12px;
	bottom:15px;
	line-height:10px;
	height:5px;
	font-weight:bold;
	/*font-weight:bold;*/
	/*border: 5px solid #33a8da;
	 -moz-border-radius-topleft:0px;
     -moz-border-radius-topright :20px;
     -moz-border-radius-bottomleft :20px;
     -moz-border-radius-bottomright :0px;*/
}

/*=============================================*/
#thumbnail-container { /* this is the div that contains all the thumbnails in collection/album view */
	top:50px;
	/*margin: 0;
	padding: 0;*/
	position:absolute;
	right:15px;
	*right:0px;
	float:right;
	margin-right:0px;
	min-width:220px;
	height:auto;
	white-space: normal;
	

}
ul.slides { /* this is the overall thumbnail container in collection/album view */	
	
	list-style: none;	


	width:220px;

	/*margin:5;*/
	/*margin-right:10px;*/
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:0px;
	padding:0;
	float:left;
	

	

}





ul.slides li { /* this is the individual thumbnail container in collection/album view */

	display:block;

	width : 60px;

	height : 60px;

	float:left;

}

ul.slides li[float="left"] + li {

float:none;

}

.slides li {

	/*border: 1px solid #000;*/

	margin:0px;
	margin-right:9px;

	padding:0px;

	display:block;

	text-align:center;

	/*background-color: #999999;*/

}

.slides li:hover{

	/*background:#FFF;

	border: 1px solid #000;*/

}

#descriptionGalerie{	

	min-width:220px;
	max-width:220px;
	margin-right:10px;	
	min-height:245px;
	
	padding-right:8px;
	

}

#descriptionGalerie h1{

	display:inline;

	color:#009ee0;

	font-size:20px;	

	line-height:10px;

	margin: 0px;

	padding: 0px;
	
	text-transform:uppercase;
	
	
}

#descriptionGalerie h2{

	display:inline;

	

	color:#009ee0;

	font-size:18px;

	

	line-height:35px;

	margin: 5;

	padding: 5;

}
#descriptionGalerie br{
/*display:none;*/
}
#descriptionGalerie p{
	margin: 0;

	padding: 0;
	/*margin-left:10px;*/
	padding-bottom:50px;
	
}
#descriptionGalerie hr{

line-height:1px;
color:#009ee0;
margin: 0;
padding: 0;
border-color: #009ee0;
border-style: solid;
border-width: 1px;

/*margin-left:10px;*/
}
