/* CSS Document */
#content_gallery {
	float:right;
	width:530px;
	margin-right:10px;
	position:relative;
}
#content_gallery h2 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
}
#order_gallery {
	padding: 30px;
	position:relative;
}
.gallery {
	overflow:hidden; /* IE and older Opera fix for clearing, they need a dimension */
	clear:both;
	position:relative;
}
.gallery-div {
	float:left;
	margin:5px;
	position:relative;
	text-align:left;
	cursor:pointer;
	display: inline;
}
.gallery-thumb {
	position:absolute;
	left:7px;
	top:7px;
	width:125px;
	height:120px;
	display:block;
	cursor:pointer; }
.gallery-div a { display:block; height:136px; width:258px; border-style: solid; border-width: 1px; border-color: #EBEBEB; text-decoration:none; position:relative;
}
.gallery-div a:hover { border-color: #A8A8A8 #AAA #AAA #A8A8A8;
	text-decoration:none;
	color:#990000;
	background:#FCFEFA;
}
.thumb-name {
	display:block;
	position:absolute;
	left: 139px;
	top:7px;
    width:107px;
	height:120px;
	padding-left:5px;
    font-size:12px;
    color:#333;
	line-height:18px;
	cursor:pointer;
	border-left:1px dotted #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
.thumb-code {
	position:absolute;
	right: 7px;
	bottom:7px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.gallery-home {
	float:left;
	margin:1px;
	display: inline;
	position:relative;
	border:1px solid #EBEBEB;
	padding: 3px;
}
.gallery-home a, .gallery-home a:visited {
	display:block;
	width:170px;
	height:200px;
	color:#55463C;
	text-decoration:none;
	border: 1px solid #ccc;
}
.home-caption {
	width: 170px;
	display: block;
	position: absolute;
	bottom: 4px;
	left: 4px;
	text-align: center;
	background: #DFD7D1;
	font-size: 12px;
	line-height: 18px;
	border-top: 1px solid #CCC;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0;
}
.gallery-home a:hover { color: #150f0b; text-decoration:none; border: 1px solid #150F0B; }
