/**************************************************************

	SlideShow
	v 1.2

**************************************************************/


.loading {
	background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 5px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 5px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outlinebg {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

div#slideshow img {
border:none;
}

div#thumbMenu {
}
table.imago_currentThumbTable {
}

/*
#thumbnails {
	width:75px;
}

a {
	color: orange;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}
*/
/*************************************************************/

/* START Style Gallery */

.content_table {}

.content_table img{
vertical-align:middle;
}

/* Slide show Style */



a.imago_navPrev {
	cursor: pointer;
	padding-left:70%;
}

* html a.imago_navPrev {
	padding-left:110px;
}

a.imago_navNext {
	cursor: pointer;
}


.title_styles1 {
color:#ff6600;
text-align:left;
font-size:12px;
font-weight:bold;
padding:0 0 0 20px;
}

.descr_styles2 {
color:#FFF;
text-align:left;
font-size:12px;
padding:0 0 0 20px;
}