/*Estilo geral carousel */
.mainGallery {
	background:#fff;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:1100px;
	margin:0 auto
}
.mainGallery h2 {
	font-size:20px;
	color:#fff;
	margin:0;
	padding:3px 0
}
.mainGallery h5 {
	font-size:11px;
	color:#000;
	margin:0;
	padding:3px 0 0;
	font-weight:normal
}
.mainGallery .left, .mainGallery .right {
	width:50px;
	padding:5px;
}
.mainGallery .imgCaption {
	float:right;
	font-size:14px;
	width:340px;
	color:#a5a2a2;
	padding-top:15px;
	padding-left:10px
}
.mainGallery .imgImage {
	float:left;
	width:550px;
}
.mainGallery .middleContent {
	padding:30px 0
}
.mainGallery .borderLR {
	border-left:1px none #333;
	border-right:1px none #333;
}
.mainGallery .message {
	display:block
}
.message {
	display:none
}
.mainGallery .nextPreviousBig {
	position:relative;
	height:41px;
	width:33px;
	background:url(/fd/src/view/site/public/carousel/images/slideshow-arrow-big.gif) no-repeat;
	text-indent:-999999px;
}
.mainGallery .nextBig {
	background-position:-33px 0;
	float:right
}
.mainGallery .previousBig {
	background-position:0 0;
	float:left;
}
.mainGallery .disableBigP {
	background-position:0 -41px !important;
	float:left;
	cursor:default
}
.mainGallery .disableBigN {
	background-position:-33px -41px !important;
	float:right;
	cursor:default
}
.mainGallery .nextPrevious {
	position:relative;
	height:41px;
	width:33px;
	background:url(/fd/src/view/site/public/carousel/images/slideshow-arrow-gray.gif) no-repeat;
	text-indent:-999999px;
}
.mainGallery .next {
	background-position:-33px 0;
	float:right;
}
.mainGallery .previous {
	background-position:0 0;
	float:left;
	left:10px
}
.mainGallery .disableP {
	background-position:0 -41px !important;
	float:left;
	cursor:default
}
.mainGallery .disableN {
	background-position:-33px -41px !important;
	float:right;
	cursor:default
}
.mainGallery .footer {
	background:#FFC;
}
.mainGallery .gallerythumb {
	list-style:none;
	list-style-type:none;
	float:left;
	padding:0;
	margin:0
}
.mainGallery li {
	display:inline;
	margin-right:15px;
	text-align:center;
	float:left;
	position:relative
}
.mainGallery li img {
	margin-bottom:-3px;
	border:1px solid #4a4949;
}
.mainGallery li.active img {
	margin-bottom:-3px;
	border:2px solid #000;
}
:focus {
	border:none;
	outline:none
}
.clear {
	clear:both
}
/**** override ********/
.mainGallery .imgImage {
	text-align:center;
}
.mstoplinks{padding:3px; border-bottom:2px solid #c3c3c3;}
.mstoplinks a, .mstoplinks a:visited{color:#003366; text-decoration:none; border-right:1px solid #c3c3c3; padding:0 10px}
.mstoplinks a.active, .mstoplinks a.active:visited{color:#003366; text-decoration:none; border-right:1px solid #c3c3c3; padding:0 10px;border-bottom:1px solid #c3c3c3; border-left:1px solid #c3c3c3; }
.version{font-size:12px; color:#EE3C95;}

/*fim*/


.mscarousel {overflow:hidden}
.mscarousel img{border:0}
.mscarousel .child{position:relative;}
.mscarousel .child .set, .mscarousel .set{float:left; position:relative;}
.mscarousel .child .set .message, .mscarousel .set .message{/*position:absolute; top:0; left:0; background-color:#333333; color:#fff; display:none;*/}
.mscarousel .child .clear{clear:both}
.hand{cursor:pointer}