    /* image replacement */
        .graphic, #header h1, #header li, ul#nav li, p#join, #price, #individual, #intro span, #subscribe, button, #preview h1, #preview span{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	/* HTML Tags */
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
	/* // HTML Tags */	
	

/* page setup */
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:199px;
		/*background:url(../images/bg_container.gif) repeat-y;*/		
		margin-bottom:2em;
		}
					
	#intro{/*slideshow bg*/
		/*background:url(../images/bg_inner.gif) no-repeat 0 0;	*/	
		position:relative;
		}	
			
/* //page setup */

/* content */
	#intro ul, #intro li{ 
		margin:0;
		padding:0;
		list-style:none;
		}	
	#intro div{ 
		height:110px;
		width:199px;
		overflow:hidden;
		position:relative;
		}	
	#intro ul{ 
		height:110px;		
		}	
	#intro li{ 
		float:left;
		display:inline;
		height:110px;
		width:199px;
		}	
	#intro span{ 
		display:block;
		width:12px;
		height:17px;
		position:absolute;
		left:-30px;
		top:45px;
		}	
	#intro span.next{ 
		left:210px;
		}														
	#intro span a{  
		display:block;
		width:12px;
		height:17px;
		background:url(../images/album_lft_arrow.gif) no-repeat 0 0;	
		}	
	#intro span.next a{ 
		background:url(../images/album_rt_arrow.gif) no-repeat 0 0;	
		}								
/* // content */

