/* CSS Document for Art Buying and contact rotating images*/
#hold {
	position:relative; 
	width:100%; 
	height:470px;
}
#pos {
	position:absolute; 
	left:-520px; 
	top:0px;

}

/*results.asp image rotation start*/
ul#ImgSwopper li img{
	list-style:none;
}

#ImgSwopper_holder{
	float:left;
	width:506px;
	height:450px;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

#ImgSwopper_holder ul{
	list-style:none;
	padding:0;
	margin:0;
}

#ImgSwopper_holder li{
	list-style:none;
	padding:0;
	margin:0;
}
/*results.asp image rotation end*/

