/*
	jQuery Homepage Banner Slideshow / Product viewer
 	Copyright (c) 2011 Subramanian 
	codecanyon.net/user/FMedia/
	
	Version: 1.0 
	Release Date: 05 OCT 2011
	
*/
#jq_fmslideshow #fmslideshow .divStyle {
	height: 200px;
	width: 520px;
	z-index:8;
}
#jq_fmslideshow .buttonText {
	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("assets/cursors/openhand.png") 8 8, -moz-grab;
}
.fm_drag-cursor {
*cursor:url(assets/cursors/openhand.cur);
}
.fm_drag-cursor {
	cursor:url(assets/cursors/openhand.cur);
}
.fm_draging-cursor {
	cursor:move;
}
.fm_draging-cursor {
	cursor:url("assets/cursors/closedhand.png") 8 8, -moz-grabbing;
}
.fm_draging-cursor {
*cursor:url(assets/cursors/closedhand.cur);
}
.fm_draging-cursor {
	cursor:url(assets/cursors/closedhand.cur);
}
#jq_fmslideshow {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#jq_fmslideshow .nonDraggable {
	cursor: auto;
}
.divStyle h1 {
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	width:560px;
	line-height:25px;
	text-shadow:0px 1px 1px #343333;
}
.divStyle h1 span {
	font-size:30px;
	font-weight:bold;
}
.divStyle p {
	color:#fff;
	font-size:14px;
	line-height:auto;
	margin:0px 0px 0px 0px;
	text-shadow:0px 1px 1px #343333;
	width:388px;
}
.divStyle span a.view {
	display: block;
	float: right;
	height: 34px;
	margin:0 18px 0 0;
	width: 58px;
	text-indent:-1000;
	cursor:pointer;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#jq_fmslideshow #fmslideshow .divStyle{
	display:none;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
#jq_fmslideshow #fmslideshow .divStyle{
	display:none;
}
}
@media only screen and (min-width: 240px) and (max-width: 319px) {
#jq_fmslideshow #fmslideshow .divStyle{
	display:none;
}
}