
.thumbs {
	border:5px solid #cecece;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2px;
	width:150px;
}
.thumbs:hover {
	border-color:#b0afaf;
	-moz-box-shadow: 0px 0px 15px #FFFB36;
	-webkit-box-shadow: 0px 0px 15px #FFFB36;
}

#register_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:38px;
	font-weight:bold;
	padding:20px;
	text-transform:uppercase;
	text-decoration:underline;
	cursor:pointer;
	color:#09F;
}

#datamain {
	width:100%;
	height:540px;
}

#hgradient {
	font-size: 62px;
	font-family: 'Lobster', helvetica, arial, sans-serif;
	text-shadow: 0px 0px 4px #ffcb82;
	letter-spacing: 0px;
	text-align:center;
	margin:0 0 10px 0;
	padding-top:4px;
}

#hgradient a {
	text-decoration: none;
	color: #666;
	position: absolute;
	text-shadow: 0 2px 0 #e9e9e9;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

#hgradient:after {
	color: #dbdbdb;
	content : attr(data-title);
}


#outercnt {
	position:relative;
	margin:0 auto;
	width:1100px;
	height:732px;
}

#girl {
	position:absolute;
	left:0px;
	top:15px;
	width:401px;
	height:715px;
}

#thumb_wrapper { 
width:724px;
height:1055px;
overflow:hidden;
}


.loading {
	position: absolute;
	top: 50px;
	left: 10px;
	margin: 0 auto;
	padding: 10px;
	width: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}

/* Content - thumbs Listing */
ul#portfolio-filter { margin:0; padding:0; list-style-type:none; text-align:left; }
ul#portfolio-filter li { float:left; }
ul#portfolio-filter li span { height:30px; line-height:30px; color:#333; font-size:15px; margin:0 20px 0 3px; }
ul#portfolio-filter a { margin-right:0.5em; padding:0 14px; height:30px; line-height:30px; background-color:#fff; color:#135844; font-size:13px; font-weight:bold; text-decoration:none; display:block; outline:none; }
ul#portfolio-filter a:hover { color:#007ce0; }
ul#portfolio-filter a.current{ color:#135844; background-color:#dae8ff; -moz-border-radius:8px; -webkit-border-radius:8px; }

ul#portfolio-list { margin: -20px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li { width: 147px; height: 180px; display: block; float: left; margin-right: 14px; overflow: hidden; background: #AAA; }
ul#portfolio-list li span { display: block; width: 150px; height: 140px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; cursor:pointer; }
ul#portfolio-list li p { font-size: 12px; line-height: 15px; color: #ffffff; margin: 5px 0; text-align:center;}

/*listings - thumbs */

ul#thumbslisting li { display: block; float: left; margin-right: 20px; overflow: hidden; padding-top: 20px;}
ul#thumbslisting2 li { display: block; float: clear; margin-right: 20px; overflow: hidden; padding-top: 20px;}




/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 725px;
	height:1070px;
	right:0;
	top:0px;	
	left:80px;
	padding-bottom:30px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.items .item {
	position:relative;
	float:left;
}

#placead { 
padding-left:50px; padding-right:50px;
}

