#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
    position: absolute;
    left: -300px;
    background-color: #0C4481;
    border: 1px solid gray;
    color: #FFFFFF;
    visibility: hidden;
    padding: 5px;
}
#scrollerUpArrow
{
    position: absolute; 
    top: 0px;  
    left: 548px;     
    background-color: #0C4481;
    border: 1px solid gray;
    color: #FFFFFF;
    padding: 2px;
    height: 14px;
    width: 100px;
    z-index: 5;
}
#scrollerDownArrow
{
    position: absolute;  
    left: 548px; 
    background-color: #0C4481;
    border: 1px solid gray;
    color: #FFFFFF;
    padding: 2px;
    height: 14px;
    width: 100px;    
}
#pic {
	WIDTH: 1px; 
	POSITION: relative; 
	BACKGROUND-COLOR: #ffffff
}
#desc { 
	POSITION: relative; 
	BACKGROUND-COLOR: #ffffff;
	color: #000000;
	DISPLAY: block; 
 	LEFT: 50px; 
	TOP: 0px;  
	TEXT-DECORATION: none;
	width:  100px;
}
#pic A .large {
	DISPLAY: block; 
	LEFT: 150px; 
	WIDTH: 1px; 
	POSITION: absolute; 
	HEIGHT: 1px; 
	BORDER: 1px solid;
}
#pic A IMG {
	BORDER: 1px solid; 
}
#pic A.p1 {
	DISPLAY: block; 
 	LEFT: 0px; 
	TOP: 0px;  
	TEXT-DECORATION: none
}
#pic A.p1:visited {
	DISPLAY: block; 
	LEFT: 0px; 
	BORDER: solid 1px #000000;  
	TEXT-DECORATION: none
}
#pic A.p1:hover {
	COLOR: #000000; 
	BACKGROUND-COLOR: #000; 
	TEXT-DECORATION: none
}
#pic A.p1:hover .large {
	DISPLAY: block; 
	LEFT: -365px; 
	POSITION: absolute; 
	TOP: 0px; 
}
