@charset "UTF-8";
/* CSS Document */

#galCont{
	position: relative;
	width:930px;
	height: 600px;
	background: #000000;
	margin: 80px auto 50px auto;
}
#galCont a{
	text-decoration: none;
}

#lPane{
	position: absolute;
	top: 35px;
	left: 10px;
	width: 253px;
	padding: 0 0 0 3px;
	height: 545px;
	overflow-y: auto;
	background: #333333;
	border:solid 1px #949494;
}
#rPane{
	position: absolute;
	top:26px;
	left:270px;
	height: 544px;
	width:641px;
	background: #333333;
	margin:10px;
	border:solid 1px #949494;
}

#rPane img{
	margin-top:20px;
}
#rPane .trCrnr, #rPane .tlCrnr, #rPane .blCrnr, #rPane .brCrnr{
	position: absolute;
	width:6px;
	height:6px;
}
#rPane .tlCrnr{
	top:-21px;
	left:-1px;
}
#rPane .trCrnr{
	top:-21px;
	right:-1px;
}
#rPane .blCrnr{
	top:549px;
	left:-1px;
}
#rPane .brCrnr{
	top:519px;
	right:-1px;
}
#preview{
	margin:0 auto 20px auto;
	text-align: center;
}
.blCrnr{
	position: relative;
	top:570px;
	left:10px;
	z-index: 20;
}

.prevComm{
	margin: 10px 20px 20px 20px;
}

#tabsCont{
	position: absolute;
	top: 10px;
	left:10px;
	width:265px;
	height: 15px;
}

#tabsCont .tabs{
	float: left;
	display: block;
	background: #444444;
	padding:5px 10px 5px 10px;
	margin: 0 5px 0 0;
	border: solid 1px #949494;
	border-bottom:none;
	vertical-align: baseline;
	text-align: center;
	cursor: pointer;
	color: #999999;
}
#tabsCont .tabs:hover{
	background: #727272;
	color: #FFFFFF;
}
.imgCell{
	/* float: left; */
	width: 122px;
	padding: 2px 1px 2px 2px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin:11px 0 0 0;
	color: #999999;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

.imgCell:hover{
	background: #727272;
	color: #FFFFFF;
}
