﻿
/*---Featured Content Scroller-----*/

/*----Main Block----*/
#featured
{ 
	
	/*width:295px; */
	/*padding-right:250px; */
	
	width:543px;
	
	position:relative; 
	/*border:2px solid #ccc;*/
	border: 1px solid black;
	/*border: 2px solid #870200;*/
	height:200px; 
	background:#fff; 
	z-index:1;
	overflow:hidden;	  
}

/*----Right Side Tabs-----*/
#featured ul.ui-tabs-nav
{ 
	position:absolute; 
	top:0; left:320px; 
	list-style:none; 
	padding:0; margin:0; 
	width:225px; 
	z-index:1;
	/*border:solid 1px green;*/
}
#featured ul.ui-tabs-nav li{ 
	padding-top:1px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:13px;
	  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}


#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}



#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:48px; 
	color:#333;  background:#fff; 
	line-height:16px;
}



#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}


#featured li.ui-tabs-selected{ 
	background:url('../Scroller/selected-item.gif') top left  no-repeat;  
    
}


#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	/*background:#ccc; */
	background:#dad9d5;
}

/*---- End Right Side Tabs-----*/


/*--Main Content-------*/
#featured .ui-tabs-panel{ 
	width:320px; 
	height:200px; 
	background:#999; position:relative;
	/*border:solid 1px purple;*/
	 z-index:1;
	
}

/*--End Main Content-------*/


/*----Lower Banner----*/

#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:145px; left:0; 
	height:55px; 
	background: url('../Scroller/transparent-bg.png'); 
	 z-index:1;
}


#featured .info h2{ 
	font-size:12px; font-family:Georgia, serif; 
	color:#fff; padding:3px; margin:0;
	overflow:hidden;
	width:313px; 
}


#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:9px; 
	line-height:14px; color:#f0f0f0;
}

#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}


#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/*----End Lower Banner----*/


/*--- End Featured Content Scroller-----*/

/*------Begin Step Carousel Viewer-------*/

.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 1px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 186px; /*Width of Carousel Viewer itself*/
height: 185px; /*Height should enough to fit largest content's height*/

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-top: 10px; /*margin around each panel*/
margin-bottom: 10px;
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
/*border:solid 1px green;*/
}

.img_styles 
{
margin:26px 0px 0px 39px;
border:none;	/*---Custom Style-------*/
}


.Gallery_paginate
{
width: 175px; 
text-align:center;
margin-left:7px;	
margin-top:-3px;	
}

/*----------------------------------------*/


.Home_page_brochures
{
width:180px;
height:187px;

background-image:url(../Images/NyFF_pics/Home_page_bro.jpg);	
background-repeat:no-repeat;	
}


.Nav_buttons
{
margin-left:58px;
margin-top:-20px;	
}

