﻿ 
        a{
    	    text-decoration: none;
    	    color: #007BEC;
        }
        a:hover{
        	text-decoration: underline;
        }
        a img{
        	border: 1px solid #af0000;
        	margin: 0 10px 0 0;
        }
 #ControlDiv{
        	margin:0px;
        	width: 600px;
        }
        #SlideShow{
        	cursor: pointer;
        }
        #DisplayDiv{
        	margin: 0px;
        	width: 605px;
        	height: 258px;
        }
        #ThumbnailDiv{
        	width: 605px;
        	height: 45px;
        	margin: 5px auto;
        }
        #ThumbnailDiv img{
        	opacity: 0.5;
        	filter:alpha(opacity:50);
        	cursor: pointer;
        	border: 1px solid #AF0000;
        	margin: 0 1px;
        }
        #ThumbnailDiv img:hover{
        	opacity: 1;
        	filter:alpha(opacity:100);
        }

