div.imagesidebarcontainer {
	width:300px;
	float:right;
	margin:-159px 80px 0 0;
	}

	ul.imagesidebar {
		width: 324px;
		list-style-type: none;
		font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
		}
		
	ul.imagesidebar li {
		width: 314px;
		height: 66px;
		margin: 4px;
		position: relative;
		overflow: hidden;
		float: left;
		width: 100px;
		}
		
		ul.imagesidebar li a {
			text-decoration: none;
			}
		
	span.title {
		background: #000;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		padding: 2px;
		position: absolute;
		bottom: 5px;
		left: 5px;
		z-index: 990;
		}
		
	ul.imagesidebar li img {
		position: absolute;
		top: 0;
		left: 0;
		border: 0;
		z-index: -999;
		width: 100px;
		}
		
	ul.imagesidebar li:hover span.title {
		background: #2281ff;
		color: #fff;
		}
		
		ul.imagesidebar li.third {
			width: 152px;
			float: left;
			width: 100px;
			height: 66px;
			}
			
			ul.imagesidebar li.third p {
				width: 90px;
				}

		img.shiny {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 999;
			border: 0;
			opacity: .6;
			width: 100px;
			height: 66px;
			}
		
		span.shiny-full {
			height: 100%;
			width: 100%;
			border: 0;
			position: absolute;
			top: 0;
			left: 0;
			background-position: top left;
			z-index: 998;
			}
		
		span.shiny-half {
			height: 100%;
			width: 100%;
			border: 0;
			position: absolute;
			top: 0;
			left: 0;
			background-position: top left;
			z-index: 997;
			}
