/*
	jQuery Homepage Banner Slideshow / Product viewer
 	Copyright (c) 2011 Subramanian 
	codecanyon.net/user/FMedia/
	
	Version: 1.0 
	Release Date: 05 OCT 2011
	
*/
 
@font-face { 
	font-family: "colabreg";
    src: url('../fmslideshow_assets/fonts/colabreg-webfont.eot');
    src: url('../fmslideshow_assets/fonts/colabreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fmslideshow_assets/fonts/colabreg-webfont.woff') format('woff'),
         url('../fmslideshow_assets/fonts/colabreg-webfont.ttf') format('truetype'),
         url('../fmslideshow_assets/fonts/colabreg-webfont.svg#ColabReg') format('svg');
		 
}

@font-face { 
	font-family: 'OswaldRegular';
    src: url('../fmslideshow_assets/fonts/oswald-webfont.eot');
    src: url('../fmslideshow_assets/fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fmslideshow_assets/fonts/oswald-webfont.woff') format('woff'),
         url('../fmslideshow_assets/fonts/oswald-webfont.ttf') format('truetype'),
         url('../fmslideshow_assets/fonts/oswald-webfont.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#jq_fmslideshow #fmslideshow .txtLarge{
	font-size:x-large; 
	color:#FFF; 
	display: inline-block; 
	padding-left:12px; 
	padding-right:12px;
	padding-top:0px; 
	padding-bottom:4px;
}

#jq_fmslideshow #fmslideshow .txtMedium{ 
	font-size:1.2em; 
	color:#FFF;
	display: inline-block; 
	padding-top:3px; 
	padding-bottom:3px; 
	padding-left:9px; 
	padding-right:9px;
}

#jq_fmslideshow #fmslideshow .txtMedium2{ 
	font-family: ColabReg, Georgia, "Times New Roman";
	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-family: ColabReg, Tahoma, "Times New Roman";
	font-size:13px;
	color:#000;
	display: inline-block;
	padding:5px;
}

#jq_fmslideshow #fmslideshow .txtExNormal{
	font-family: ColabReg, Georgia, "Times New Roman";
	font-size:14px;
	color:#000;
	display: inline-block;
	padding:5px;
}

#jq_fmslideshow #fmslideshow .txtSmall{
	font-family: ColabReg, Arial, "Times New Roman";
	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: 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 .divStyle{
	font-family: "OswaldRegular", Georgia, sans-serif;
}

#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;
}


