﻿/* CSS Document for Stylists rotating images*/
#hold {
	position:relative; 
	width:100%; 
	height:470px;
}
#pos {
	position:absolute; 
	left:-70px; 
	top:25px;
	width:788px;
	height:450px;
	overflow:hidden;

}
/*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*/
#hold2 {
	position:relative; 
	width:100%; 
	height:470px;
}
#pos2 {
	position:absolute; 
	left:-70px; 
	top:25px;
	width:788px;
	height:450px;
	overflow:hidden;

}
ul#ModelImg li img{
	list-style:none;
}

#ModelImg_holder{
	float:left;
	height:450px;
	list-style:none;
	padding:0;
	margin:0;
}

#ModelImg_holder ul{
	list-style:none;
	padding:0;
	margin:0;
}

#ModelImg_holder li{
	list-style:none;
	padding:0;
	margin:0;
}
/*Sub-portfolio images mouseover end*/
