﻿/*CSS Document*/

/*iframe*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:117px; height:341px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:113px; height:341px; 
	clip:rect(0px, 110px, 341px, 0px); 
	overflow:hidden;	
	z-index:1;
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 13px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:3px; top:0;
  width:5px; height:341px; 
  font-size:1px; z-index:1;
  }
div#track {
	position:absolute;
	left:0;
	top:0px;
	width:5px;
	height:341px;
	background:black;
	z-index:1;
	background-color: #011c31;
  }
div#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:3px;
	height:5px;
	background-color:#d2a648;
	z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom: 0px; z-index:3;width:10px; }
#scrollLinks{
	float:left;	
}
#icontent-holder {
	clear:both;
	height:auto;
	width:88px;
	overflow:hidden;
	text-align:left;
}
/*End of iframe*/

