#gallery{
	/* The pics container */
	width:1000px;
	height:400px;
	position:relative;
	margin: 32px 16px 16px 16px;
	font-family: arial;
}

.pic {
	/* Each picture and the hyperlink inside it */
	width:110px;
	height:123px;
	background-color: #EEEEEE;
	overflow:hidden;
}
.pic-inner {
	/* Each picture and the hyperlink inside it */
	width:100px;
	height:113px;
	margin:5px;
	overflow:hidden;
}

.pic a{
	/* Each picture and the hyperlink inside it */
	width:100px;
	height:100px;
	overflow:hidden;
}

.thumb_label {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100px;
	background-color: #EEEEEE;
	color: #7856A3;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.pic{
	/* Styles specific to the pic class */
	position:absolute;
	/*border:5px solid #EEEEEE;*/
	/*border-bottom:5px solid #eeeeee;*/
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:2px 2px 3px #333333;
	-webkit-box-shadow:2px 2px 3px #333333;
	box-shadow:2px 2px 3px #333333;
}

.pic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}


label, input{
	/* The modal dialog URL field */
	display:block;
	padding:3px;
}

label{
	font-size:10px;
}

fieldset{
	border:0;
	margin-top:10px;
}

#url{
	/* The URL field */
	width:240px;
}


/* General styles for the demo page */


#orig{
	/* The link that is positioned above the title */
	font-family:"MyRiad Pro",Arial;
	font-size:10px;
	letter-spacing:1px;
	padding-bottom:15px;
	text-transform:uppercase;
	float:right;
}