/*
	jQuery Homepage Banner Slideshow / Product viewer
 	Copyright (c) 2011 Subramanian 
	codecanyon.net/user/FMedia/
	
	Version: 1.0 
	Release Date: 05 OCT 2011
	
*/
 
.imgSty {
    margin: 0px !important;
    width: 916px !important;
    height: 350px !important;
}
#jq_fmslideshow #fmslideshow { 
	font-size:55px;
	display: inline-block; 
	font-family: parisienne, cursive;
}


#jq_fmslideshow #fmslideshow .textBg{
	opacity:.7;
	filter:alpha(opacity=70);
}

#jq_fmslideshow #fmslideshow a{
	font-family: ColabReg, Tahoma, "Times New Roman";
	display: inline-block;
	text-decoration:none;
	color:#FFF;
}

#jq_fmslideshow #fmslideshow a:link {color:#FFF;}
#jq_fmslideshow #fmslideshow a:visited {color:#FFF;}
#jq_fmslideshow #fmslideshow a:active {color:#FFF;}
#jq_fmslideshow #fmslideshow a:hover { color:#aaa;}

#jq_fmslideshow #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("../fmslideshow_assets/cursors/openhand.png") 8 8,-moz-grab;}
.fm_drag-cursor{*cursor:url(../fmslideshow_assets/cursors/openhand.cur);}
.fm_drag-cursor{cursor:url(fmslideshow_assets/cursors/openhand.cur);}

.fm_draging-cursor{cursor:move;}
.fm_draging-cursor{cursor:url("../fmslideshow_assets/cursors/closedhand.png") 8 8,-moz-grabbing;}
.fm_draging-cursor{*cursor:url(../fmslideshow_assets/cursors/closedhand.cur);}
.fm_draging-cursor{cursor:url(fmslideshow_assets/cursors/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;
}

#jq_fmslideshow .thumb {
	width: 120px;		/* Thumbnail image width */ 
	height: 60px;		/* Thumbnail image height */ 
	padding: 2px;		/* Thumbnail Border size */ 
	margin-right:6px;	/* Thumbnail to Thumbnail Spacing*/ 
}

#jq_fmslideshow .thumb .bg {
	background-color:#B4B4B4;	/* 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(../fmslideshow_assets/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; }
