/**************************************************************

	SlideShow
	v 1.2

**************************************************************/

.slideshow {
	width: 580px;
	height: 368px;
	float: left;
	display: inline;
	margin-left: 20px;
	border: 1px solid #fff;
	text-align: center;
}

.player-controls {
	clear: both;
	width: 580px;
	padding-top: 4px;
	position: relative;
	margin-left: 148px;
	text-align: center;
}



.player-controls .previous {
	position: absolute;
	top: 7px;
	left: 0;
}

.player-controls .next {
	position: absolute;
	top: 7px;
	right: 0;
}


.slide-detail {
	float: right;
	width: 175px;
}


.whats-new .slideshow {
	width: 398px;
}

.whats-new .player-controls {
	width:398px;
	}

/*.loading {
	background: url(images/loading.gif) center no-repeat;
}
*/

.slideshowThumbnail {
	outline: none;
}

.mask {	
/*	position: absolute;
	visibility: visible
	left: 0;
	top: 0;
	display: block;
	width: 45px;
	height: 68px;
	background: url(../../_ui/images/thumbnail_mask.png) repeat; 
	z-index: 90;*/
}

.mask:hover {
	background-image: 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;
*/}


.outline {
	position: absolute;
	z-index: 90;
}

.slideshowThumbnail {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.outline, .slideshowThumbnail:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slideDescription {
	display: none;
}
/*

a {
	color: orange;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}
*/
/*************************************************************/

