/* 
    AUTHOR: Steven Collins
            stevenecollins@me.com
            http://stevencollins.net

Individual CSS elements for the From The Heart Page

*/

/* TEXT */


/* STRUCTURE */

/* Required */

	
		
/* Optional	*/


#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:940px;
		background:#fff;		
		margin-bottom:2em;
		border-color: black; border-style: solid; border-width: 5px;
		}	
	#content{
		position:relative;
		}			

img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 940px; 
	height: 515px;
	overflow: hidden;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:940px;
		height:515px;
		overflow:hidden;
		float:left;
}

	div.scroller div.content {
		width: 10000px;
		}

	
#prevBtn, #nextBtn{ 
		display:block;
		width:55px;
		height:155px;
		position:absolute;
		left:-45px;
		top:175px;
		}	
	#nextBtn{ 
		left:930px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:55px;
		height:155px;
		background:url(images/from-the-heart/previous.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/from-the-heart/next.png) no-repeat 0 0;	
		}									