
#gallery{
	/* The pics container */
	top:35%;
	width:62%;!important;
	height:580px;
	position:absolute;
	outline:O none;
	right:0px;
	z-index:13;
}

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

.thumbs {
	/* Each picture and the hyperlink inside it */
	width:110px;
	height:110px;
	overflow:hidden;
	opacity: 1;
	outline:0 none;
	right:0px;
	z-index:11;
	
}


.pic {
	/* Styles specific to the pic class */
	position:absolute;
	border:5px solid #EEEEEE;
	border-bottom:18px 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;
	outline:0 none;
}

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

.drop-box{
	/* The share box */
	width:240px;
	height:130px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
	background:url(../img/drop_box.png) no-repeat;
}

.drop-box.active{
	/* The active style is in effect when there is a pic hovering above the box */
	background-position:middle left;
	
}

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


label{
	font-size:10px;
}

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

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


/* General styles for the demo page */

h1{
	/* The title of the page */
	color:white;
	font-family:"MyRiad Pro",Arial,Helvetica,sans-serif;
	font-size:38px;
	font-weight:normal;
}

h2{
	/* The subtitle */
	font-family:"MyRiad Pro","Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin:10px 0 25px;
}

#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;
}


.clear{
	/* The clearfix hack */
	clear:both;
}

#main{
	/* The main container */
	width:800px;
	margin-top:20px;
	right:0px;
}


