#imageRotater .rot_images a
{
	display: block;
	width: 960px;
	height: 350px;

	position:absolute; top: 6px; left:6px;
}

#imageRotater
{
	cursor: default;
	position:relative; width:972px; height: 362px;
	overflow:hidden;
}

#imageRotater a.rot_border
{
	display: block;
	position:absolute;
	top: 0px; 
	left: 0px;
	background-image: url('http://www.eduware.com/newtemplate/images/Border.png');
	width: 972px;
	height: 362px;
	z-index: 2;
}

#imageRotater .rot_buttons
{
	position: absolute;
	bottom: 6px;
	right: 7px;
	z-index: 99999;
	display: none;
}

#imageRotater .rot_buttons a
{
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #684594;
	
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

#imageRotater .rot_buttons a:hover
{
	background-color: #a56eeb;
	opacity: 1;
	filter: alpha(opacity = 100);
}

#imageRotater .rot_buttons a.rot_selected:hover
{
	background-color: #684594;
	opacity: 1;
	filter: alpha(opacity = 100);
}

#imageRotater .rot_buttons a.rot_selected 
{
	cursor: default;
	opacity: 1;
	filter: alpha(opacity = 100);
}