	.iphone_portrait {
		width:360px;
		background-image: url('../iphonePortrait.png');
		height:700px;
		background-repeat:no-repeat;
		padding-top:166px;
		padding-left:38px;
		margin-left:auto;
		margin-right:1em;
	}	
	
	#scrollbar_container {  
	    position:relative;  
	    width:320px;
	    border:1px solid #000000;
	} 
 
	#scrollbar_track {  
	    position:absolute;  
	    top:0;
	    left:310px; 
	    rightright:0;  
	    height:100%;  
	    width:10px;  
	    background-color:transparent;  
	    cursor:move;
	    
	} 
	 
	#scrollbar_handle {  
	    width:5px;  
	    background-color:#555555;  
	    cursor:move;  
	    -moz-border-radius: 2px;  
	    -webkit-border-radius: 2px;  
	    opacity:0.9;  
	    -moz-opacity:0.9;
		margin-right:2px;
		margin-left:3px;
	   
	} 
	  
	#scrollbar_content {  
	    overflow:hidden;  
	    width:320px;  
	    height:460px;  
	}
	
	#scrollbar_content > iframe { border:0; }
