﻿/*---<>-------------------------------------------*/
/* NEW STYLES FOR HOMEPAGE NEWS VIEW
// This style sheet is to only be picked up by default.master
//
/*---><-------------------------------------------*/

/*News View For HomePage*/

.homePage div.InFocus ul.sf_newsList
{margin: 0 0 0 0 ; padding:0 0 0 0 ;}

.homePage div.InFocus .sf_list_simple li,
.homePage div.InFocus .sf_list_expanded li,
#Main div.InFocus ul
#Main div.InFocus li
{margin:  0 0 0 0 !important;}

.homePage div.InFocus ul.sf_newsList li {background: none;}
.homePage div.InFocus ul.sf_newsList li h2.sf_newsTitle,
.homePage div.InFocus ul.sf_newsList li h2.sf_newsTitle a 
{color: #d86507 !important; font-size: 12px !important; border:none;}
 
 /* Styles for the slider... when it works! define width and height of container element and list item (slide)
 list items must be the same size as the slider area */ 
 .InFocus, .InFocus li { width:200px;height:130px;overflow:hidden;}
 span#prevBtn{}
 span#nextBtn{}  
    
 div.InFocus p {color: #d86507 !important; font-size: 12px !important;}
 /* .homePage div.InFocus ul.sf_newsList li h2.sf_newsTitle a:hover {} */

	.InFocus, .InFocus li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:200px;
		height:130px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					


