
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
float:left; 
width:593px;
height:265px;
margin:0px;
padding:5px 0px 0px 0px;
}

.slideshowContainer02 
{
float:left;
width:741px; /* old value 961px */
height:263px; /* old value 274px */
position:absolute;
left:0px;
top:0px;
margin:0px;
z-index:1000;
padding:5px 0px 0px 0px;
margin-left:2px;
}

.slideshowContainer03 {
float:left;
width:741px; /* old value 961px */
height:263px; /* old value 274px */
position:absolute;
left:0px;
top:0px;
margin:0px;
z-index:1000;
padding:5px 0px 0px 0px;
margin-left:2px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 0px solid white;
}

a:hover.slideshowThumbnail img {
	border: 0px solid #ccc;
}

.current img {
	border: 1px solid lightgreen;
		/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.outline {
	border: 0px solid #000000;
	z-index: 0;
	position: absolute;
	/* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
  background:#ad8c49;
}


.outline02 {
	border: 0px solid #000000;
	z-index: 0;
	position: absolute;
	/* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
}

#thumbnails {
float:left;
width:314px;
height:265px;
margin:0px;
text-align:right;
margin-top:-2px;

}


#thumbnails_backup {
float:left;
width:144px;
padding-left:170px;
padding-top:237px;
height:28px;
margin:0px;
text-align:right;
background:url(../images/usgreen.jpg) left top no-repeat;
}


#IMAGE_THUMB{
	 width:144px;
	 position:absolute;
	 height:28px;
	 left:170px;
	 top:380px;
	 text-align:right;
	 z-index:5000px;

}


#thumbnails02 {
float:left;
width:961px;
height:274px;
margin:0px;
text-align:left;
}

#thumbnails03 {
float:left;
width:961px;
height:433px;
margin:0px;
text-align:left;
}

#container{
float:left;
width:100%;
height:265px;
margin:0px;
padding:0px;
}

#container02{
float:left;
width:961px; 
height:274px;
margin:0px;
padding:0px;
}

#container03{
float:left;
width:961px; 
height:274px;
margin:0px;
padding:0px;
}

#example{
float:left;
width:100%;
height:auto;
}


#example02{
float:left;
width:741px; 
height:263px;
padding:5px 0px 0px 0px;
overflow:hidden;
}

#example03{
float:left;
width:961px;
height:433px;
overflow:hidden;
}
/*************************************************************/

