#noscript_div, #backstage_scroll, #tellme_scroll, #medium_scroll   {
    position:relative;
	left:0px;
	top:0px;
    width:300px;    /* 10px less than mainScroll */
   	height:260px;   /* 5px less than mainScroll */
    background-color:#000;
    padding:5px 5px 5px 10px;
	/* IE overflow fix, position must be relative or absolute*/
	position:relative;
    font-family:Georgia,"Times New Roman",Times,serif;
    color:#F9DDBE;
    background-color:#000;
	font-size:1.2em;
	line-height:1.5em;
	overflow:hidden;overflow:auto;
	z-index:10;	
	border-top:solid 5px #000000;
	border-bottom:solid 5px #000000;
}


#product_scroll {
    position:relative;
	left:0px;
	top:0px;
    width:275px;
   	height:180px;
    background-color:#000;
    padding:5px 5px 5px 10px;
	/* IE overflow fix, position must be relative or absolute*/
	position:relative;
    font-family:Georgia,"Times New Roman",Times,serif;
    color:#F9DDBE;
    background-color:#000;
	font-size:12px;
	line-height:18px;
	overflow:hidden;overflow:auto;
	z-index:10;	
	border-top:solid 3px #fff;
	border-bottom:solid 5px #000000;
}

#backstage_scroll {
    min-height:254px;
	height:254px; 
	/*border-top:2px solid #fff;*/
}
#backstage_scroll_false_effect {
    min-height:204px;
	height:100px; 
	/*border-top:2px solid #fff;*/
}
#backstage_scrollmaxface {
    min-height:200px;
	height:100px; 
	/*border-top:2px solid #fff;*/
}

#eyes_scroll 
{
	_height:225px;
	min-height:220px;
}

*:lang(en) #eyes_scroll /* IE7 does not see */
{
	min-height:225px;
}

#mainScroll {
	position:relative;
    top:0px;
    left:0px;
	background-color:#000;
	padding: 0px;
	padding-top:7px;
	width:315px;
    min-height:268px;
	height:268px;
	height:auto !important;
	height:263px; 
	border-top:2px solid #fff;
}

#scrolldiv_parentContainer{
	width:290px;	/* Width of the scrolling text */
	height:265px;
	overflow:hidden;
	border:0px solid #fff;
	float:left;
	position:relative;
	background-color:#000;
}

/* scrolling content */
#scrolldiv_content {
	padding: 5px 0 5px 10px;
	position:relative;
	font-family: Georgia,"Times New Roman",Times,serif;
    color:#F9DDBE;
    background-color:#000;
	font-size: 1.2em;
	line-height:1.5em;
	height:auto;
}

/* scrollbar slider */
#scrolldiv_slider{
	width:15px;
	margin-left:2px;
	height:255px;
	float:left;
	background-color:#000;
	visibility:hidden;
}

/*  scrollbar between the up and down arrow  */
#scrolldiv_scrollbar{
	margin:0px;
    width:15px;
	height:230px;	/* 20px less than slider */
	border:0px solid #f00;
	position:relative;
	background-image:url('../images/main/line.gif');
	background-color:transparent;
	
}

/*  scrollbar handle */
#scrolldiv_theScroll{
	margin:3px;
	width:9px;
	height:9px;
	background-color:transparent;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url('../images/main/scroller.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}

/* up and down arrows)	*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:15px;
	height:16px;
	border:0px solid #000;
	color: #fff;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
}

#scrolldiv_scrollUp{
	margin-bottom:0px;
	padding:5px 0 0 0;
}

#scrolldiv_scrollDown{
    margin-top:0px;
}

