
body {	margin: 0px;
		background-color: black;
		color: white; 
		font-family: arial,helvetica,helvetic,sans-serif;
		font-weight: normal;
		font-size: 10px;
		text-align: center;}
        		
#title
	{	width: 753px; height: 63px;
        margin: 0px auto;
		background-image: url(./img/titlebg.png);
		background-position: bottom right;
		background-repeat: no-repeat; }
		
#thumbs
    {	width: 753px; height: 77px;
        margin: 0px auto;
		background-image: url(./img/thumbsbg.png);
		background-position: top right;
		background-repeat: no-repeat;}
			
    #thumb1
        {	background-color: #222;
            float: right;
            padding: 5px;
            width: 98px;
            border-radius: 5px;
            height: 57px;
            margin-left: 0px; }
            
        #thumb1:hover { background-color: #292929; cursor: pointer; }
            
    #thumb2
        {	background-color: #222;
            float: right;
            padding: 5px;
            width: 98px;
            border-radius: 5px;
            height: 57px;
            margin-left: 43px; }
            
        #thumb2:hover { background-color: #292929; cursor: pointer; }
            
    #thumb3
        {	background-color: #292929;
            float: right;
            padding: 5px;
            width: 98px;
            position: relative;
            bottom: 10px; 
            border-radius: 5px;
            height: 57px;
            border-bottom: 1px solid white;
            margin-left: 43px; }
            
    #thumb4
        {	background-color: #222;
            float: right;
            padding: 5px;
            width: 98px;
            border-radius: 5px;
            height: 57px;
            margin-left: 43px; }
            
        #thumb4:hover { background-color: #292929; cursor: pointer; }
            
    #thumb5
        {	float: right;
            padding: 5px;
            width: 98px;
            border-radius: 5px;
            height: 57px;
            margin-left: 43px;
            margin-right: 19px;
            background-image: url(./img/thumb5bg.png);
            background-position: top left;
            background-repeat: no-repeat;
            background-color: #222; }
            
        #thumb5:hover { background-color: #292929; cursor: pointer; }
        
    .thumbnr
        {	text-align: right; }
        
    a.thumb
        {   width: 100%; height: 100%;
            display: block; }


#controls
        {   width: 753px;
            margin: 0px auto;
            position: relative;
            bottom: 5px; }

#photo {    padding: 10px 20px 0px 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
        
#caption {}
        
img {   border-style: none; }