/* CSS Document */

#thumbWrap {
	margin: 25px 0 0 0;
	}
#thumbWrap .thumbFrame {
	float: left;
	width: 245px;
	margin-right: 10px;
	}
	#thumbWrap .newLine {
		clear: both;
		}
	#thumbWrap .thumbFrame img {
		float: left;
		margin-right: 10px;
		}
		#thumbWrap .thumbFrame a:link, #thumbWrap .thumbFrame a:visited {
			font-weight: bold;
			color: #666;
			text-decoration: none;
			}
		#thumbWrap .thumbFrame a:hover {
			text-decoration: underline;
			}
		#thumbWrap .thumbFrame a:active {
			color: #CCC;
			}
			
#case {
	width: 550px;
	margin: 25px 0 0 0;
	}
	#case h3 {
		width: 520px;
		font-size: 14px;
		font-weight: bold;
		}
	#case h4 {
		width: 520px;
		margin: 14px 0;
		}
	#case .read {
		width: 510px;
		margin: 14px 0;
		}
		#case .read div {
			padding: 0 0 0 12px;
			background: url(../works/images/link_hd.gif) no-repeat 0 4px;
			}
			#case .read a:link, #case .read a:visited {
				color: #666;
				text-decoration: none;
				}
			#case .read a:hover {
				text-decoration: underline;
				}
			#case .read a:active {
				color: #CCC;
				}
	#case .photos {
		margin: 30px 0 0 0;
		}
		#case .photos div {
			margin-top: 10px !important;
			margin-top: 8px;
			}
		#case .photos img {
			margin: 0 10px 0 0;
			}
			
			
