
/*
	sketchbookImages represents the 2 page sketch book
	sketchbookImage represents the single image stacks
*/
#content_div #sketchbookImages,
#content_div #sketchbookImage
{
	padding: 15px;	
}


#content_div #sketches
{
	padding-left: 20px;

}

#content_div #sketches #sketchbookImages
{
	/*background: url(/images/html/shetchbook_op.png) no-repeat 10px 0px;*/
	background: url(/images/html/shetchbook_op.png) no-repeat;
	_background-image: none;
   _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/html/shetchbook_op.png');      	
	height: 466px;
	position: relative;
	width: 628px;
}

#content_div #sketchbookImage
{
	height: auto;
	width: auto;
	text-align: center;
}

#content_div #sketchbookImages #imageMiddle
{

}

#content_div #sketchbookImages #imageLeft,
#content_div #sketchbookImages #imageRight
{
	position: absolute;
}

#content_div #sketchbookImages #imageLeft
{
	top: 20px;
	left: 31px;
}

#content_div #sketchbookImages #imageRight
{
	top: 20px;
	left: 308px;
}

#maincontent_div #imagecontrols
{
	clear: both;
	height: 80px;
	position: relative;	
}

#maincontent_div #imagecontrols a
{
	behavior:	url("/css/html/iepngfix.htc");	
	z-index: 2;
}

	
#maincontent_div a
{
	position: absolute;
	top: 10px;
}

#maincontent_div a:hover
{
	cursor: pointer;
}

#maincontent_div a#previousImage
{
	background: url(/images/html/previous_butt.png) no-repeat;
	height: 42px;
	left: 30px;
	width: 90px;
}

#maincontent_div a#previousImage span,
#maincontent_div a#nextImage span
{
	display: none;
}

#maincontent_div a#nextImage
{
	background: url(/images/html/next_butt.png) no-repeat;
	height: 42px;
	left: 540px;
	width: 90px;
}
