#jq_fmslideshow { position:relative; visibility:hidden; /*overflow:hidden;*/ }
#jq_fmslideshow #fmslideshow .txtLarge { text-shadow: 0px 1px 0px #000000; font-size:24px; color:#ffffff; display:inline-block; padding-bottom:10px; }
#jq_fmslideshow #fmslideshow .txtMedium { text-shadow: 0px 1px 0px #000000; font-size:20px; color:#ffffff; display:inline-block; padding-bottom:10px; }
#jq_fmslideshow #fmslideshow .txtNormal { text-shadow:none; font-weight:400; font-size:14px; line-height:20px; color:#4a4a4a; display:inline-block; padding:60px; }
#jq_fmslideshow #fmslideshow .txtExNormal { text-shadow:none; font-weight:normal; font-size:14px; line-height:20px; color:#4a4a4a; display:inline-block; padding:10px; }
#jq_fmslideshow #fmslideshow .txtExNormal a { font-size:14px; font-style:normal; font-weight:normal; padding:10px 0px 0px; }
#jq_fmslideshow #fmslideshow .txtSmall { text-shadow:none; font-weight:400; font-size:14px; color:#4a4a4a; display:inline-block; padding:10px; }
#jq_fmslideshow #fmslideshow .textBg { opacity:.7; filter:alpha(opacity=70); }
#jq_fmslideshow #fmslideshow a { display:inline-block; text-decoration:none; }
#jq_fmslideshow #fmslideshow a:hover { color:#000000; }

#fmslideshow > div > div > div > div { background-position:center center; }

#jq_fmslideshow .buttonText{font-family:ColabReg,Arial,"Times New Roman"; 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/fmslideshow/cursors/openhand.png") 8 8,-moz-grab}
.fm_drag-cursor{*cursor:url(../images/fmslideshow/cursors/openhand.cur)}
.fm_drag-cursor{cursor:url(../images/fmslideshow/cursors/openhand.cur)}

.fm_draging-cursor{cursor:move}
.fm_draging-cursor{cursor:url("../images/fmslideshow/cursors/closedhand.png") 8 8,-moz-grabbing}
.fm_draging-cursor{*cursor:url(../images/fmslideshow/cursors/closedhand.cur)}
.fm_draging-cursor{cursor:url(../images/fmslideshow/cursors/closedhand.cur)}
 
#jq_fmslideshow .thumb-Holder{width:100%;  -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none}
#jq_fmslideshow .thumb{width:120px;  height:60px;  padding:2px;  margin-right:6px}
#jq_fmslideshow .thumb .bg{background-color:#B4B4B4}
#jq_fmslideshow .thumb-normal{background-color:#fff}
#jq_fmslideshow .thumb-over{background-color:#000}
#jq_fmslideshow .thumb .tint-normal{background-image:none; !important  }
#jq_fmslideshow .thumb .tint-over{background-image:url(../images/fmslideshow/thumb_over.png);  background-position:center}
#jq_fmslideshow .thumb-next-previous-normal{opacity:1; !important filter:alpha(opacity=100); !important}
#jq_fmslideshow .thumb-next-previous-over{opacity:.5; !important filter:alpha(opacity=50); !important}
#jq_fmslideshow{-webkit-tap-highlight-color:rgba(0,0,0,0)}
#jq_fmslideshow .nonDraggable{cursor:auto}


/*----*****---- << Responsive >> ----*****----*/

	/*----*****---- << Mobile >> ----*****----*/	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#jq_fmslideshow #fmslideshow .txtLarge { font-size:18px; }
		#jq_fmslideshow #fmslideshow .txtMedium { font-size:16px; }
		#jq_fmslideshow #fmslideshow .txtNormal { font-size:14px; }
		#jq_fmslideshow #fmslideshow .txtExNormal { font-size:12px; }
	}
	
	/*----*****---- << Mobile >> ----*****----*/	

	/* Crappy Android portrait Size (devices and browsers) */
	@media only screen and (max-width:320px) {
		#jq_fmslideshow #fmslideshow .txtLarge { font-size:18px; }
		#jq_fmslideshow #fmslideshow .txtMedium { font-size:16px; }
		#jq_fmslideshow #fmslideshow .txtNormal { font-size:14px; }
		#jq_fmslideshow #fmslideshow .txtExNormal { font-size:12px; }
	}
