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

	SlideShow
	v 1.3

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

.refContainer {
	margin: 0 0 4px 0;
	width: 285px;
	float: left;
	padding: 20px;
	height: 304px;
	background-image: url('../images/ref-BG.jpg');
	background-repeat: no-repeat;
}

.refCustomer {
	color: #F6AA41;
	font-size: 15px;
	font-family: 'Trebuchet MS', Arial, Verdana, Tahoma;
	margin: 0px !important;
}

.refLinkage, .refLinkage a {
	margin: 0 0 3px 0;
	color: #949494;
	font-size: 11px;
	font-family: 'Trebuchet MS', Arial, Verdana, Tahoma;
	text-decoration: none;
}

.refLinkage a:hover {
	color: #fff;
}

.slideshowContainer {
	width: 280px;
	height: 200px;
	margin: 0 0 5px 0;
	position: relative;
	top: 13px;
}

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

.slideshowImage {
	outline: none;
}

.slideshowImage img {
	border: 4px solid #FFD79F;
	opacity: 0.75;
	width: 50px;
	height: 40px;
}

a:hover.slideshowImage img {
	border: 4px solid #F6AA41;
	opacity: 1;
}

.current img {
	border: 4px solid #F6AA41;
}

.outline {
	border: 0px solid #ccc;
	z-index: 0;
	position: relative;
}

.thumbnails {
	width: 244px;
	margin: 219px auto 0 20px;
	z-index: 50;
	position: absolute;
}

.thumbnails a {
	text-decoration: none;
	border: none;
}

.thumbnails a:hover {
	background: none !important;
}

/*
.tx-efectoslideshow-pi1 {
	float: left;
	width: 345px;
}
*/

/* IE 6 */
* html .slideshowContainer {
	top: 2px;
	left: 1px;
}
* html .thumbnails {
	margin: 212px auto 0 20px!important;
}

/* IE 7 */
* + html .slideshowContainer {
	top: 2px!important;
	left: 1px;
}
* + html .thumbnails {
	margin: 212px auto 0 20px!important;
}

/* Safari */
body:first-of-type .slideshowContainer { 
	top: 9px;
	left: 1px;
}

/* FireFox */
.slideshowContainer, x:-moz-any-link {top:15px!important;left:1px!important;} .slideshowContainer, x:-moz-any-link, x:default {top:15px!important;left:1px!important;}
.thumbnails, x:-moz-any-link {margin: 212px auto 0 20px!important;} .thumbnails, x:-moz-any-link, x:default {margin: 212px auto 0 20px!important;}

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


