#text_1 {
	position:absolute;
	width:425px;
	height:225px;
	left:450px;
	top:200px;
	z-index:3;
}

#text_2 {
	position:absolute;
	width:250px;
	height:225px;
	left:250px;
	top:200px;
	z-index:3;
	padding-right:12px;
	border-style:solid;
    border-color: #eeeeee;
    border-left-width:0px;
    border-right-width:1px;
    border-top-width:0px;
    border-bottom-width:0px;
}

#image_1 {
       position:absolute;
       width:225px;
       height:225px;
       left:25px;
       top:200px;
       z-index:2;
}


#images {
       position:absolute;
       width:400px;
       height:225px;
       left:25px;
       top:200px;
       z-index:2;
	   overflow: auto;
	   scrollbar-arrow-color: #018788;
	   scrollbar-face-color: #eeeeee;
	   scrollbar-darkshadow-color: #0197ca;
	   
}
