/*
	jQuery Homepage Banner Slideshow / Product viewer
 	Copyright (c) 2011 Subramanian 
	codecanyon.net/user/FMedia/
	
	Version: 1.0 
	Release Date: 05 OCT 2011
	
*/
#slider {
	position: relative;
	width: 960px;
	height: 380px;
	margin: 10px auto;
	float: left;
}
#slider_cover {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 1000px;
	height: 450px;
	background-image: url(http://galleries.girlfolio.com/site_resources/core_images/site/slider_cover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#temp_slider {
	position: relative;
	width: 1000;
	height: 125px;
	margin: -45px auto 0px auto;
}
#temp_slider_cover {
	position: absolute;
	top: -9px;
	left: 0px;
	z-index: 5;
	width: 1000px;
	height: 125px;
	background-image: url(http://galleries.girlfolio.com/site_resources/core_images/site/temp_slider_cover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#jq_fmslideshow{
	margin: 0px auto;
}

#jq_fmslideshow #fmslideshow .txtLarge{
	color: #FFF;
	font-size: 48px;
	line-height: 52px;
	font-weight: bold;
}

#jq_fmslideshow #fmslideshow .txtLarge1{
	color: #FFF;
	font-size: 38px;
	line-height: 42px;
	font-weight: bold;
}

#jq_fmslideshow #fmslideshow .txtMedium{
	font-size:18px;
	line-height:22px;
	color:#971F0F;
	padding:0px;
	font-weight: bold;
}

#jq_fmslideshow #fmslideshow .txtMedium2{ 
	font-size:1.2em; 
	color:#FFF;
	display: inline-block; 
	padding:5px; 
	padding-left:7px; 
	padding-right:7px;
	background-color:
	
}
	
#jq_fmslideshow #fmslideshow .txtExMedium{ 
	font-size:1.3em;
	color:#000;
	display: inline-block; 
	padding-top:5px; 
	padding-left:8px; 
	padding-right:5px; 
	padding-bottom:7px;
}

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

#jq_fmslideshow #fmslideshow .txtNormal{
	font-size:13px;
	color:#000;
	display: inline-block;
	padding:5px;
}

#jq_fmslideshow #fmslideshow .txtExNormal{
	font-size:14px;
	color:#000;
	display: inline-block;
	padding:5px;
}

#jq_fmslideshow #fmslideshow .txtSmall{
	font-size:18px;
	line-height:22px;
	color:#2D2D2D;
	padding:0px;
}
#jq_fmslideshow #fmslideshow .txtBanner{
	font-size:24px;
	line-height:26px;
	font-style: italic;
	color:#2D2D2D;
	padding:0px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(100, 100, 100, 1);
}
#jq_fmslideshow #fmslideshow .txtBanner .highlight{
	color: #CB0D0D;
}
#jq_fmslideshow #fmslideshow .txtBannerWt{
	font-size:24px;
	line-height:26px;
	font-style: italic;
	color:#FFF;
	padding:0px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(100, 100, 100, 1);
}
#jq_fmslideshow #fmslideshow .txtBannerWt .highlight{
	color: #CB0D0D;
}
#jq_fmslideshow #fmslideshow .txtBannerBl{
	font-size:24px;
	line-height:26px;
	font-style: italic;
	color:#000;
	padding:0px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(100, 100, 100, 1);
}
#jq_fmslideshow #fmslideshow .txtBannerBl .highlight{
	color: #CB0D0D;
}
#jq_fmslideshow #fmslideshow .textBg{
	opacity:.7;
	filter:alpha(opacity=70);
}

#jq_fmslideshow #fmslideshow a{
	display: inline-block;
	text-decoration:none;
	color:#3E0E70;
}

#jq_fmslideshow #fmslideshow a:link {color:#3E0E70;}
#jq_fmslideshow #fmslideshow a:visited {color:#3E0E70;}
#jq_fmslideshow #fmslideshow a:active {color:#3E0E70;}
#jq_fmslideshow #fmslideshow a:hover { color:#666;}

#jq_fmslideshow #fmslideshow .divStyle{
}

#jq_fmslideshow #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("http://galleries.girlfolio.com/fmslideshow_assets/cursors/openhand.png") 8 8,-moz-grab;}
.fm_drag-cursor{*cursor:url(http://galleries.girlfolio.com/fmslideshow_assets/cursors/openhand.cur);}
.fm_drag-cursor{cursor:url(http://galleries.girlfolio.com/fmslideshow_assets/fmslideshow_assets/cursors/openhand.cur);}

.fm_draging-cursor{cursor:move;}
.fm_draging-cursor{cursor:url("http://galleries.girlfolio.com/fmslideshow_assets/cursors/closedhand.png") 8 8,-moz-grabbing;}
.fm_draging-cursor{*cursor:url(http://galleries.girlfolio.com/fmslideshow_assets/cursors/closedhand.cur);}
.fm_draging-cursor{cursor:url(http://galleries.girlfolio.com/fmslideshow_assets/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(http://galleries.girlfolio.com/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; }
