#previewBox {
	width: 636px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 10px;
	margin-bottom:20px;
	float:left;
	position:relative;
}

#previewBox #top{
	width:100%;
	height:20px;
	padding-top:5px;
	padding-bottom:2px;
	float:left;
}

#previewBox #btm {
	width:100%;
	height:2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	float:left;
}

#previewBox .arrowBox{
	width:15px;
	float:left;
	height: 84px;
	padding-top:64px;
}

#previewBox #window{
	float:left;
	position:relative;
	width:606px;
	height:148px;
	overflow:hidden;
}
#previewBox #pane {	
	position:relative;
	width:606px;
	height:148px;
}

#previewBox .pic{
	 -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
	cursor:pointer;
	width:195px;
	float:left;
}

#previewBox .picClear{	
	cursor:pointer;
	width:195px;
	float:left;
}


#previewBox #desc {
	width:626px;	
	background-color:#59493f;
	float:left;
	padding:5px;
	margin-bottom:4px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#previewBox .text {
	display:none;
	color:#FFF;
}

#previewBox .text a {
	text-decoration:none;
}

#previewBox .text .whitelink {
	text-decoration:underline;
	color:#FFFFFF;
}


#pointer {
	width:20px;
	height:10px;
	position:absolute;
	top:166px;
	left:30px;
	z-index:100;
	
}
