/* -----------------------------------------------------------
Genius.com Inc. stylesheet
Copyright(C) 2005-2010 Genius.com Inc.

Authors: Chris Krueger & Brett McBee-Wise
-------------------------------------------------------------- */ 


/* greyPanel */
.greypanel-noRoundBottom {
    width:400px;
    height:80px;
    margin-bottom:14px;
    padding-bottom:10px;
}

/********************* Begin Connected Marketer site *****************************/
/** CM index page MODULES **/
/*
.module a {
	width:234px;
	height:223px;
	background:url(http://www.genius.com/images/CM_intropod.png) no-repeat;
	display:block;
	text-decoration:none;
}
.module a:hover {
	background:url(http://www.genius.com/images/CM_intropod_hover.png) no-repeat;
	_text-decoration:none;
}
*/
/** END PROPERTIES ALL MODULES **/

/** homepage slider Jquery **/

	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:none;
		background:#e3f4f9;	
		margin:.5em 0;
		width:500px;
		}	

	#slidercontainer{	
		margin-top:10px;
		margin-right:0px;
		margin-left:25px;
		
		position:relative;
		text-align:left;
		width:500px;	
		margin-bottom:7px;
		border:none;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider1{
	overflow:hidden;
	height:50px;
	width:500px;
	}	
	#slider1 ul, #slider1 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider1 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:450px;
		height:50px;
		overflow:hidden; 
		}	
		
	p#controls {
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn { 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:-63px;
		}	
	#nextBtn { 
		left:448px;
		}														
	#prevBtn a {  
		display:block;
		width:30px;
		height:77px;
		background:url(http://www.genius.com/images/btn_prev.gif) no-repeat;	
		}	
	#nextBtn a { 
		display:block;
		width:30px;
		height:77px;
		background:url(http://www.genius.com/images/btn_next.gif) no-repeat;	
		}

/** end homepage slider **/

/* Main sidebar content padding/styling */ 
#sidebarCont {
    text-align: left;
    margin-top:10px; 
    padding-top: 6px; 
    padding-right: 14px; 
    padding-left: 0px;
}

/*************************************************************/
