	body {
		background: #000 url(/files/signatures/images/bg.jpg) repeat-x;
		text-align: left;
		color: #aeaeae;
		font-size: 11px;
		font-weight: lighter;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		margin: 0 auto 10px auto;
		line-height: 15px;
		padding: 0 0 10px 0;
	}
	h1, h2, h2 a, h2 a:hover {
		letter-spacing: 0px;
		font-weight: lighter;
		text-transform: uppercase;
		text-decoration:  none;
		color: #e9e9e9;
		font-size:  14px;
		padding: 3px 0 15px 0;
		margin: 0px;
		font-variant: normal;
	}
	h1 {
		font-size: 24px;
		font-weight: lighter;
		margin: -6px 0 10px 0;
		text-shadow: 0px 1px 3px #131313;
		line-height: 29px;
	}
	#banner .item {
		width: 445px;
		float: right;
		clear: right;
		padding: 2px 10px;
		height: 184px;
	}
	#banner li img {
		opacity: 0.65;
	}
	#banner li img:hover, 	#banner li.ui-state-active img {
		opacity: 1;
	}

	.title {
		clear: both;
		letter-spacing: 0px;
		font-weight: lighter;
		text-transform: uppercase;
		text-decoration:  none;
		color: #e9e9e9;
		font-size:  14px;
		padding: 10px 0 5px 0;
		margin: 0px;
		font-variant: normal;
	}
	h3, h3 a, h3 a:hover {
		letter-spacing: 0px;
		font-weight: lighter;
		text-transform: uppercase;
		text-decoration:  none;
		color: #e9e9e9;
		font-size:  14px;
		padding: 3px 0 15px 0;
		margin: 0px;
	}
	p {
		margin: 0 0 10px 0;
		padding: 0px;
	}
	a, .pwi_album_backlink {
		color: #aeaeae;
		text-decoration: underline;
		cursor: pointer;
	}
	a:hover, .pwi_album_backlink:hover {
		text-decoration: none;
		cursor: pointer;
	}
	.pwi_album_backlink {
		margin-top: 11px;
	}
	img {
		border: 0px;
	}
	#header {
		width: 860px;
		margin: 10px auto;
		padding: 10px 0;
	}
	#container {
		width: 916px;
		margin: 10px auto 0 auto;
		clear: both;
	}
	#lowerhalf, #container2 {
		width: 840px;
		margin: 0 auto;
	}
	#container2 {
		margin: 10px auto 0 auto;
	}
	#about {
		width: 617px;
		margin: 25px auto 20px auto;
		padding-right: 10px;
		clear: left;
		float: left;
		border-right: 1px solid #242424;
	}
	#myndir {
		width: 100%;
		clear: both;
		border-top: 1px solid #242424;
		padding-top: 15px;
	}
	#myndir img, .pwi_photo {
		float: left;
		clear: none;
		border: none;
		cursor: pointer;
	}
	div.pwi_album {
		margin: 15px 10px 0px 10px;
		width: 190px;
		clear: none;
		cursor: pointer;
		float: left;
	}
	.pwi_album img {
		margin: auto;
		display: block;
		float: none;
	}
	.pwi_container {
		clear: none;
	}
	#myndir img {
		opacity: 0.65;
	}
	#myndir img:hover {
		opacity: 1;
	}
	#contact {
		width: 180px;
		margin: 25px auto 20px auto;
		padding-left: 10px;
		border-left: 
		clear: right;
		float: left;
	}
	.pwi_pager {
		clear: both;
		margin-top: 15px;
	}
	.pwi_prevpage, .pwi_pager_current, .pwi_pager_page, .pwi_nextpage {
		float: left;
		margin-right: 5px;
		clear: none;
	}
	.pwi_prevpage, .pwi_nextpage {
		color: #242424;
	}
	.pwi_pager_page, .link {
		cursor: pointer;
		color: #AEAEAE;
	}
	.pwi_pager_current {
		color: #bd0000;
		cursor: default;
	}
	
	.box {
		width: 203px;
		min-height: 466px;
		float: left;
		clear: none;
		background-color: #333333;
		border: 1px solid #3f3f3f;
		margin: 0 5px 0 0;
		padding: 0px;

	    filter: alpha(opacity=95);
		opacity: 0.95;
	}
	.long {
		float:none;
		margin:0 auto;
		opacity:1;
		width:840px;
		filter: alpha(opacity=100);
	}
	.box:hover {
	    filter: alpha(opacity=100);
		opacity: 1.0;
	}
	.description {
		border-top: 7px solid #ad0006;
		padding: 5px;
		background: #333;
		min-height: 167px;
		clear: both;
	}
	#footer {
		clear: both;
		width: 100%;
		height: 10px;
		border-top: 1px solid #242424;
		padding-top: 15px;
		margin-bottom: 20px;
	}
	#footer img {
		vertical-align:middle;
	}
	.clear {
		clear: both;
		margin: 15px;
		display: block;
	}
	.right {
		float: right;
		clear: none;
	}
	.left {
		float: left;
		clear: none:
	}
	#footer .left {
		width: 80%;
	}
	
	
	/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 840px;	 
	height: 470px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	line-height: normal;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}



/* single item */
#thumbs div {
	float:left;
	width:203px;
	margin-right: 8px;
	height: 470px;
	background:#333;
	border: 1px solid #3F3F3F;
	cursor:pointer;
}

#thumbs div img {
	border-bottom: 7px solid #b50202;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#444;	
}

#thumbs a {
	color: #e9e9e9;
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#222;
	cursor:default;
}

#thumbs p, #thumbs span {
	margin: 8px;		
}

#thumbs h3 {
	margin: 8px;
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}















/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float: left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 18px;
	height: 92px;
	background: url(/amevents/images/arrow-left.png) no-repeat;
	float: left;
	margin: 150px 10px;
	cursor: pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0px -92px;		
}

/* disabled navigational button */
a.disabled {
	visibility: hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image: url(/amevents/images/arrow-right.png);
	clear: right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left: 446px;
	width: 200px;
	height: 20px;
}


/* items inside navigator */
div.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(/amevents/images/navigator.png) 0 0 no-repeat;     
	cursor: pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position: 0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position: 0 -16px;     
} 	



#pic_holder{
	min-height:300px;
}
#pic_holder img{
	opacity:1;
}
#pic_holder div.loading{
	text-align:center;
	width:100%;
}
 #pic_holder div.loading img{
 	border-width:0;
	float:none;
 }

#a_title {
	margin: 20px 0 10px 0;
}
#pic_holder {
	margin-bottom: 20px;
}
#pic_holder img:hover, .items img:hover {
  filter:alpha(opacity=65);
  opacity:0.65;
  cursor: pointer;
}