/* CSS Document for Hair and Make-up rotating images*/
#hold {
	position:relative; 
	width:100%; 
	height:470px;
	text-align:left;
}
#pos {
	position:absolute; 
	left:0px; 
	top:25px;
	width:650px; 
	height:450px;
	overflow:hidden;
	text-align:left;

}
/*results.asp image rotation start*/
ul#ImgSwopper li img{
	list-style:none;
}

#ImgSwopper_holder{
	float:left;
	height:450px;
	list-style:none;
	padding:0;
	margin:0;
}

#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*/

/*Sub-portfolio images mouseover start*/
#hold3 {
	position:relative; 
	width:100%; 
	height:470px;
	text-align:left;
}
#pos3 {
	position:absolute; 
	left:0; 
	top:25px;
	width:650px; 
	height:450px;
	overflow:hidden;
	text-align:left;

}
ul#HairImg li img{
	list-style:none;
}

#HairImg_holder{
	float:left;
	height:450px;
	list-style:none;
	padding:0;
	margin:0;
}

#HairImg_holder ul{
	list-style:none;
	padding:0;
	margin:0;
}

#HairImg_holder li{
	list-style:none;
	padding:0;
	margin:0;
}
/*Sub-portfolio images mouseover end*/
