#wrapper-box{
	color: #000000;
	font-family: tahoma;
	font-size: 14px;
	margin: 0 auto;
	width: 700px;
	margin-top: 100px;
}

#wrapper-box a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.box {
	background-color: #000000;
	color: #888888;
	height: 340px;
	left: 100%;
	padding: 10px;
	position: fixed;
	right: 30%;
	top: 25%;
	width: 700px;
	z-index: 101;
	border: 1px solid #888888;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.box image{
	border: none;
	
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.boxclose {
    background: url("../images/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
	z-index:999;
}
