
        
       

/**************************************************************
	SlideShow
**************************************************************/

        #Products
        {
            text-align: center;
        }
        
.slideshowContainer {
	border: 1px solid #ccc;
	width: 680px;
	height: 300px;
	margin-bottom: 5px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
	text-align:left;
}


        
#thumbnailsControl
{
            text-align:right; margin:0px; padding-right:10px; 
            position:absolute;
            top: -104px;
            left: 595px;
            width: 84px;
            height: 15px;
            padding:0px;
            color: #607293;
            font-size:12px;
}
            
            
#thumbnailsControl   a {
	color: #607293;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size:12px;
}

#thumbnailsControl a:hover {
	color: #354158;
}

/*************************************************************/

          