﻿.jqImageRotator{padding: 0; margin: 0; position:relative;}
.jqImageRotator .jqImageList{position: relative; top: 0; left: 0; list-style-type:none; padding: 0; margin: 0;}
.jqImageRotator .jqImageList .jqImage{position:absolute; top: 0; left: 0;}
.jqImageRotator .jqImageLinks{position: absolute; list-style-type:none; padding: 0; margin: 0;}
.jqImageRotator .jqImageLinks li{display:inline;}
.jqImageRotator .jqImageLinks .jqLink{text-decoration:none;}

div.lwrapper ul.jqImageLinks
{
	background-image:url('/images/hpGalleryBgMiddle.png');
	background-repeat:repeat-x;
	display:block;
	padding:5px 5px 9px;
	bottom:10px !important;
	right:10px !important
}

.jqLink
{
	background-image:url('/images/hpGalleryOff.png');
	color:#000000 !important;
	height:13px;
	width:13px;
	display:block;
	float:left;
	line-height:13px;
	padding-left:3px;
	text-align:center;
}
ul.jqImageLinks .selected
{
	background-image:url('/images/hpGalleryOn.gif');
	color:#ffffff !important;
}
