.pdHomeRotSlideshow{
	z-index:1;
	position:absolute;
	width:770px; 
	height:463px; 
	margin:auto;
}

.pdHomeRotNavWrapper{
	margin-top:433px;
	width:770px;
	height:30px;
	z-index:999;
	position:absolute;
}
.pdHomeRotNavTransBg{
	z-index:1000;
	position:absolute;
	width:770px;
	height:30px;
	background-color:#000000;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
.pdHomeRotNav{
	z-index:1001;
	position:absolute;
	width:770px;
	height:30px;
}
.pdHomeRotNav img{display:inline;}

.pdHomeRotNav a{
	line-height:30px;
	margin-left:10px;
	margin-right:10px;
}
.pdHomeRotNav a:link{line-height:30px; color:#ffffff; font-family:arial,verdana,sans-serif; font-size:12px; font-weight:500; text-decoration:none;}
.pdHomeRotNav a:active{line-height:30px; color:#ffffff; font-family:arial,verdana,sans-serif; font-size:12px; font-weight:500; text-decoration:none;}
.pdHomeRotNav a:visited{line-height:30px; color:#ffffff; font-family:arial,verdana,sans-serif; font-size:12px; font-weight:500; text-decoration:none;}
.pdHomeRotNav a:hover{line-height:30px; color:#dedede; font-family:arial,verdana,sans-serif; font-size:12px; font-weight:500; text-decoration:underline;}

#pdHomeRotNav div{
	background-image:url(http://site.socktheory.com/pd_bannerRotation/skins/socktheory/pdHomeRotOff.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:17px;
	width:17px;
	float:left;
	cursor:pointer; 
	cursor:hand;
	margin-left:3px;
	margin-right:3px;
}
#pdHomeRotNav div.activeSlide {
	background-image:url(http://site.socktheory.com/pd_bannerRotation/skins/socktheory/pdHomeRotOn.gif);
	height:17px;
	width:17px;
}

