*{
margin:0;
padding:0;


}
div.ajax_scroll_div
{
	width:184px;
	height:475px;
	top:15px;
	overflow:hidden;
	position:absolute;
	left:0px;

}
ul.ajax_scroll_ul
{
	height:1300px;
/*	top:-279px;
	position:relative;*/
	list-style-type: none;

}

/*

*/
li.ajax_scroll_li
{
	list-style-type: none;
	background-color:white;
	color:black;
	margin-bottom:20px;
	position: absolute;
	overflow:hidden;
/*	top:0px;
	left:0px;*/
	height:78px;
	width:83px;
}


div#scroller_inOut
{
	position: absolute;
	height: 517px;
	background: url(http://www.brendonpurdy.com/slices/thumbBack.png) no-repeat 0 0;
	width:600px;
/*	float:right;*/
	top:0px;
	left:760px;
	z-index:1;

}
div#scroller_detect_show
{
	height:604px;
	width:184px;
	position:absolute;
/*	float:right;*/
	top:0px;
	z-index:1;
	left:700px;
	border:1px;



}
div#scroller_detect_hide
{
/*	background-color:white;*/

	height:604px;
	width:650px;
	position:absolute;
		z-index:1;
	top:0px;
	left:0px;
	border:1px;

}

div.picture_frame
{
	position:relative;
	overflow:hidden;
	height:604px;
	width:884px;
/*	float:left;
	left:0px;
	background-color:black;*/
	
}

a.nav_up
{
	position: absolute;
	left:45px;	
	top:3px;

}

a.nav_down
{
	position: absolute;
	left:45px;
	top:500px;


}

img#js_main_image
{
	z-index:0;

}