/*
    jQuery Slideshow
    
	
*/
 


#jq_fmslideshow {
	left: 0px;
	position: absolute;
	top: 117px;
	width: 100%;
	z-index: 0;

}


#jq_fmslideshow #fmslideshow .txtLarge{
	font-size:18px; 
	color:#FFF; 
	display: inline-block; 
	padding-left:12px; 
	padding-right:0px;
	padding-top:0px; 
	padding-bottom:4px;
	font-weight: 30;
}
#jq_fmslideshow #fmslideshow .txtExLarge{
	font-size:22px;
	color:#FFF; 
	t//ext-shadow: 0.1em 0.4em 0.06em #ccc;
	display: inline-block; 
	padding-left:0px; 
	padding-right:0px;
	padding-top:0px; 
	padding-bottom:4px;
	font-weight: 40;
	text-align:center;
}

#jq_fmslideshow #fmslideshow .txtMedium{ 
	font-size:14px; 
	color:#FFF;
	display: inline-block;
	line-height:20px; 
	padding-top:3px; 
	padding-bottom:3px; 
	padding-left:9px; 
	padding-right:9px;
}

#jq_fmslideshow #fmslideshow .txtMedium2{ 
	font-family: 'Open Sans', sans-serif;
	font-size:13px; 
	color:#FFF;
	display: inline-block; 
	padding:5px; 
	padding-left:7px; 
	padding-right:0px;
	background-color:
	
}
	
#jq_fmslideshow #fmslideshow .txtExMedium{ 
	font-size:13px; 
	color:#000;
	display: inline-block; 
	padding-top:5px; 
	padding-left:8px; 
	padding-right:5px; 
	padding-bottom:7px;
}

#jq_fmslideshow #fmslideshow .txtExMedium{
	font-size:13px; 
	color:#000;
	display: inline-block; 
	padding-top:5px; 
	padding-left:8px; 
	padding-right:5px; 
	padding-bottom:7px;
}

#jq_fmslideshow #fmslideshow .txtNormal{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#000;
	display: inline-block;
	padding:5px;
}

#jq_fmslideshow #fmslideshow .txtExNormal{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
	display: inline-block;
	padding:5px;
}

#jq_fmslideshow #fmslideshow .txtSmall{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:14px;
	color:#000;
	display: inline-block; 
	padding:5px;
}

#jq_fmslideshow #fmslideshow .textBg{
	opacity:.7;
	filter:alpha(opacity=70);
}

#jq_fmslideshow #fmslideshow a{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	text-decoration:none;
	color:#FFF;
	padding-left: 8px;
    padding-right: 8px;
}

#jq_fmslideshow #fmslideshow a:link, #jq_fmslideshow #fmslideshow a:visited, #jq_fmslideshow #fmslideshow a:active {
	padding:10px;
	color:#fff;
	background: #998C7C; /* old browsers */
	background: -moz-linear-gradient(top, #666 0%, #999 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#999)); 
	border:0;
	font-size:14px;
	letter-spacing:-1px;
	border:0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
    padding:4px 5px;
	margin-top: 8px;
	}


#jq_fmslideshow #fmslideshow a:hover {
	background: #D9C6AF; /* old browsers */
	background: -moz-linear-gradient(top, #999 0%, #666 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#999)); 

	}
	

#jq_fmslideshow #fmslideshow .divStyle{
	font-family: 'Open Sans', sans-serif;
}

#jq_fmslideshow #fmslideshow .buttonText{
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	line-height:12px;
	color:#000;
	display: inline-block;
	vertical-align:middle;
	text-align:center;
}

.fm_drag-cursor{cursor:move;}
.fm_drag-cursor{cursor:url("/images/openhand.png") 8 8,-moz-grab;}
.fm_drag-cursor{*cursor:url(images/openhand.cur);}
.fm_drag-cursor{cursor:url(images/openhand.cur);}

.fm_draging-cursor{cursor:move;}
.fm_draging-cursor{cursor:url("/images/closedhand.png") 8 8,-moz-grabbing;}
.fm_draging-cursor{*cursor:url(images/closedhand.cur);}
.fm_draging-cursor{cursor:url(images/closedhand.cur);}

#jq_fmslideshow {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	}


/* Thumbnails Hodler style */ 

#jq_fmslideshow .thumb-Holder {
	
	width:100%; /* You can change the width of the thumbnails viewable area */ 
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-left: auto;
    margin-right: auto;
    top: 400px;
    width: 966px;
	position: relative !important;
	left: 0 !important;


}

#jq_fmslideshow .thumb {
	width: 138px;		/* Thumbnail image width */ 
	height: 60px;		/* Thumbnail image height */ 
	padding: 0px;		/* Thumbnail Border size */ 
	margin-right:0px;   /* Thumbnail to Thumbnail Spacing*/ 
	margin-left:0px;
}

#jq_fmslideshow .thumb .bg {
	background-color:#FFFFFF;	/* Thumbnail background color */ 
}


#jq_fmslideshow .thumb-normal {
	background-color:#fff; /* Thumbnail Border color on normal state */ 
}

#jq_fmslideshow .thumb-over {
	background-color:#000;	/* Thumbnail Border color on mouse over state */ 
}

#jq_fmslideshow .thumb .tint-normal {
	background-image:none; !important /* Selected  Thumbnail tint background image on normal state */ 
}

#jq_fmslideshow .thumb .tint-over {
	background-image:url(thumb_over.png); /* Selected  Thumbnail tint background image on mouse over state*/ 
	background-position:center;

}

#jq_fmslideshow .thumb-next-previous-normal {
	opacity:1; !important					/* Next Previous button opacity on Normal state*/ 
	filter:alpha(opacity=100); !important
}

#jq_fmslideshow .thumb-next-previous-over {
	opacity:.5; !important					/* Next Previous button opacity on mouse over state*/ 
	filter:alpha(opacity=50); !important
}

#jq_fmslideshow {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	}

#jq_fmslideshow .nonDraggable { cursor: auto; }
